v0.0.2-rc.1
Pre-release
Pre-release
·
210 commits
to main
since this 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.1
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
- build(deps): bump actions/setup-node from 6.5.0 to 7.0.0 by @dependabot[bot] in #24
- build(deps): bump actions/checkout from 5.1.0 to 7.0.1 by @dependabot[bot] in #25
- Drop unreachable CLIRunner defaults by @calvintvu in #26
- remove avatar component by @calvintvu in #27
- Drop react-router by @calvintvu in #28
- Compare settings drafts with JSON.stringify by @calvintvu in #31
- Share one TokenBreakdown between card and inspector by @calvintvu in #33
- Share one GroupTotals in the session board by @calvintvu in #34
- Bind the smoke server to an ephemeral port by @calvintvu in #35
- Check the smoke JSON response one way by @calvintvu in #36
- add badges to readme by @calvintvu in #38
- Drop the synthesis.Home wrapper by @calvintvu in #37
- leftover synthesis.Home wrapper removal by @calvintvu in #42
- Smoke-test release packages from one matrix job by @calvintvu in #29
- Harden loopback server access with per-run tokens by @luhe19001 in #19
- build(deps): bump actions/checkout from 5.1.0 to 7.0.1 by @dependabot[bot] in #43
- Resolve frontend dependency audit findings by @luhe19001 in #16
- truncate the subagent title by @milanshen in #45
- dark mode by @calvintvu in #41
- Write the v0.0.1 README and support documentation by @luhe19001 in #15
- Read commit messages from the -F and -am commit forms by @calvintvu in #44
- Drop sessions that hold no conversation by @calvintvu in #47
- Settle forked-skill subagents from their own transcript by @calvintvu in #48
- Read model prices and context windows from LiteLLM instead of hand-kept tables by @calvintvu in #40
- Preserve Codex question and answer history by @milanshen in #46
- Prepare the repository for public release by @luhe19001 in #20
New Contributors
- @calvintvu made their first contribution in #26
Full Changelog: v0.0.1...v0.0.2-rc.1