@delta1035/ccs-cli 1.0.0 → 1.0.1
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.
- package/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -137,7 +137,7 @@ Configuration files are stored in `~/.cc-switch/`:
|
|
|
137
137
|
|
|
138
138
|
```bash
|
|
139
139
|
# Clone the repository
|
|
140
|
-
git clone https://github.com/
|
|
140
|
+
git clone https://github.com/Delta1035/ccs-cli.git
|
|
141
141
|
cd cc-switch-cli
|
|
142
142
|
|
|
143
143
|
# Install dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@delta1035/ccs-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "AI CLI Tool Manager - Switch between Claude, Codex, Gemini, and more",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -25,18 +25,18 @@
|
|
|
25
25
|
"google"
|
|
26
26
|
],
|
|
27
27
|
"author": {
|
|
28
|
-
"name": "
|
|
28
|
+
"name": "Delta",
|
|
29
29
|
"email": "528491526@qq.com"
|
|
30
30
|
},
|
|
31
31
|
"license": "ISC",
|
|
32
32
|
"repository": {
|
|
33
33
|
"type": "git",
|
|
34
|
-
"url": "https://github.com/
|
|
34
|
+
"url": "https://github.com/Delta1035/ccs-cli.git"
|
|
35
35
|
},
|
|
36
36
|
"bugs": {
|
|
37
|
-
"url": "https://github.com/
|
|
37
|
+
"url": "https://github.com/Delta1035/ccs-cli/issues"
|
|
38
38
|
},
|
|
39
|
-
"homepage": "https://github.com/
|
|
39
|
+
"homepage": "https://github.com/Delta1035/ccs-cli#readme",
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"chalk": "^5.3.0",
|
|
42
42
|
"commander": "^11.1.0",
|