Skip to content

v0.37.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Sep 10:37
· 17 commits to main since this release

This release extends context-aware runtime behavior with opt-in work item context projection and context history selector evaluation, improves authenticated control-plane attribution, isolates remote template sync failures, and makes browser session fallback robust when a stale bearer token is present.

Supported binary assets for this release are Linux amd64, macOS amd64, and macOS arm64. The macOS app DMG is a universal binary supporting both x86_64 and arm64. The Linux amd64 binary supports Ubuntu 22.04 or newer (glibc 2.35 or newer).

Changes

  • Add opt-in work item context projection for model turns (#2783).
  • Add context history selector evaluation for explicit history boundaries (#2782).
  • Attribute authenticated user identity to control-plane messages (#2781).
  • Isolate remote template sync failures so one dirty managed template does not abort other entries (#2780).
  • Fall back to the session cookie when a stale bearer credential masks a valid browser session (#2785).

Install

Homebrew:

brew tap holon-run/tap
brew install holon

Direct binary:

curl -L "https://github.com/holon-run/holon/releases/download/v0.37.0/holon-linux-amd64.tar.gz" | tar -xz
chmod +x holon
./holon --help

Replace holon-linux-amd64.tar.gz with holon-darwin-amd64.tar.gz or holon-darwin-arm64.tar.gz on macOS.

Docker:

docker pull ghcr.io/holon-run/holon:0.37.0