Skip to content

v0.88.26

Choose a tag to compare

@dwash96 dwash96 released this 21 Nov 23:08
· 1178 commits to main since this release
dabc4cb

What's Changed

MR: #178
Full Changelog: v0.88.25...v0.88.26

Addresses:
#175
#177

Includes:

  • Update linear mode/input recreation such that it does NOT recycle inputs on confirmation of file additions and tools
  • Don't let spinners interrupt linear mode
  • Parallel mode should be able to opportunistically recreate the input task in the input minor loop
  • Small updates to agent mode tools, ViewFilesMatching only scanning non-ignored files, Command and CommandInteractive to not interfere with the input recreation process
  • Catching printing errors from Rich's console.print() and printing the plain text stream when encountered for output stability
  • During initialization, add a method that can handle gracefully closing the program (primarily for closing the MCP servers on exit so they don't throw the ubiquitous error)
  • Graceful exit from main.py to close MCP servers before editing and preventing confusing errors from being thrown
  • Add friendlier start up documentation in the README