@kaitranntt/ccs 5.14.0-dev.2 → 5.14.0-dev.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 (3) hide show
  1. package/README.md +10 -1
  2. package/VERSION +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -120,10 +120,19 @@ ccs gemini --auth --add
120
120
  # Add with nickname for easy identification
121
121
  ccs gemini --auth --add --nickname work
122
122
 
123
- # List all accounts
123
+ # Codex provider examples
124
+ ccs codex --auth # First account for Codex
125
+ ccs codex --auth --add # Add another Codex account
126
+ ccs codex --auth --add --nickname work # Named account
127
+
128
+ # List all accounts (any provider)
129
+ ccs gemini --accounts
130
+ ccs codex --accounts
124
131
  ccs agy --accounts
125
132
 
126
133
  # Switch to a different account
134
+ ccs gemini --use work
135
+ ccs codex --use work
127
136
  ccs agy --use work
128
137
  ```
129
138
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 5.14.0-dev.2
1
+ 5.14.0-dev.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaitranntt/ccs",
3
- "version": "5.14.0-dev.2",
3
+ "version": "5.14.0-dev.3",
4
4
  "description": "Claude Code Switch - Instant profile switching between Claude Sonnet 4.5 and GLM 4.6",
5
5
  "keywords": [
6
6
  "cli",