v0.0.3-rc.2
Pre-release
Pre-release
Immutable
release. Only release title and notes can be modified.
What's Changed
Bug fixes
- Disable Resume for active local Codex sessions @calvintvu (#156)
- Keep synthesis disabled for new profiles @calvintvu (#155)
- Improve remote monitoring and terminal actions @luhe19001 (#143)
- fix: fail fast when Go or npm is missing for make release @luhe19001 (#130)
- Recognize OpenAI-prefixed model IDs for pricing @calvintvu (#138)
- Fix macOS Hub device pairing persistence @calvintvu (#127)
- Clear stale waiting status for closed Codex sessions @calvintvu (#126)
- Fix remote connection results and expired-tab polling @luhe19001 (#125)
- Make remote connection tests fast @luhe19001 (#124)
- Collapse background re-homed Claude sessions into one card @calvintvu (#121)
Features and improvements
- Show OpenCode session client in badges @calvintvu (#146)
- Harden SSH remote collection, handoffs, and setup @luhe19001 (#142)
- Polish remote Machines SSH setup UX @luhe19001 (#139)
- Improve timeline defaults, filter persistence, and debrief readability @luhe19001 (#131)
- Add a verified SSH collection helper @luhe19001 (#136)
- Add incremental SFTP collection for remote sessions @luhe19001 (#135)
Refactoring
- centralize snapshot preview fetching @calvintvu (#148)
- place root tooltip provider @calvintvu (#147)
Dependencies
- chore(deps): Bump the "dependencies" group with 2 updates across multiple ecosystems @dependabot[bot] (#140)
Other changes
- Refresh the model table from LiteLLM @github-actions[bot] (#154)
- Refresh the model table from LiteLLM @github-actions[bot] (#141)
- Integrate SSH monitoring in Machines and releases @luhe19001 (#133)
- Refresh the model table from LiteLLM @github-actions[bot] (#134)
Full Changelog: v0.0.3-rc.1...v0.0.3-rc.2
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.2" # 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.