Releases: brettinternet/hum
Releases · brettinternet/hum
Release list
v0.14.1
Hum v0.14.1
This is the first published release after v0.13.0. (v0.14.0 was tagged, but its workflow failed and no GitHub release was created.)
Highlights
- Prefer private
.hum.yamlmanifests over sharedhum.yaml. - Breaking: lifecycle commands now require an explicit
hum.yamlor--filedeclaration. Usehum run NAME -- COMMANDfor ad-hoc commands. - Add native HTTP and TCP readiness probes.
- Preserve durable service event history.
- Add
hum lsas an alias. - Colorize
hum doctorstatuses. - Fix preservation of ad-hoc manifest state.
v0.13.0
Added
- Add doctor preflight command
v0.12.2
Added
- up: Abort own launches on startup Ctrl+C, announce detach
Fixed
- up: Make interrupted startup cleanup reliable
Documentation
- Make readme more scannable
- Clarify manifest environments
v0.12.1
Fixed
- project: Preserve opaque environment entries
- manifest: Report the line of a YAML syntax error
- manifest: Align env schema patterns with parser
v0.12.0
Added
- Load manifest process environments
v0.11.0
Added
- Keep hum up summaries compact
- mcp: Add manifest selection
- Select alternate project manifests
- cli: Compact list output
Fixed
- cli: Bound aggregate status
- Complete alternate manifest verification
- Expose mise-installed manual
Documentation
- Explain automatic SchemaStore support
- Show remote access over SSH
v0.10.1
Documentation
- Improve manual guidance and examples
v0.10.0
Added
- Generate and package man page
- Add verified curl installer
- Add Herdr process plugin
- cli: Add version capability command
Fixed
- cli: Preserve scope details in root help
Documentation
- Polish plugin sections and version help
- Defer lifecycle event interface
v0.9.1
Added
- Add Claude Code plugin marketplace
- Publish releases to Homebrew
- cli: Publish machine output v1 contract
- project: Keep manifest schema in sync
Fixed
- app: Drop control intent when the signal finds no process
- app: Clear exec readiness diagnostic on success
Documentation
- Add readiness probe examples
- Demo agent log diagnosis
- Split terminal demos
- Show hum mcp configuration in README
- Describe CI Go caching
- Sync process guidance
v0.9.0
Added
- Add executable readiness probes
- Configure per-process stop grace
- logs: Add match context
- logs: Add system stream selection
Fixed
- daemon: Recognize reaped process groups
- app: Preserve control signal intent
- cli: Preserve attached run handoffs
- Stabilize shutdown under process teardown
Documentation
- Tighten README examples
- Show parallel agent worktrees