Releases: team9ai/aHand
Releases · team9ai/aHand
rust-v0.1.9
fix(ahandd): enable static linking for xz2 dependency Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
rust-v0.1.8
Merge branch 'main' of github.com:team9ai/aHand
rust-v0.1.10
fix(browser-init): self-contained Node.js install and better error re…
main
Merge branch 'main' of github.com:team9ai/aHand
rust-v0.1.7
ci: comment out Windows target pending cross-platform IPC work Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
rust-v0.1.6
feat(ahandd): implement OpenClaw HTTP-style browser proxy protocol tr…
rust-v0.1.5
ci: remove Windows target from Rust release workflow Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
aHand Daemon & CLI v0.1.2
What's New
ahandctl start/stop/restart/status— Manage the daemon lifecycle from CLI- PID file management — Daemon writes
~/.ahand/data/daemon.pidon startup - Graceful shutdown — Daemon handles SIGTERM/SIGINT, cleans up PID file on exit
- Auto-load config —
ahanddautomatically loads~/.ahand/config.tomlwithout--configflag - First-run onboarding — Admin panel shows setup wizard when no config exists
- Improved guidance —
ahanddwithout config prints setup instructions
Upgrade
ahandctl upgrade
# or
ahandctl restartFull Changelog: rust-v0.1.1...rust-v0.1.2
v0.1.1 — Installation hardening & independent component releases
What's New
Installation & Upgrade
- Independent component versioning —
install.shandupgrade.shnow 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 configureshutdown timeout — admin panel server now shuts down cleanly instead of hanging
Developer Experience
- Version bump script —
bash 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 | bashUpgrade
ahandctl upgradeFull Changelog: rust-v0.1.0-alpha...rust-v0.1.1