Skip to content

Releases: OpenHands/OpenHands

1.6.0 - 2026-03-30

30 Mar 16:01

Choose a tag to compare

What's Changed

Added

  • Added support for hooks by @xingyaoww in #12773
  • Added Catalan language by @jordimas in #13299
  • Added /clear command for V1 conversations. Typing /clear in the chat creates a new conversation that inherits the current sandbox and configuration, giving you a fresh chat history while keeping your runtime state intact by @MkDev11 in #12786
  • Added copy button to code blocks by @VascoSch92 in #13458
  • Added support to enable/disable default global skills by @statxc in #13046
  • Added the /new slash command to the slash command menu by @karanjaxyz in #13599

Fixed

  • Fixed an issue where sometimes conversations were not persisted by @tofarr in #13629
  • Fixed a bug in Export Conversation that caused events to be duplicated multiple times by @tofarr in #13364
  • Multiple CVE fixes through dependency updates

New Contributors

Full Changelog: 1.5.0...1.6.0

1.5.0 - 2026-03-11

11 Mar 18:50

Choose a tag to compare

What's Changed

Added

  • Added ability to attach or change the Git repository for existing conversations by @MkDev11 in #12671
  • Added a Task List tab in the right panel that shows the agent's current task list with real-time status updates by @eureka928 in #13065
  • Added planning agent by @hieptl in #12880
  • Added a slash command menu to the chat input that displays available agent skills and commands when typing / by @eureka928 in #12982
  • Added support for Bitbucket datacenter by @phymbert in #11052
  • Added support for the following models: Claude Opus 4.6, GLM-4.7, Claude-Sonnet-4-6, GLM-5, Kimi-K2.5, Qwen3-Coder-Next, Gemini-3.1-Pro-Preview

Changed

Fixed

  • Fixed the pinning and unpinning functionality of tabs by @bendarte in #12932
  • Many CVEs fixed through dependency updates
  • Fixed multiple UI issues

New Contributors

Full Changelog: 1.4.0...1.5.0

1.4.0 - 2026-02-17

18 Feb 15:42

Choose a tag to compare

What's Changed

Added

Fixed

  • Fixed an issue where resumed conversations would incorrectly display an error status during startup by @tofarr in #12718

New Contributors

Full Changelog: 1.3.0...1.4.0

1.3.0 - 2026-02-02

02 Feb 21:17

Choose a tag to compare

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

1.2.1 - 2026-01-16

16 Jan 14:34

Choose a tag to compare

What's Changed

Fixed

  • Error messages in the chat interface now include a dismiss button and automatically truncate long messages with a "View More" toggle by @VedantMadane in #12354

New Contributors

Full Changelog: 1.2.0...1.2.1

1.2.0 - 2026-01-15

16 Jan 14:34

Choose a tag to compare

What's Changed

Added

  • Adding a status indicator above the chat until the conversation is ready by @HeyItsChloe in #12111

Changed

  • Conversation title is now displayed in delete confirmation modal by @naaa760 in #11818
  • Bumped condenser defaults max_size from 120 to 240 by @xingyaoww in #12267

Fixed

  • Fixed a bug where the Search API Key was getting reset when saving other settings by @sarva-20 in #12243
  • Many bug fixes and improvements

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0 - 2025-12-30

30 Dec 16:35

Choose a tag to compare

What's Changed

Added

  • Added OAuth 2.0 Device Flow for CLI authentication by @malhotra5 in #11984
  • Added refresh button to the Changes tab by @hieptl in #12036
  • Added Export Conversation button for conversations in the conversation panel by @tofarr in #12030
  • Added Forgejo integration by @johba37 in #11111

Changed

  • Changed the init process for each runtime container from micromamba to tini so that child processes of tmux get reaped properly by @GuyPaddock in #12133

Fixed

  • Local (non‑Docker) runs now use host‑writable paths by default and keep Playwright downloads out of /workspace, preventing permissions errors and making it easier to find your files on the host by @Wangmerlyn in #12015
  • Fixed multiple UI and performance issues

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0 - 2025-12-16

16 Dec 16:03
0cb27a4

Choose a tag to compare

What's Changed

New OpenHands 1.0.0 using the new software-agent-sdk with many optimizations across the app. Check out the documentation on how the OpenHands V1 uses the software-agent-sdk.

Added

  • Chat messages are queued during runtime connection by @naaa760 in #11687
  • Implemented new task tracker interface by @hieptl in #11692
  • Added Azure DevOps integration support by @zerofltexx in #11243

Changed

  • Enabled native tool calling for gemini-3-pro-preview by @enyst in #11774

Fixed

  • Fixed many UI issues

Notes

New Contributors

Full Changelog: 0.62.0...1.0.0

1.0.7-cli - 25-11-11

11 Nov 21:48

Choose a tag to compare

Fixes

  • Cleanup CLI outputs when conversation is first started #11677
  • Prevent tool calls with security_risk parameter from crashing conversations #11710

0.62.0 - 2025-11-11

11 Nov 19:57

Choose a tag to compare

What's Changed

Added

New Contributors

Full Changelog: 0.61.0...0.62.0