Skip to content

v0.96.0

Choose a tag to compare

@dwash96 dwash96 released this 18 Jan 15:35
· 419 commits to main since this release
b9ce3e7

What's Changed

MR: #394
Full Changelog: v0.95.11...v0.96.0

Addresses:
#401
#399
#396
#392
#332

Includes:

  • Unified ReplaceText tool for agent mode that allows for simultaneous edits, for models that can handle that
  • More forgiving InsertBlock tool (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