Skip to content

v0.0.3-rc.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Aug 19:26
Immutable release. Only release title and notes can be modified.

What's Changed

Bug fixes

  • Show OpenCode sessions as Waiting for pending approvals @calvintvu (#103)
  • Show Codex sessions as Waiting when user action is required @calvintvu (#100)
  • Clear stale OpenCode waiting status on newer turns @calvintvu (#96)
  • Count only confirmed PRs in Codex sessions @calvintvu (#99)
  • Fix OpenCode gateway pricing and float context windows in the model table @milanshen (#107)
  • Hide undetected vendors from filters and synthesis settings @milanshen (#93)
  • Prevent oversized model refresh PR bodies @calvintvu (#92)
  • Show only surviving commits in session inspector @calvintvu (#79)
  • Show session-specific file diffs in the inspector @calvintvu (#76)
  • Fix Codex subagent filtering and inspector entries @calvintvu (#78)

Features and improvements

Documentation

Refactoring

  • Refactor session collection around vendor-owned sources @calvintvu (#71)

Dependencies

  • chore(deps): Bump the "dependencies" group with 2 updates across multiple ecosystems @dependabot[bot] (#120)

Other changes

Full Changelog: v0.0.2...v0.0.3-rc.1

How to install

brew install centauri-ai/tap/coslash

Already tapped? brew upgrade coslash.

The .tar.gz assets below are for manual installs:

VERSION="v0.0.3-rc.1" # 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.