1.6.0
Worklenz/worklenz1.6.0Mar 30, 2026by mamoodi
AI Summary
This release introduces support for system hooks, a new /clear command for V1 conversations to reset history while preserving runtime state, and a copy button for code blocks. It also includes Catalan language support and fixes several bugs related to conversation persistence and export duplication.
Key Highlights
- Added support for system hooks
- Added /clear command for V1 conversations
- Added copy button to code blocks
- Fixed conversation persistence issues
- Fixed duplicate events in Export Conversation
New Features
- Support for hooks
- Catalan language support
- /clear command for V1 conversations
- Copy button for code blocks
- Support to enable/disable default global skills
- /new slash command in the menu
- Fixed conversation persistence
- Fixed Export Conversation duplication
- Multiple CVE fixes through dependency updates
Full Release Notes
## What's Changed ### Added * Added support for hooks by @xingyaoww in https://github.com/OpenHands/OpenHands/pull/12773 * Added Catalan language by @jordimas in https://github.com/OpenHands/OpenHands/pull/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 https://github.com/OpenHands/OpenHands/pull/12786 * Added copy button to code blocks by @VascoSch92 in https://github.com/OpenHands/OpenHands/pull/13458 * Added support to enable/disable default global skills by @statxc in https://github.com/OpenHands/OpenHands/pull/13046 * Added the `/new` slash command to the slash command menu by @karanjaxyz in https://github.com/OpenHands/OpenHands/pull/13599 ### Fixed * Fixed an issue where sometimes conversations were not persisted by @tofarr in https://github.com/OpenHands/OpenHands/pull/13629 * Fixed a bug in `Export Conversation` that caused events to be duplicated multiple times by @tofarr in https://github.com/OpenHands/OpenHands/pull/13364 * Multiple CVE fixes through dependency updates ## New Contributors * @ankit2235 made their first contribution in https://github.com/OpenHands/OpenHands/pull/12596 * @travellingsoldier85 made their first contribution in https://github.com/OpenHands/OpenHands/pull/13444 * @stakeswky made their first contribution in https://github.com/OpenHands/OpenHands/pull/13039 * @jordimas made their first contribution in https://github.com/OpenHands/OpenHands/pull/13299 * @veeceey made their first contribution in https://github.com/OpenHands/OpenHands/pull/12792 * @LarytheLord made their first contribution in https://github.com/OpenHands/OpenHands/pull/13471 * @sjathin made their first contribution in https://github.com/OpenHands/OpenHands/pull/13522 * @erisfully made their first contribution in https://github.com/OpenHands/OpenHands/pull/13549 * @statxc made their first contribution in https://github.com/OpenHands/OpenHands/pull/13046 * @karanjaxyz made their first contribution in https://github.com/OpenHands/OpenHands/pull/13599 **Full Changelog**: https://github.com/OpenHands/OpenHands/compare/1.5.0...1.6.0