Skip to content

Releases: team9ai/aHand

rust-v0.1.9

11 Mar 12:29

Choose a tag to compare

fix(ahandd): enable static linking for xz2 dependency

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

rust-v0.1.8

11 Mar 11:01

Choose a tag to compare

Merge branch 'main' of github.com:team9ai/aHand

rust-v0.1.10

11 Mar 13:46

Choose a tag to compare

fix(browser-init): self-contained Node.js install and better error re…

main

11 Mar 10:58

Choose a tag to compare

Merge branch 'main' of github.com:team9ai/aHand

rust-v0.1.7

09 Mar 10:11

Choose a tag to compare

ci: comment out Windows target pending cross-platform IPC work

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

rust-v0.1.6

09 Mar 08:30

Choose a tag to compare

feat(ahandd): implement OpenClaw HTTP-style browser proxy protocol tr…

rust-v0.1.5

07 Mar 13:06

Choose a tag to compare

ci: remove Windows target from Rust release workflow

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

aHand Daemon & CLI v0.1.2

11 Feb 08:19

Choose a tag to compare

Pre-release

What's New

  • ahandctl start/stop/restart/status — Manage the daemon lifecycle from CLI
  • PID file management — Daemon writes ~/.ahand/data/daemon.pid on startup
  • Graceful shutdown — Daemon handles SIGTERM/SIGINT, cleans up PID file on exit
  • Auto-load configahandd automatically loads ~/.ahand/config.toml without --config flag
  • First-run onboarding — Admin panel shows setup wizard when no config exists
  • Improved guidanceahandd without config prints setup instructions

Upgrade

ahandctl upgrade
# or
ahandctl restart

Full Changelog: rust-v0.1.1...rust-v0.1.2

v0.1.1 — Installation hardening & independent component releases

11 Feb 07:06

Choose a tag to compare

What's New

Installation & Upgrade

  • Independent component versioninginstall.sh and upgrade.sh now resolve each component's latest version independently, so you can release rust/admin/browser at different versions without breaking installation
  • macOS Gatekeeper fix — automatically remove quarantine attribute on downloaded binaries, no more "unidentified developer" errors
  • Browser setup rewrite — auto-installs Node.js >= 20 if missing, fixes agent-browser download URL, prepends local Node to PATH for daemon

CLI

  • ahandctl configure shutdown timeout — admin panel server now shuts down cleanly instead of hanging

Developer Experience

  • Version bump scriptbash scripts/bump-version.sh <patch|minor|major> to update all 11 workspace files at once
  • E2E tests for distribution scripts — BATS test suite covering install.sh, upgrade.sh, and setup-browser.sh
  • CI fixes — resolved pnpm version conflict and missing protoc in release workflows

Install

curl -fsSL https://raw.githubusercontent.com/team9ai/aHand/main/scripts/dist/install.sh | bash

Upgrade

ahandctl upgrade

Full Changelog: rust-v0.1.0-alpha...rust-v0.1.1

Browser Agent v0.1.2

11 Feb 08:15

Choose a tag to compare

Browser Agent v0.1.2 Pre-release
Pre-release

Changes

  • Version bump only (no functional changes)

Full Changelog: browser-v0.1.1...browser-v0.1.2