Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.51.0 - 2025-07-31 source code.tar.gz | 2025-07-30 | 46.1 MB | |
0.51.0 - 2025-07-31 source code.zip | 2025-07-30 | 47.0 MB | |
README.md | 2025-07-30 | 1.8 kB | |
Totals: 3 Items | 93.1 MB | 6 |
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
Changes
tab 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
Full Changelog: https://github.com/All-Hands-AI/OpenHands/compare/0.50.0...0.51.0