Skip to content
This repository was archived by the owner on Aug 9, 2026. It is now read-only.

Release v0.3.3

Choose a tag to compare

@github-actions github-actions released this 06 Apr 04:57
· 1 commit to master since this release

Changes

  • chore: bump version to 0.3.3
  • feat(search): support multi-keyword AND matching
  • feat(release): support non-interactive mode for CI/Claude usage

Installation

Download the appropriate binary for your platform below.

Linux

wget https://github.com/osen77/claude-code-sync-cn/releases/download/v0.3.3/ccs-linux-x86_64.tar.gz
tar -xzf ccs-linux-x86_64.tar.gz
sudo mv ccs /usr/local/bin/

macOS

# For Intel Macs
wget https://github.com/osen77/claude-code-sync-cn/releases/download/v0.3.3/ccs-macos-x86_64.tar.gz

# For Apple Silicon Macs
wget https://github.com/osen77/claude-code-sync-cn/releases/download/v0.3.3/ccs-macos-aarch64.tar.gz

tar -xzf ccs-macos-*.tar.gz
sudo mv ccs /usr/local/bin/

Windows

Download the .zip file and extract it to a directory in your PATH.