这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: OpenHands/OpenHands

1.0.7-cli - 25-11-11

11 Nov 21:48

Choose a tag to compare

Fixes

  • Cleanup CLI outputs when conversation is first started #11677
  • Prevent tool calls with security_risk parameter from crashing conversations #11710

0.62.0 - 2025-11-11

11 Nov 19:57

Choose a tag to compare

What's Changed

Added

New Contributors

Full Changelog: 0.61.0...0.62.0

1.0.6-cli - 2025-11-7

07 Nov 17:25

Choose a tag to compare

Fixes

  • Fix broken entrypoint when using UV #11643
  • Fix MCP settings persisting even after removal #11602
  • Remove preset MCPs from upstream package agent-sdk #11602
  • Lazy load conversation when calling /new command #11601
  • Remove noisy logs when loading conversations #11603

0.61.0 - 2025-11-05

05 Nov 20:20
bff7fd3

Choose a tag to compare

What's Changed

Changed

New Contributors

Full Changelog: 0.60.0...0.61.0

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