v0.9.2
hotfix for 8e820b2
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
- Reviews can now be added inline to edits as they stream in
-
Added support for MCP Servers
docs
- 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_fetchtimeout was essentially unlimited (50ff249)