NewAI Enhanced
1.3.0 - 2026-02-02
Features
- Added CORS support to Docker sandbox service for remote browser access; set
WEB_HOSTandSANDBOX_CONTAINER_URL_PATTERNenvironment variables for remote server deployments - Added
OH_SANDBOX_USE_HOST_NETWORK=trueflag to enable host networking mode, allowing reverse proxy setups to access user-launched applications on any port
Fixes
- Fixed ThinkAction thought content not displaying in UI
- Fixed cursor jumping to input end when editing branch/repository names in dropdown search fields
- Fixed Display Cost calculation for conversations
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