1.7.0

puckeditor/puck1.7.0May 1, 2026by mamoodi

AI Summary

This release introduces LLM model support on conversation cards, enables KVM-accelerated virtual machines in sandboxes via a new environment variable, and exposes SDK settings. It also moves the Tavily search key to MCP settings and fixes multiple UI issues and CVEs.

Key Highlights

  • Added LLM model on conversation cards and header
  • Added SANDBOX_KVM_ENABLED environment variable for faster sandbox execution
  • Exposed SDK settings schema to OpenHands
  • Moved Tavily search key to MCP settings

New Features

  • LLM model integration in UI
  • KVM-accelerated virtual machine support in sandboxes
  • SDK settings exposure
  • Tavily search key migration to MCP

Full Release Notes

## What's Changed
### Added
* Added LLM model on conversation cards and header by @sjathin in https://github.com/OpenHands/OpenHands/pull/13616
* Added SANDBOX_KVM_ENABLED environment variable to enable passing /dev/kvm to sandbox containers. When enabled, sandboxes can run KVM-accelerated virtual machines instead of using slower emulation by @gpothier in https://github.com/OpenHands/OpenHands/pull/13618
* Exposed SDK settings schema to OpenHands by @neubig in https://github.com/OpenHands/OpenHands/pull/13306

### Changed
* Moved Tavily search key to MCP settings by @neubig in https://github.com/OpenHands/OpenHands/pull/14000

### Fixed
* Resolved multiple CVEs through dependency updates
* Fixed multiple UI issues

## New Contributors
* @gpothier made their first contribution in https://github.com/OpenHands/OpenHands/pull/13618
* @Ricardo-M-L made their first contribution in https://github.com/OpenHands/OpenHands/pull/13817
* @buyua9 made their first contribution in https://github.com/OpenHands/OpenHands/pull/13802
* @octo-patch made their first contribution in https://github.com/OpenHands/OpenHands/pull/13996
* @JefferyLiu6 made their first contribution in https://github.com/OpenHands/OpenHands/pull/13890
* @xsfX20 made their first contribution in https://github.com/OpenHands/OpenHands/pull/13708

**Full Changelog**: https://github.com/OpenHands/OpenHands/compare/1.6.0...1.7.0