Skip to content

Releases: brettinternet/hum

v0.14.1

Choose a tag to compare

@github-actions github-actions released this 15 Sep 19:33

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.yaml manifests over shared hum.yaml.
  • Breaking: lifecycle commands now require an explicit hum.yaml or --file declaration. Use hum run NAME -- COMMAND for ad-hoc commands.
  • Add native HTTP and TCP readiness probes.
  • Preserve durable service event history.
  • Add hum ls as an alias.
  • Colorize hum doctor statuses.
  • Fix preservation of ad-hoc manifest state.

Full changelog

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 13 Sep 08:29

Added

  • Add doctor preflight command

v0.12.2

Choose a tag to compare

@github-actions github-actions released this 12 Sep 19:16

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

Choose a tag to compare

@github-actions github-actions released this 12 Sep 17:43

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

Choose a tag to compare

@github-actions github-actions released this 12 Sep 16:31

Added

  • Load manifest process environments

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 04:13

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

Choose a tag to compare

@github-actions github-actions released this 11 Sep 21:38

Documentation

  • Improve manual guidance and examples

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 21:06

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

Choose a tag to compare

@github-actions github-actions released this 11 Sep 18:43

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

Choose a tag to compare

@github-actions github-actions released this 11 Sep 14:49

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