Skip to content

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 20:15
· 277 commits to main since this release
Immutable release. Only release title and notes can be modified.
4da9002

Install

brew install centauri-ai/tap/coslash
coslash

Already tapped? brew upgrade coslash.

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

VERSION=v0.0.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

  • Add initial CoSlash public release by @milanshen in #1
  • github PR template by @milanshen in #2
  • feat: refresh coSlash brand identity by @luhe19001 in #5
  • Fix header padding, size, and gaps; move searchbar by @milanshen in #7
  • Improve session copy, filtering, and dialog behavior by @milanshen in #3
  • Fix Codex todo and pull request collection by @milanshen in #4
  • Bundle the frontend into one binary with production CLI startup by @luhe19001 in #8
  • Revert "Bundle the frontend into one binary with production CLI startup" by @luhe19001 in #11
  • Speed up session loading with windowed collection by @milanshen in #9
  • Bundle the frontend into one binary with production CLI startup by @luhe19001 in #12
  • Frontend upgrade and fix by @milanshen in #14
  • ci: add pull-request CI for the release codepath by @luhe19001 in #17
  • Add global synthesis and terminal settings by @milanshen in #18
  • Publish tagged release artifacts and a Homebrew formula by @luhe19001 in #10
  • Add first-run onboarding and diagnostics by @luhe19001 in #13
  • fix: give the publish job a repository context by @luhe19001 in #39
  • build(deps): bump actions/setup-go from 6.5.0 to 7.0.0 by @dependabot[bot] in #21
  • build(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1 by @dependabot[bot] in #22
  • build(deps): bump actions/download-artifact from 5.0.0 to 8.0.1 by @dependabot[bot] in #23

New Contributors

Full Changelog: https://github.com/centauri-ai/coslash/commits/v0.0.1