Skip to content

0.6.3

Choose a tag to compare

@github-actions github-actions released this 15 Jul 02:38
8f514c5

Release Notes

  • confer hubs now discovers ad-hoc clones, not just managed ones. 0.6.2's confer hubs read
    only the managed home (~/.confer/clones/), so a clone made with init <url> <dir> (an explicit
    dir outside the managed home) was silently omitted — a portable fleet skill would quietly drop
    that hub, the same wrong-but-confident failure as a hardcoded path. It now unions managed clones
    with ad-hoc ones discovered by their .confer-version marker in common dev roots (~/git, ~/src,
    …) and the cwd, deduped by hub origin. (Caught on a box with an ad-hoc hub clone.)

Install confer-cli 0.6.3

Install prebuilt binaries via shell script

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

Install prebuilt binaries via Homebrew

brew install codeshrew/tap/confer

Download confer-cli 0.6.3

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