Skip to content

v0.9.1

Choose a tag to compare

@ammario ammario released this 10 Dec 01:00
· 156 commits to main since this release

Features 🪄

  • Workspaces now have human readable titles such as "Fix racy tests" in addition to their stable names (e.g. tests-2mzx)
  • Review UI completely reworked so that reviews are staged and rendered nicely
    image
  • Reviews can now be added inline to edits as they stream in
  • Added support for MCP Servers docs
    image
  • Added support for background bashes (enabling use cases such as agent spawning dev server then interacting with it)
  • Reworked the Plan system to be file-based enabling a more complete phase with compaction persistence
  • Added "Open in Editor" button to Workspace (by Terminal button) and to Plans

Fixes 🛠️

  • Many rendering performance improvements across the app, initial load should be much faster
  • Offloading syntax highlighting to worker thread for general responsiveness while dealing with large diffs
  • Fixed bug where web_fetch timeout was essentially unlimited (50ff249)