What's Changed
Added
- Add MCP support for CLI by @ryanhoangt in #9519
Changed
- Improved the resolver summary generation by instructing the agent to focus only on new changes since the last summary, preventing repetitive information in consecutive summaries by @malhotra5 in #9834
- Optimized git change detection in the
Changes
tab with performance improvement and multi-repository support by @tofarr in #9870
Fixed
- Fixed an issue where the agent would stop due to per-minute rate limit errors by increasing retry delays by @llamantino in #9489
- Fixed configuration precedence in CLI mode (from low to high: settings.json < workspace config.toml < command line parameters) by @enyst in #9911
- Resolved an issue where the terminal, VSCode, Jupyter, and other tabs would show a "Waiting for runtime to start..." message when the agent was stopped, instead of displaying their actual content by @amanape in #9941
- Fixed MCP configuration merging where settings from config.toml files were not properly combined with frontend UI settings. Previously, MCP servers defined in config.toml could be overwritten by frontend settings by @xingyaoww in #9237
New Contributors
Full Changelog: 0.50.0...0.51.0