Skip to content

1.3.0 - 2026-02-02

Choose a tag to compare

@mamoodi mamoodi released this 02 Feb 21:17
· 2147 commits to main since this release

What's Changed

Added

  • Added CORS support to Docker sandbox service for remote browser access. Users running OpenHands on remote servers should set WEB_HOST environment variable (e.g., WEB_HOST=192.168.1.100:3000) along with SANDBOX_CONTAINER_URL_PATTERN for proper remote access configuration by @tofarr in #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 #12445

Fixed

  • Fixed a bug in the UI where the agent's thought content from ThinkAction was not displayed by @abhayymishraa in #12597
  • Fixed cursor jumping to end of input when editing branch or repository names in dropdown search fields by @abhayymishraa in #12501
  • Fixed Display Cost for conversations by @tofarr in #12678

New Contributors

Full Changelog: 1.2.1...1.3.0