v0.0.2-rc.6
Pre-release
Pre-release
Immutable
release. Only release title and notes can be modified.
What's Changed
Bug fixes
- Fix OpenCode waiting and live session statuses @calvintvu (#77)
- Fix Codex session metadata and status parsing @calvintvu (#75)
Tooling and CI
- Add semver:major and semver:minor version-resolver rules to Release Drafter @milanshen (#74)
Full Changelog: v0.0.2-rc.5...v0.0.2-rc.6
How to install
brew install centauri-ai/tap/coslashAlready tapped? brew upgrade coslash.
The .tar.gz assets below are for manual installs:
VERSION="v0.0.2-rc.6" # or the desired version tag
ARCH="arm64" # or amd64 on Intel
ASSET="coslash_${VERSION}_darwin_${ARCH}.tar.gz"
BASE_URL="https://github.com/centauri-ai/coslash/releases/download/${VERSION}"
curl -fLO "${BASE_URL}/${ASSET}"
curl -fLO "${BASE_URL}/checksums.txt"
grep -F " ${ASSET}" checksums.txt | shasum -a 256 -c -
tar -xzf "${ASSET}"
"${ASSET%.tar.gz}/coslash"Substitute the release version and architecture. The binaries are unsigned and unnotarized, so macOS may warn about an archive downloaded through a browser; the Homebrew install above is not affected.