Update openhands to 1.6.0 (#5252)

This commit is contained in:
Alexander L. 2026-03-31 10:23:10 +02:00 committed by GitHub
parent ffac63b040
commit f69954e9b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

View File

@ -27,7 +27,7 @@ services:
- ${APP_DATA_DIR}/data/docker:/data
web:
image: ghcr.io/openhands/openhands:1.5.0@sha256:e6eed4f4d7c4a368cdbd0dc8751e6fa48340d21783addfc97714b87fbeda21fa
image: ghcr.io/openhands/openhands:1.6.0@sha256:5c0dc26f467bf8e47a6e76308edb7a30af4084b17e23a3460b5467008b12111b
stdin_open: true
tty: true
pull_policy: always

View File

@ -3,7 +3,7 @@ id: openhands
name: OpenHands
tagline: A local AI agent for writing and improving code
category: ai
version: "1.5.0"
version: "1.6.0"
port: 3993
description: >-
👐 OpenHands is a local-first AI development assistant that helps developers automate repetitive programming tasks and concentrate on more meaningful work. It runs entirely on your own Umbrel server and respects your privacy by keeping all operations offline and under your control. OpenHands understands, edits, and improves code independently by using intelligent software agents that analyze your repositories, execute commands, work with files, and follow instructions written in natural language.
@ -30,15 +30,15 @@ gallery:
- 5.jpg
releaseNotes: >-
This release brings several new features and improvements:
- Added ability to attach or change the Git repository for existing conversations
- Added a Task List tab in the right panel showing the agent's current tasks with real-time status updates
- Added a planning agent
- Added a slash command menu to the chat input for quickly accessing available agent skills and commands
- Added support for Bitbucket Datacenter
- Added support for new models including Claude Opus 4.6, GLM-4.7, Claude Sonnet 4.6, GLM-5, Kimi-K2.5, Qwen3-Coder-Next, and Gemini 3.1 Pro Preview
- Fixed the pinning and unpinning functionality of tabs
- Fixed multiple UI issues
- Fixed several security vulnerabilities through dependency updates
- Added support for hooks
- Added Catalan language
- Added /clear command to create a new conversation that inherits the current sandbox and configuration while resetting chat history
- Added copy button to code blocks
- Added support to enable/disable default global skills
- Added the /new slash command to the slash command menu
- Fixed an issue where conversations were sometimes not persisted
- Fixed a bug in Export Conversation that caused events to be duplicated
- Multiple security vulnerability fixes through dependency updates
Full release notes can be found at https://github.com/All-Hands-AI/OpenHands/releases