@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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/delta1035/cc-switch-cli.git
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.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": "Your 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/delta1035/cc-switch-cli.git"
34
+ "url": "https://github.com/Delta1035/ccs-cli.git"
35
35
  },
36
36
  "bugs": {
37
- "url": "https://github.com/delta1035/cc-switch-cli/issues"
37
+ "url": "https://github.com/Delta1035/ccs-cli/issues"
38
38
  },
39
- "homepage": "https://github.com/delta1035/cc-switch-cli#readme",
39
+ "homepage": "https://github.com/Delta1035/ccs-cli#readme",
40
40
  "dependencies": {
41
41
  "chalk": "^5.3.0",
42
42
  "commander": "^11.1.0",