This release improves template expression handling, adds circular navigation to completions, and fixes issues with skills and MCP toolset loading.
Bug Fixes
- Fixes evaluation of JavaScript template expressions to handle failures independently - when one expression fails, other valid expressions in the same template are still expanded
- Fixes skills loading functionality
- Fixes retry behavior for MCP toolset startup when server is unavailable
- Fixes MCP toolset creation to proceed even when command binary is unavailable
Improvements
- Adds circular navigation wrapping to completion component, allowing users to cycle through completion options
What's Changed
- docs: update CHANGELOG.md for v1.44.0 by @docker-read-write[bot] in #2403
- add circular navigation wrapping to completion component by @maxcleme in #2407
- fix: evaluate JS template expressions independently on failure by @dgageot in #2400
- fix: retry stdio MCP toolset when binary is unavailable at startup by @simon-agent-go-expert in #2413
- Fix skills loading by @dgageot in #2414
Full Changelog: v1.44.0...v1.45.0