Skip to content

Tags: gethuman-sh/human

Tags

v0.19.0

Toggle v0.19.0's commit message
Release v0.19.0

v0.18.0

Toggle v0.18.0's commit message
Release v0.18.0

v0.17.0

Toggle v0.17.0's commit message
Release v0.17.0

v0.16.0

Toggle v0.16.0's commit message
Release v0.16.0

v0.15.0

Toggle v0.15.0's commit message
Add notification sound when Claude instance goes idle

Play Windows chimes.wav (WSL), freedesktop complete.oga (Linux),
or Glass.aiff (macOS) when an instance transitions from
working/blocked/waiting to ready.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.14.0

Toggle v0.14.0's commit message
Release v0.14.0

v0.13.0

Toggle v0.13.0's commit message
Release v0.13.0

v0.12.0

Toggle v0.12.0's commit message
v0.12.0

- Extract CLI commands into cmd/ subpackages for cleaner project structure
- Add shared config loader with generic LoadInstances, eliminating provider boilerplate
- Migrate all providers to shared apiclient.Client and config.LoadInstances
- Add internal/apiclient package for shared HTTP API client

- Add multi-instance discovery with Docker support and colored state indicators
- Add container memory usage to human usage via Docker stats API
- Add tmux pane discovery to detect Claude processes across panes
- Expose ContainerID in discovered instances for downstream matching
- Add secure devcontainer setup instructions to README

- Fix resource leaks and bounds checks in chrome, daemon, and proxy
- Add configurable HTTP client timeout (30s default) to apiclient
- Add per-provider timeout (10s) to tracker instance probing
- Fix %% escape handling in errors.WithDetails format string parser
- Fix off-by-one, byte-by-byte read, and unsafe assertion bugs
- Add nil guard for conn.Close in MCP translator

- Bump gitlab.com/tozd/go/errors from 0.11.0 to 0.11.1
- Refactor usage command and integrate tmux pane listing
- Show Node.js 22 as fixed pre-selected stack in init wizard

v0.11.0

Toggle v0.11.0's commit message
Use MS base image with Node 22 for devcontainer

Claude Code's WebSocket bridge requires Node 19+ for crypto support.
Switch from bare ubuntu to mcr.microsoft.com/devcontainers/base:ubuntu
with the Node 22 devcontainer feature.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.10.0

Toggle v0.10.0's commit message
Release v0.10.0