Skip to content

Commit f542c01

Browse files
authored
Merge pull request #84 from guyskk/chore/rename-repo-refs
chore: update repo URL refs to claude-code-config-switcher
2 parents 7c98f31 + 1072f59 commit f542c01

5 files changed

Lines changed: 14 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Removed `supervisor-hook` and `supervisor-mode` CLI commands
1515
- Removed slash command files (`supervisor.md`, `supervisoroff.md`)
1616
- Project rebranded as "Claude Code Configuration Switcher"
17+
- Repository renamed back to `claude-code-config-switcher` (GitHub redirects the old URL)
1718

1819
### Added
1920

@@ -132,10 +133,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
132133
- Repositioned project as "Claude Code Supervisor"
133134
- Repository renamed from `claude-code-config-switcher` to `claude-code-supervisor`
134135

135-
[0.4.0]: https://github.com/guyskk/claude-code-supervisor/compare/v0.3.3...v0.4.0
136-
[0.3.3]: https://github.com/guyskk/claude-code-supervisor/compare/v0.3.2...v0.3.3
137-
[0.3.2]: https://github.com/guyskk/claude-code-supervisor/compare/v0.3.1...v0.3.2
138-
[0.3.1]: https://github.com/guyskk/claude-code-supervisor/compare/v0.3.0...v0.3.1
139-
[0.3.0]: https://github.com/guyskk/claude-code-supervisor/compare/v0.2.1...v0.3.0
140-
[0.2.1]: https://github.com/guyskk/claude-code-supervisor/compare/v0.2.0...v0.2.1
141-
[0.2.0]: https://github.com/guyskk/claude-code-supervisor/releases/tag/v0.2.0
136+
[0.4.0]: https://github.com/guyskk/claude-code-config-switcher/compare/v0.3.3...v0.4.0
137+
[0.3.3]: https://github.com/guyskk/claude-code-config-switcher/compare/v0.3.2...v0.3.3
138+
[0.3.2]: https://github.com/guyskk/claude-code-config-switcher/compare/v0.3.1...v0.3.2
139+
[0.3.1]: https://github.com/guyskk/claude-code-config-switcher/compare/v0.3.0...v0.3.1
140+
[0.3.0]: https://github.com/guyskk/claude-code-config-switcher/compare/v0.2.1...v0.3.0
141+
[0.2.1]: https://github.com/guyskk/claude-code-config-switcher/compare/v0.2.0...v0.2.1
142+
[0.2.0]: https://github.com/guyskk/claude-code-config-switcher/releases/tag/v0.2.0

README-CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
#### 选项 A:一键安装(Linux / macOS)
1414

1515
```bash
16-
OS=$(uname -s | tr '[:upper:]' '[:lower:]'); ARCH=$(uname -m | sed -e 's/x86_64/amd64/' -e 's/aarch64/arm64/'); curl -LO "https://github.com/guyskk/claude-code-supervisor/releases/latest/download/ccc-${OS}-${ARCH}" && sudo install -m 755 "ccc-${OS}-${ARCH}" /usr/local/bin/ccc && rm "ccc-${OS}-${ARCH}" && ccc --version
16+
OS=$(uname -s | tr '[:upper:]' '[:lower:]'); ARCH=$(uname -m | sed -e 's/x86_64/amd64/' -e 's/aarch64/arm64/'); curl -LO "https://github.com/guyskk/claude-code-config-switcher/releases/latest/download/ccc-${OS}-${ARCH}" && sudo install -m 755 "ccc-${OS}-${ARCH}" /usr/local/bin/ccc && rm "ccc-${OS}-${ARCH}" && ccc --version
1717
```
1818

19-
#### 选项 B:从 [Releases](https://github.com/guyskk/claude-code-supervisor/releases) 下载
19+
#### 选项 B:从 [Releases](https://github.com/guyskk/claude-code-config-switcher/releases) 下载
2020

2121
下载适合你平台的二进制文件(`ccc-darwin-arm64``ccc-linux-amd64` 等)并安装到 `/usr/local/bin/`
2222

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
#### Option A: One-line install (Linux / macOS)
1414

1515
```bash
16-
OS=$(uname -s | tr '[:upper:]' '[:lower:]'); ARCH=$(uname -m | sed -e 's/x86_64/amd64/' -e 's/aarch64/arm64/'); curl -LO "https://github.com/guyskk/claude-code-supervisor/releases/latest/download/ccc-${OS}-${ARCH}" && sudo install -m 755 "ccc-${OS}-${ARCH}" /usr/local/bin/ccc && rm "ccc-${OS}-${ARCH}" && ccc --version
16+
OS=$(uname -s | tr '[:upper:]' '[:lower:]'); ARCH=$(uname -m | sed -e 's/x86_64/amd64/' -e 's/aarch64/arm64/'); curl -LO "https://github.com/guyskk/claude-code-config-switcher/releases/latest/download/ccc-${OS}-${ARCH}" && sudo install -m 755 "ccc-${OS}-${ARCH}" /usr/local/bin/ccc && rm "ccc-${OS}-${ARCH}" && ccc --version
1717
```
1818

19-
#### Option B: Download from [Releases](https://github.com/guyskk/claude-code-supervisor/releases)
19+
#### Option B: Download from [Releases](https://github.com/guyskk/claude-code-config-switcher/releases)
2020

2121
Download the binary for your platform (`ccc-darwin-arm64`, `ccc-linux-amd64`, etc.) and install to `/usr/local/bin/`.
2222

docs/discuss-20260519-env-priority.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
日期:2026-05-19
44
话题:核实 ccc 切换 provider 时 env 的生效优先级,评估 PR #79 的方案是否安全。
5-
触发:https://github.com/guyskk/claude-code-supervisor/pull/79
5+
触发:https://github.com/guyskk/claude-code-config-switcher/pull/79
66

77
> 本文件 Append-only,只追加不覆盖。
88

docs/supervisor-mode-improvement-proposal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ setup_tmux_monitor() {
940940

941941
- Ralph 项目:https://github.com/anthropics/ralph-claude-code
942942
- Claude Code Hooks 文档:https://docs.anthropic.com/en/docs/build-with-claude/claude-for-developers
943-
- 当前项目:https://github.com/guyskk/claude-code-supervisor
943+
- 当前项目:https://github.com/guyskk/claude-code-config-switcher
944944

945945
---
946946

0 commit comments

Comments
 (0)