Skip to content

v0.1.5 — status --member no longer shows the Detail: line of an earlier failed attempt

Choose a tag to compare

@shojikumaru shojikumaru released this 07 Sep 03:45
· 12 commits to main since this release
e114ad3

Fixed

  • caty-gateway status --member <id> no longer shows the Detail: line of an earlier failed attempt under a later succeeded status. The orchestrator now clears the status message when a new run starts and writes setup completed on success, matching the supervised path. Regression test: fail → succeed → no stale Detail:. (#35, PR #40)

Docs

  • Quick Start (EN/JA), the CLI reference table and the four READMEs now say that non-interactive runs (ssh, scripts) need --yes, and that CATY_QR_DELIVERY=tty keeps the final QR as text instead of waiting in the URL mode: CATY_QR_DELIVERY=tty caty-gateway setup --member <id> --backend <b> --yes. (#34, PR #37)
  • docs/smoke/: layer-A records from a Hetzner VPS (Ollama PARTIAL → #38, Hermes NOT RUN). (#2, PR #41)

Both findings came from the #31 layer-A smoke on a real second host. Package version 0.1.5; PyPI: https://pypi.org/project/caty-gateway/0.1.5/ (published from this tag via publish.yml).

Full changelog: v0.1.4...v0.1.5