Skip to content

cc-copilot-bridge v1.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Mar 18:01
· 3 commits to main since this release

Installation

Homebrew (macOS/Linux)

brew tap FlorianBruniaux/tap
brew install cc-copilot-bridge
eval "$(claude-switch --shell-config)"

Debian/Ubuntu (.deb)

wget https://github.com/FlorianBruniaux/cc-copilot-bridge/releases/download/v1.7.0/claude-switch_1.7.0.deb
sudo dpkg -i claude-switch_1.7.0.deb
eval "$(claude-switch --shell-config)"

RHEL/Fedora (.rpm)

wget https://github.com/FlorianBruniaux/cc-copilot-bridge/releases/download/v1.7.0/claude-switch-1.7.0-1.*.rpm
sudo rpm -i claude-switch-1.7.0-1.*.rpm
eval "$(claude-switch --shell-config)"

Manual Installation

wget https://github.com/FlorianBruniaux/cc-copilot-bridge/archive/refs/tags/v1.7.0.tar.gz
tar xzf v1.7.0.tar.gz
cd cc-copilot-bridge-*
sudo install -m 755 claude-switch /usr/local/bin/
eval "$(claude-switch --shell-config)"

Documentation