What's Changed
Added
- Agent can control whether PRs/MRs opened via Git MCP have draft status by @malhotra5 in #9117
- Support for evaluation on SWE-bench-Live by @StarryZhang-whu in #9137 - Added support for running evaluations on SWE-bench-Live (https://swe-bench-live.github.io/), which provides the latest issue resolving tasks for more realistic benchmarking
- Support for dev container networking without host mode by @llamantino in #9122 - Updated devcontainer configuration and docker-dev setup to enable proper runtime connections without requiring host network mode, improving security and portability
- Install Slack Integration in Cloud OpenHands from "Integrations" tab in Settings page by @malhotra5 in #9162
Changed
- Improved linting coverage by @neubig in #9131
- Updated CLI documentation for API key setup by @neubig in #9134
Fixed
- Fixed broken conversation links in pull request descriptions by @neubig in #9143 - OpenHands now generates working links in pull request descriptions that allow users to return to the original conversation and continue refining the PR
- Fixed CLI displaying incorrect default model for Anthropic provider by @neubig in #9101 - Corrected an issue where the CLI showed "claude-2" as the default model instead of the current default
- Fixed error in run_localize for issue #9150 by @better629 in #9151 - Resolved dependency issues by avoiding optional packages in the base image and installing necessary packages through the extra_deps method
- Fixed bash timeout issue with interactive git clone prompts by @neubig in #9148 - Resolved an issue where bash commands would timeout immediately on first run due to git clone operations hanging while waiting for user credentials
- Fixed incorrect tracking for cost and token usage for main agent and delegates by @malhotra5 in #9012
Documentation
- Removed outdated "coming soon" mentions by @neubig in #9112 - Updated Slack app installation documentation to remove placeholder text
- Fixed broken link to LLMs section by @neubig in #9121 - Corrected a broken link in the GUI mode documentation
- Added secrets manager documentation by @neubig in #9084 - New documentation for secrets management in GUI mode
New Contributors
- @leopardracer made their first contribution in #9058
- @wutong8023 made their first contribution in #8221
- @kilavvy made their first contribution in #9129
- @StarryZhang-whu made their first contribution in #9137
- @zeevick10 made their first contribution in #9139
- @better629 made their first contribution in #9151
Full Changelog: 0.43.0...0.44.0