Releases: OpenHands/OpenHands
Releases Β· OpenHands/OpenHands
1.6.0 - 2026-03-30
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
/newslash 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 Conversationthat caused events to be duplicated multiple times by @tofarr in #13364 - Multiple CVE fixes through dependency updates
New Contributors
- @ankit2235 made their first contribution in #12596
- @travellingsoldier85 made their first contribution in #13444
- @stakeswky made their first contribution in #13039
- @jordimas made their first contribution in #13299
- @veeceey made their first contribution in #12792
- @LarytheLord made their first contribution in #13471
- @sjathin made their first contribution in #13522
- @erisfully made their first contribution in #13549
- @statxc made their first contribution in #13046
- @karanjaxyz made their first contribution in #13599
Full Changelog: 1.5.0...1.6.0
1.5.0 - 2026-03-11
What's Changed
Added
- Added ability to attach or change the Git repository for existing conversations by @MkDev11 in #12671
- Added a
Task Listtab 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
- @314clay made their first contribution in #12874
- @hobostay made their first contribution in #12810
- @machov made their first contribution in #12941
- @aivong-openhands made their first contribution in #13016
- @bittoby made their first contribution in #12833
- @Fieldnote-Echo made their first contribution in #12870
- @cbagwell made their first contribution in #12595
- @Shruti1128 made their first contribution in #12557
- @bendarte made their first contribution in #12932
- @phymbert made their first contribution in #11052
- @04cb made their first contribution in #13236
- @Povo-43 made their first contribution in #13261
- @jlav made their first contribution in #13228
Full Changelog: 1.4.0...1.5.0
1.4.0 - 2026-02-17
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
- @huangkevin-apr made their first contribution in #12728
- @agrattan0820 made their first contribution in #12809
Full Changelog: 1.3.0...1.4.0
1.3.0 - 2026-02-02
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 #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 Costfor conversations by @tofarr in #12678
New Contributors
- @timon0305 made their first contribution in #12527
Full Changelog: 1.2.1...1.3.0
1.2.1 - 2026-01-16
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
- @MkDev11 made their first contribution in #12439
- @VedantMadane made their first contribution in #12354
Full Changelog: 1.2.0...1.2.1
1.2.0 - 2026-01-15
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
- @all-hands-bot made their first contribution in #12218
- @aaron-seq made their first contribution in #11953
- @kub938 made their first contribution in #12215
- @O2sa made their first contribution in #12174
- @Ryanakml made their first contribution in #12219
- @adithya-naik made their first contribution in #12230
- @pdaxt made their first contribution in #12256
- @sarva-20 made their first contribution in #12243
- @zxkane made their first contribution in #12284
- @leonace924 made their first contribution in #12400
Full Changelog: 1.1.0...1.2.0
1.1.0 - 2025-12-30
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 Conversationbutton 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
- @Mariam-Saeed made their first contribution in #12041
- @Wangmerlyn made their first contribution in #12015
- @aditya-gaharawar made their first contribution in #12103
- @majiayu000 made their first contribution in #12117
- @shanemort1982 made their first contribution in #12113
- @GuyPaddock made their first contribution in #12133
- @johba37 made their first contribution in #11111
- @phenric26 made their first contribution in #11600
Full Changelog: 1.0.0...1.1.0
1.0.0 - 2025-12-16
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
Fixed
- Fixed many UI issues
Notes
- OpenHands CLI has been moved to its own repo - https://github.com/OpenHands/OpenHands-CLI
New Contributors
- @naaa760 made their first contribution in #11687
- @TuringND made their first contribution in #11719
- @rodneyaquino made their first contribution in #11783
- @zerofltexx made their first contribution in #11243
- @aoi127 made their first contribution in #11767
- @18jeffreyma made their first contribution in #11716
- @adshrc made their first contribution in #11841
- @AVBharath10 made their first contribution in #11958
- @VascoSch92 made their first contribution in #11947
- @HeyItsChloe made their first contribution in #11981
- @KyeongJooni made their first contribution in #11980
- @nathannewyen made their first contribution in #12001
Full Changelog: 0.62.0...1.0.0
1.0.7-cli - 25-11-11
0.62.0 - 2025-11-11
What's Changed
Added
- Allow pinning and unpinning of conversation tabs by @hieptl in #11659
- Add Documentation link to profile menu by @jpshackelford in #11583
New Contributors
Full Changelog: 0.61.0...0.62.0