claude-scionos 5.2.0 → 5.2.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 -1
- package/README.md +1 -1
- package/package.json +1 -1
- package/src/routerlab.js +1 -1
package/README.fr.md
CHANGED
|
@@ -67,7 +67,7 @@ npx claude-scionos --strategy aws --no-prompt -p "Résume ce dépôt"
|
|
|
67
67
|
## Services
|
|
68
68
|
|
|
69
69
|
- le comportement par défaut utilise `https://api.routerlab.ch`
|
|
70
|
-
- `--service llm` bascule le lanceur vers `https://llm.routerlab.ch`
|
|
70
|
+
- `--service llm` bascule le lanceur vers `https://llm-api.routerlab.ch`
|
|
71
71
|
- `llm` est prévu pour un accès sur invitation
|
|
72
72
|
- les tokens enregistrés avec `auth login --service llm` sont stockés séparément du token RouterLab par défaut
|
|
73
73
|
- `llm` expose pour l'instant `claude`, `claude-gpt`, `claude-gpt-special`, `deepseek-v4`, `minimax-m2.7` et `glm-5.1`
|
package/README.md
CHANGED
|
@@ -67,7 +67,7 @@ npx claude-scionos --strategy aws --no-prompt -p "Summarize this repo"
|
|
|
67
67
|
## Services
|
|
68
68
|
|
|
69
69
|
- Default behavior uses `https://api.routerlab.ch`
|
|
70
|
-
- `--service llm` switches the launcher to `https://llm.routerlab.ch`
|
|
70
|
+
- `--service llm` switches the launcher to `https://llm-api.routerlab.ch`
|
|
71
71
|
- `llm` is intended for invitation-only access
|
|
72
72
|
- Tokens stored with `auth login --service llm` are kept separate from the default RouterLab token
|
|
73
73
|
- `llm` currently exposes `claude`, `claude-gpt`, `claude-gpt-special`, `deepseek-v4`, `minimax-m2.7`, and `glm-5.1`
|
package/package.json
CHANGED
package/src/routerlab.js
CHANGED
|
@@ -20,7 +20,7 @@ const SERVICES = {
|
|
|
20
20
|
label: 'LLM (invitation only)',
|
|
21
21
|
availabilityLabel: 'RouterLab LLM',
|
|
22
22
|
tokenPromptLabel: 'RouterLab LLM',
|
|
23
|
-
baseUrl: 'https://llm.routerlab.ch',
|
|
23
|
+
baseUrl: 'https://llm-api.routerlab.ch',
|
|
24
24
|
secureStorageAccount: 'routerlab-llm-token',
|
|
25
25
|
secureStorageLabel: 'RouterLab LLM Token',
|
|
26
26
|
secureStorageFileName: 'routerlab-llm-token.secure.txt',
|