New
v0.6.1
What's Changed
- fix(agent): fix tool schemas not retrieved on pyinstaller binary and validate tool call args in https://github.com/usestrix/strix/pull/250
- fix(agent): use correct agent name in identity instead of class name in https://github.com/usestrix/strix/pull/251
- fix(agent): fix agent loop hanging and simplify LLM module in https://github.com/usestrix/strix/pull/252
- chore(prompt): remove stop words and enforce single tool call per message in https://github.com/usestrix/strix/pull/253
- chore(prompt): reduce literal \n in tool parameters in https://github.com/usestrix/strix/pull/254
Full Changelog: https://github.com/usestrix/strix/compare/v0.6.0...v0.6.1