Skip to content

Releases: centauri-ai/coslash

v0.0.3-rc.2

v0.0.3-rc.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Sep 04:41
Immutable release. Only release title and notes can be modified.

What's Changed

Bug fixes

Features and improvements

Refactoring

Dependencies

  • chore(deps): Bump the "dependencies" group with 2 updates across multiple ecosystems @dependabot[bot] (#140)

Other changes

Full Changelog: v0.0.3-rc.1...v0.0.3-rc.2

How to install

brew install centauri-ai/tap/coslash

Already 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.

v0.0.3-rc.1

v0.0.3-rc.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Aug 19:26
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

Documentation

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

Full Changelog: v0.0.2...v0.0.3-rc.1

How to install

brew install centauri-ai/tap/coslash

Already 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.

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 14 Aug 17:57
Immutable release. Only release title and notes can be modified.

What's Changed

Bug fixes

Features and improvements

Documentation

Refactoring

Dependencies

Tooling and CI

Other changes

Full Changelog: v0.0.1...v0.0.2

How to install

brew install centauri-ai/tap/coslash

Already tapped? brew upgrade coslash.

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

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

v0.0.2-rc.6

v0.0.2-rc.6 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 Aug 00:32
Immutable release. Only release title and notes can be modified.

What's Changed

Bug fixes

Tooling and CI

  • Add semver:major and semver:minor version-resolver rules to Release Drafter @milanshen (#74)

Full Changelog: v0.0.2-rc.5...v0.0.2-rc.6

How to install

brew install centauri-ai/tap/coslash

Already tapped? brew upgrade coslash.

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

VERSION="v0.0.2-rc.6" # 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.

v0.0.2-rc.5

v0.0.2-rc.5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Aug 21:30
Immutable release. Only release title and notes can be modified.

What's Changed

Bug fixes

Documentation

Full Changelog: v0.0.2-rc.3...v0.0.2-rc.5

How to install

brew install centauri-ai/tap/coslash

Already tapped? brew upgrade coslash.

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

VERSION="v0.0.2-rc.5" # 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.

v0.0.2-rc.3

v0.0.2-rc.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Aug 18:55
Immutable release. Only release title and notes can be modified.

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.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

Dependencies

  • Bump the "dependencies" group with 1 update across multiple ecosystems @dependabot[bot] (#66)

Tooling and CI

Other changes

Full Changelog: v0.0.2-rc.2...v0.0.2-rc.3

v0.0.2-rc.2

v0.0.2-rc.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Aug 21:39
Immutable release. Only release title and notes can be modified.

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.2-rc.2
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

Bug fixes

  • Fix brand color tokens keeping light values in dark mode @calvintvu (#65)

Refactoring

  • Make session source diagnostics storage-neutral @calvintvu (#51)
  • Support non-file session sources in the collector @calvintvu (#50)

Tooling and CI

Full Changelog: v0.0.2-rc.1...v0.0.2-rc.2

v0.0.2-rc.1

v0.0.2-rc.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Aug 17:46
Immutable release. Only release title and notes can be modified.

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.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

New Contributors

Full Changelog: v0.0.1...v0.0.2-rc.1

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 20:15
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