| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.3.0 - 2026-02-02 source code.tar.gz | 2026-02-02 | 4.0 MB | |
| 1.3.0 - 2026-02-02 source code.zip | 2026-02-02 | 5.3 MB | |
| README.md | 2026-02-02 | 1.3 kB | |
| Totals: 3 Items | 9.3 MB | 7 | |
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
Full Changelog: https://github.com/OpenHands/OpenHands/compare/1.2.1...1.3.0