v0.0.2-rc.3
Pre-release
Pre-release
Immutable
release. Only release title and notes can be modified.
Install
brew install centauri-ai/tap/coslash
coslashAlready tapped? brew upgrade coslash.
The .tar.gz assets below are for manual installs:
VERSION=v0.0.2-rc.3
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.
What's Changed
Features and improvements
- Improve OpenCode session accuracy and live status @calvintvu (#63)
- Add OpenCode subagent support @calvintvu (#61)
- Add OpenCode terminal launch support @calvintvu (#62)
- Add OpenCode root session support @calvintvu (#58)
- Use canonical Git remote identities for sessions @calvintvu (#69)
Dependencies
- Bump the "dependencies" group with 1 update across multiple ecosystems @dependabot[bot] (#66)
Tooling and CI
- add prefix to update dependencies bot pr @calvintvu (#67)
Other changes
- Refresh the model table from LiteLLM @github-actions[bot] (#70)
Full Changelog: v0.0.2-rc.2...v0.0.2-rc.3