v0.6.1

usestrix/strixv0.6.1Jan 15, 2026by github-actions[bot]

AI Summary

Patch release fixing tool schemas retrieval on PyInstaller binary, agent naming issues, and agent loop hanging problems.

Key Highlights

  • Fix tool schemas not retrieved on PyInstaller binary
  • Fix agent name in identity instead of class name
  • Fix agent loop hanging and simplify LLM module
  • Remove stop words and enforce single tool call per message

New Features

  • PyInstaller tool schema retrieval fix
  • Agent identity naming fix
  • Agent loop hanging fix
  • LLM module simplification

Full Release Notes

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