Skip to content

chepherd 0.2.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 May 21:43
· 609 commits to main since this release

chepherd 0.2.0-alpha

A TUI supervisor for parallel AI coding agents.

Install via:

curl -fsSL https://chepherd.org/install.sh | sh

Or download a binary directly from the assets below.

Changelog

  • b91c686 docs(walk): #35 chepherd.org pre-DNS-propagation walk evidence
  • b9efc0d feat(cmd): 'chepherd rc enable/disable/status' subcommand surface
  • 2260ee8 feat(rc): protocol v1 envelope + transport abstraction (foundation for #37 + #31)
  • a4999c0 feat(rc/signaling): HTTP signaling client (#37 step 3/3 — foundation complete)
  • b0eb535 feat(rc/transport): WebRTC DataChannel implementation (#37 step 2/3)
  • 0aac978 feat(rc/transport): WebSocket transport implementation (#37 step 1/3)
  • 1dcee81 feat(tui): W10 — daemon-down + stale banner (graceful degradation)
  • cebcea9 test(rc/transport): end-to-end WebRTC loopback conformance test