claude-scionos 4.1.0 → 4.1.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.fr.md +1 -0
- package/README.md +1 -0
- package/package.json +1 -1
- package/src/routerlab.js +1 -1
package/README.fr.md
CHANGED
|
@@ -65,6 +65,7 @@ npx claude-scionos --strategy aws --no-prompt -p "Résume ce dépôt"
|
|
|
65
65
|
- `llm` est prévu pour un accès sur invitation
|
|
66
66
|
- les tokens enregistrés avec `auth login --service llm` sont stockés séparément du token RouterLab par défaut
|
|
67
67
|
- `llm` expose pour l'instant `claude-glm-5` et `claude-gpt-5.4`
|
|
68
|
+
- `routerlab` expose aussi `claude-gpt-5.4`
|
|
68
69
|
|
|
69
70
|
## Stratégies
|
|
70
71
|
|
package/README.md
CHANGED
|
@@ -65,6 +65,7 @@ npx claude-scionos --strategy aws --no-prompt -p "Summarize this repo"
|
|
|
65
65
|
- `llm` is intended for invitation-only access
|
|
66
66
|
- Tokens stored with `auth login --service llm` are kept separate from the default RouterLab token
|
|
67
67
|
- `llm` currently exposes `claude-glm-5` and `claude-gpt-5.4`
|
|
68
|
+
- `routerlab` also exposes `claude-gpt-5.4`
|
|
68
69
|
|
|
69
70
|
## Strategies
|
|
70
71
|
|
package/package.json
CHANGED
package/src/routerlab.js
CHANGED
|
@@ -15,7 +15,7 @@ const SERVICES = {
|
|
|
15
15
|
secureStorageAccount: 'routerlab-token',
|
|
16
16
|
secureStorageLabel: 'RouterLab Token',
|
|
17
17
|
secureStorageFileName: 'routerlab-token.secure.txt',
|
|
18
|
-
strategyValues: ['default', 'aws', 'claude-glm-5', 'claude-minimax-m2.5'],
|
|
18
|
+
strategyValues: ['default', 'aws', 'claude-glm-5', 'claude-minimax-m2.5', 'claude-gpt-5.4'],
|
|
19
19
|
},
|
|
20
20
|
llm: {
|
|
21
21
|
value: 'llm',
|