Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

OpenVoiceOS/ovos-persona

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...

View on GitHub

github-actions[bot] opened a pull request on OpenVoiceOS/ovos-persona
Release 0.2.0a2
Human review requested!
github-actions[bot] created a branch on OpenVoiceOS/ovos-persona

release-0.2.0a2 - Persona service

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.0a2
github-actions[bot] created a tag on OpenVoiceOS/ovos-persona

0.2.0a2 - Persona service

github-actions[bot] pushed 1 commit to dev OpenVoiceOS/ovos-persona

View on GitHub

github-actions[bot] pushed 1 commit to dev OpenVoiceOS/ovos-persona
  • Increment Version to 0.2.0a2 b7826f0

View on GitHub

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

View on GitHub

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...

View on GitHub

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...

View on GitHub

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'...

View on GitHub

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...

View on GitHub

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-...

View on GitHub

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-...

View on GitHub

JarbasAl opened a pull request on OpenVoiceOS/ovos-persona
chat history
needs https://github.com/OpenVoiceOS/ovos-plugin-manager/pull/286
JarbasAl created a branch on OpenVoiceOS/ovos-persona

history - Persona service

JarbasAl closed a pull request on OpenVoiceOS/ovos-persona
Release 0.2.0a1
Human review requested!
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...

View on GitHub

github-actions[bot] opened a pull request on OpenVoiceOS/ovos-persona
Release 0.2.0a1
Human review requested!
github-actions[bot] created a branch on OpenVoiceOS/ovos-persona

release-0.2.0a1 - Persona service

github-actions[bot] pushed 1 commit to dev OpenVoiceOS/ovos-persona
  • Increment Version to 0.2.0a1 f329c10

View on GitHub

JarbasAl pushed 1 commit to dev OpenVoiceOS/ovos-persona
  • feat:intents (#7) * feat:intents * feat:intents * fix:improve active persona handling 50851e0

View on GitHub

JarbasAl closed a pull request on OpenVoiceOS/ovos-persona
feat:intents
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: review in progress by coderabbit.ai --> > [!NOTE] > Currently processing new changes ...

View on GitHub

JarbasAl created a branch on OpenVoiceOS/ovos-persona

better_persona - Persona service

JarbasAl pushed 1 commit to dev OpenVoiceOS/ovos-persona

View on GitHub

JarbasAl pushed 1 commit to dev OpenVoiceOS/ovos-persona

View on GitHub

JarbasAl pushed 1 commit to dev OpenVoiceOS/ovos-persona

View on GitHub

JarbasAl closed an issue on OpenVoiceOS/ovos-persona
Add intent to "chat with persona"
Similar to Neon GPT fallback skill, add some intent that enables converse to chat with an active persona for some configured duration before returning to normal intent parsing behavior.
Load more