← OpenHands Changelog
1.3.0
1.3.0 - 2026-02-02
Feb 2, 2026 (27d ago)
View on GitHub →
What's Changed
Added
- Added CORS support to Docker sandbox service for remote browser access. Users running OpenHands on remote servers should set
WEB_HOSTenvironment variable (e.g., WEB_HOST=192.168.1.100:3000) along withSANDBOX_CONTAINER_URL_PATTERNfor proper remote access configuration by @tofarr in https://github.com/OpenHands/OpenHands/pull/12489
- Added support for host networking mode via
OH_SANDBOX_USE_HOST_NETWORK=true. This enables reverse proxy setups to access user-launched applications on any port, not just the predefined worker ports by @MkDev11 in https://github.com/OpenHands/OpenHands/pull/12445
Fixed
- Fixed a bug in the UI where the agent's thought content from ThinkAction was not displayed by @abhayymishraa in https://github.com/OpenHands/OpenHands/pull/12597
- Fixed cursor jumping to end of input when editing branch or repository names in dropdown search fields by @abhayymishraa in https://github.com/OpenHands/OpenHands/pull/12501
- Fixed
Display Costfor conversations by @tofarr in https://github.com/OpenHands/OpenHands/pull/12678
New Contributors
- @timon0305 made their first contribution in https://github.com/OpenHands/OpenHands/pull/12527