Skip to content

Releases: tridha643/hestia

Release list

v1.0.1

Choose a tag to compare

@tridha643 tridha643 released this 12 Jul 02:26

First tagged release of hestia — per-worktree isolated dev stacks for parallel coding agents.

Fixed

  • expose --tunnel works on real zones now. The dns-route-required preflight demanded a publicly visible CNAME to <uuid>.cfargotunnel.com, but Cloudflare flattens proxied records (the only kind that can serve a tunnel), so the check could never pass. It now accepts any successful resolution of the minted hostname.
  • doctor no longer reports one healthy connector as four foreign replicas. Connector counting moved from tunnel list's flattened edge-connection array to tunnel info's per-connector entries; the tunnel-busy message got the same units fix.

Improved

  • The agent skill (skills/hestia/SKILL.md) now documents the one-time wildcard remedy (cloudflared tunnel route dns <uuid> '*.<zone>'), warns that flattened CNAMEs are the correct state (don't diagnose with dig CNAME), adds a post-up doctor triage sweep, and forbids raw cloudflared tunnel run against adopted tunnels.

Install

bun add --global @tridha643/hestia

macOS + Bun ≥ 1.3 only.