diff --git a/openhands/docker-compose.yml b/openhands/docker-compose.yml index 2876e111..dd79aa5d 100644 --- a/openhands/docker-compose.yml +++ b/openhands/docker-compose.yml @@ -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 diff --git a/openhands/umbrel-app.yml b/openhands/umbrel-app.yml index adba3d35..d4069ccd 100644 --- a/openhands/umbrel-app.yml +++ b/openhands/umbrel-app.yml @@ -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