Skip to content

0.6.5

Choose a tag to compare

@github-actions github-actions released this 16 Jul 00:34

Release Notes

  • Onboarding now steers to the co-resident-safe managed join — the trap behind the 0.6.4 clobber.
    The 0.6.4 refusal was a safety net; this removes what people tripped on. reconnect --role R --hub org/repo derives the working-clone dir from the hub name, so two roles on one machine (a common
    setup — many sessions/roles per box) landed on the SAME clone and the second re-roled the first.
    The fix aligns onboarding with the managed-clone layout that's already collision-free:
    • confer clone <hub> --role R --managed is now a complete one-command join+arm — it clones,
      mints the key, joins, relocates into the per-role managed home (~/.confer/clones/<hub>/<role>-<key>/),
      and now also arms the reactive stack from the final path (previously it stopped after the move
      and made you cd + arm by hand).
    • confer onboard --hub … leads a first join with clone … --managed, and is situation-aware:
      if a managed clone for that hub+role already exists on this machine it points you at re-arming
      it (/confer-watch from its dir) instead of cloning a second time — so re-running after a
      compaction can't create a duplicate/colliding clone.
    • The scaffolded hub README leads with the managed join and states the one-clone-one-role rule.

Install confer-cli 0.6.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/codeshrew/confer/releases/download/v0.6.5/confer-cli-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install codeshrew/tap/confer

Download confer-cli 0.6.5

File Platform Checksum
confer-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
confer-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
confer-cli-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
confer-cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum