v0.96.0
What's Changed
MR: #394
Full Changelog: v0.95.11...v0.96.0
Addresses:
#401
#399
#396
#392
#332
Includes:
- Unified
ReplaceTexttool for agent mode that allows for simultaneous edits, for models that can handle that - More forgiving
InsertBlocktool (will not complain about insertions on empty files) - Long background command handler (paves the way for running reactive agent loops)
- Conversation System Overhaul (should lead to at least a 10 - 25% price reduction for PAYG APIs through more careful context construction)
- [gh-392] Enable and disable mcp servers by @gopar in #398
- [#379 ](feat: Implement nested LLM retry configuration via --retries argument by @szmania in #379)
- Add "--show-thinking" parameter (True by default) to control showing/hiding CoT content in model responses