← OpenHands Changelog
0.51.0
0.51.0 - 2025-07-31
Jul 31, 2025 (7mo ago)
View on GitHub →
What's Changed
Added
- Add MCP support for CLI by @ryanhoangt in https://github.com/All-Hands-AI/OpenHands/pull/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 https://github.com/All-Hands-AI/OpenHands/pull/9834
- Optimized git change detection in the
Changestab with performance improvement and multi-repository support by @tofarr in https://github.com/All-Hands-AI/OpenHands/pull/9870
Fixed
- Fixed an issue where the agent would stop due to per-minute rate limit errors by increasing retry delays by @llamantino in https://github.com/All-Hands-AI/OpenHands/pull/9489
- Fixed configuration precedence in CLI mode (from low to high: settings.json < workspace config.toml < command line parameters) by @enyst in https://github.com/All-Hands-AI/OpenHands/pull/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 https://github.com/All-Hands-AI/OpenHands/pull/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 https://github.com/All-Hands-AI/OpenHands/pull/9237
New Contributors
- @ckavili made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9877
- @C9luster made their first contribution in https://github.com/All-Hands-AI/OpenHands/pull/9840