Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
coderabbitai[bot] created a comment on a pull request on OpenVoiceOS/ovos-persona
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: skip review by coderabbit.ai --> > [!IMPORTANT] > ## Review skipped > > Bot user det...
github-actions[bot] opened a pull request on OpenVoiceOS/ovos-persona
Release 0.2.0a2
Human review requested!github-actions[bot] published a release on OpenVoiceOS/ovos-persona
0.2.0a2
## What's Changed * chat history by @JarbasAl in https://github.com/OpenVoiceOS/ovos-persona/pull/9 **Full Changelog**: https://github.com/OpenVoiceOS/ovos-persona/compare/0.2.0a1...0.2.0a2github-actions[bot] pushed 1 commit to dev OpenVoiceOS/ovos-persona
- Increment Version to 0.2.0a2 b7826f0
JarbasAl pushed 1 commit to dev OpenVoiceOS/ovos-persona
- chat history (#9) * feat:intents * feat:intents * fix:improve active persona handling * feat: chat history ... 089bcaf
JarbasAl closed a pull request on OpenVoiceOS/ovos-persona
chat history
needs https://github.com/OpenVoiceOS/ovos-plugin-manager/pull/286 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanc...coderabbitai[bot] created a review comment on a pull request on OpenVoiceOS/ovos-persona
_:warning: Potential issue_ **Add error handling for missing or empty 'utterances' in message data** Accessing `message.data.get("utterances")[0]` without checking can raise an `IndexError` if 'u...
coderabbitai[bot] created a review comment on a pull request on OpenVoiceOS/ovos-persona
_:bulb: Codebase verification_ **Remove unused 'units' parameter from chat_completion method** The `units` parameter in the `chat_completion` method is declared but never used in the implementati...
coderabbitai[bot] created a review comment on a pull request on OpenVoiceOS/ovos-persona
_:warning: Potential issue_ **Ensure 'utterance' exists in message data to prevent issues** The code assumes that `message.data.get("utterance")` will always return a valid string. If 'utterance'...
coderabbitai[bot] created a review comment on a pull request on OpenVoiceOS/ovos-persona
_:warning: Potential issue_ **Add check for empty 'messages' list to prevent IndexError** Accessing `messages[-1]` without checking if `messages` is non-empty can cause an `IndexError` if `messag...
coderabbitai[bot] created a review on a pull request on OpenVoiceOS/ovos-persona
**Actionable comments posted: 4** <details> <summary>๐งน Outside diff range and nitpick comments (2)</summary><blockquote> <details> <summary>ovos_persona/solvers.py (1)</summary><blockquote> `56-...
coderabbitai[bot] created a review on a pull request on OpenVoiceOS/ovos-persona
**Actionable comments posted: 4** <details> <summary>๐งน Outside diff range and nitpick comments (2)</summary><blockquote> <details> <summary>ovos_persona/solvers.py (1)</summary><blockquote> `56-...
JarbasAl opened a pull request on OpenVoiceOS/ovos-persona
chat history
needs https://github.com/OpenVoiceOS/ovos-plugin-manager/pull/286coderabbitai[bot] created a comment on a pull request on OpenVoiceOS/ovos-persona
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- This is an auto-generated comment: skip review by coderabbit.ai --> > [!IMPORTANT] > ## Review skipped > > Bot user det...
github-actions[bot] opened a pull request on OpenVoiceOS/ovos-persona
Release 0.2.0a1
Human review requested!github-actions[bot] pushed 1 commit to dev OpenVoiceOS/ovos-persona
- Increment Version to 0.2.0a1 f329c10
JarbasAl pushed 1 commit to dev OpenVoiceOS/ovos-persona
- feat:intents (#7) * feat:intents * feat:intents * fix:improve active persona handling 50851e0