claude-ccx 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  管理多套 Claude Code API 配置,一键切换,即时启动。
4
4
 
5
- 所有配置存储在 [Gitee Gist](https://gitee.com/gists) 云端,跨机器同步,本地零存储。
5
+ Profile 配置存储在 [Gitee Gist](https://gitee.com/dashboard/codes) 云端并可跨机器同步;本地会保存 Gitee 连接信息(含 Token)到 `~/.config/ccx/config.json`。
6
6
 
7
7
  ## 功能特性
8
8
 
@@ -42,7 +42,7 @@ go build -o ccx .
42
42
 
43
43
  1. **Claude Code CLI** 已安装并在 `$PATH` 中([安装文档](https://docs.anthropic.com/en/docs/claude-code))
44
44
  2. **Gitee 账号** 及 Personal Access Token(需要 Gist 读写权限)
45
- 3. **一个 Gitee Gist** 用于存储配置(在 [gitee.com/gists](https://gitee.com/gists) 创建)
45
+ 3. **一个 Gitee Gist** 用于存储配置(在 [gitee.com/dashboard/codes](https://gitee.com/dashboard/codes) 创建)
46
46
 
47
47
  ## 快速开始
48
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-ccx",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Claude Code eXecutor — 多配置管理与快速切换工具",
5
5
  "bin": {
6
6
  "ccx": "./bin/ccx"