Skip to content

Releases: OpenHands/OpenHands

1.0.5-cli - 2025-10-31

31 Oct 19:28

Choose a tag to compare

Fixes

  • Allow users to configure settings before conversation has started #11588
  • Fix conversation ending abruptly with error when invoking condenser (requires users to re-configure llm settings) #11587

1.0.4-cli - 2025-10-31

31 Oct 14:54

Choose a tag to compare

Fixed

  • CLI command to launch OpenHands GUI (openhands serve command) #11584

1.0.3-cli - 2025-10-30

30 Oct 13:58

Choose a tag to compare

Fixed

  • Fixed LLM args to remove deprecation warnings #11568
  • Fixes from OpenHands SDK dependency for MCP tool validation error #11566

0.60.0 - 2025-10-29

29 Oct 20:18
f0f452d

Choose a tag to compare

What's Changed

Breaking

Added

  • Added support for Clarifai provider
  • Added automatic sandbox lifecycle management to prevent resource exhaustion by limiting the number of running sandboxes by @tofarr in #11399

Changed

  • Simplified security analyzer confirmation interface by replacing two reject options with a single "Reject" option that prompts for optional reason by @malhotra5 in #11443

Fixed

  • Implemented graceful shutdown for headless mode by @li-boxuan in #11401
  • Improved VSCode integration in sandbox environments with proper authentication and working directory support by @tofarr in #11426
  • Fixed an issue where git operations would sometimes fail on resuming a conversation after some time by @ak684 in #11296
  • Fixed an issue where config.toml was not respected by the swe-bench/run_infer.py entrypoint by @Zacharias030 in #11091
  • Fixed terminal not rendering input commands by @amanape in #11537
  • Fixed multiple UI issues

New Contributors

Full Changelog: 0.59.0...0.60.0

1.0.2-cli - 2025-10-21

21 Oct 15:03
fd87686

Choose a tag to compare

What's Changed

Changed

  • Simplified option to reject agent action in confirmation mode in #11443

Fixed

  • Broken CLI entrypoint when using package managers (e.g uvx --python 3.12 openhands) in #11411

1.0.1-cli - 2025-10-13

13 Oct 21:12

Choose a tag to compare

What's Changed

Fixed

  • CLI binary GLIBC compatibility for older Linux systems
  • Unexpected/unrecoverable crashes when disabling confirmation mode mid conversation
  • Existing API key disappearing from CLI settings when updating settings

1.0.0-CLI - 2025-10-10

10 Oct 15:32

Choose a tag to compare

V1 CLI

  • Multi-platform standalone executable binaries to run CLI without additional setup
  • Faster startup time running CLI using uv, pip, etc
  • New and refreshed UI
  • Simplified JSON MCP configuration + mcp oauth support

0.59.0 - 2025-10-10

10 Oct 19:31

Choose a tag to compare

What's Changed

Added

Fixed

New Contributors

Full Changelog: 0.58.0...0.59.0

0.58.0 - 2025-10-01

01 Oct 17:19
acc427e

Choose a tag to compare

What's Changed

Added

  • Added configurable timeout settings for SHTTP MCP servers to prevent tool calls from hanging by @tejas-goyal in #11029
  • Added claude-sonnet-4-5 model support

Changed

  • Converted settings to vertical sidebar layout

Fixed

  • Significantly improved the security of the OpenHands enterprise Docker image by fixing multiple critical and high-severity security vulnerabilities (CVEs)
  • Fixed issue with users sometimes getting stuck in the initializing agent step on a resume attempt
  • Fixed multiple UI bugs

New Contributors

Full Changelog: 0.57.2...0.58.0

0.57.2 - 2025-09-25

25 Sep 13:04

Choose a tag to compare

What's Changed

Fixed

  • Pinned litellm version to fix dependency issues
  • Set Claude Sonnet output token limit