v0.0.3-rc.1
Pre-release
Pre-release
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
- Document Mac-only SSH monitoring @luhe19001 (#118)
- Add remote session monitoring UI @luhe19001 (#117)
- Collect remote sessions on the Mac @luhe19001 (#116)
- Add read-only SFTP session parsing @luhe19001 (#115)
- Show OpenCode Waiting plugin health in diagnostics @calvintvu (#105)
- Derive waiting status for Claude sessions from transcript @calvintvu (#101)
- feat: integrate opt-in Hub sharing @luhe19001 (#106)
- Add OpenCode as a synthesis backend @milanshen (#80)
- feat: add opt-in Hub share build @luhe19001 (#98)
- feat: add exact snapshot preview @luhe19001 (#97)
- Add session sorting by status @milanshen (#91)
- Display timestamps alongside turn numbers in the session timeline @milanshen (#88)
- Expand model pricing and context coverage @calvintvu (#89)
- feat(collector): capture canonical session start times @luhe19001 (#83)
- Fix: Polish session inspector timeline and command display @milanshen (#81)
Documentation
- update readme with screenshots and gifs @milanshen (#95)
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
- Refresh the model table from LiteLLM @github-actions[bot] (#123)
- Refresh the model table from LiteLLM @github-actions[bot] (#119)
- Refresh the model table from LiteLLM @github-actions[bot] (#109)
- Refresh the model table from LiteLLM @github-actions[bot] (#94)
- test(snapshot): publish fixtures and measurement tooling @luhe19001 (#87)
- feat(collector): fit snapshots to aggregate budget @luhe19001 (#86)
- feat(collector): add explicit session export boundary @luhe19001 (#85)
- feat(snapshot): define session snapshot v1 contract @luhe19001 (#84)
Full Changelog: v0.0.2...v0.0.3-rc.1
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.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.