clawfast 2.2.1 → 2.4.0

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 +4 -6
  2. package/dist/clawfast.cjs +1069 -684
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -136,7 +136,6 @@ NVIDIA_BASE_URL=https://integrate.api.nvidia.com/v1
136
136
  Modelos usados pelo CLI (wiring via `.chat(...)`, chat-completions):
137
137
 
138
138
  - `mistralai/mistral-medium-3.5-128b`
139
- - `openai/gpt-oss-120b`
140
139
  - `z-ai/glm-5.1`
141
140
  - `qwen/qwen3.5-397b-a17b`
142
141
 
@@ -172,11 +171,10 @@ A ordem de fallback do CLI e `CLI_MODEL_CHAIN` em
172
171
  [`../lib/ai/providers.ts`](../lib/ai/providers.ts):
173
172
 
174
173
  1. NVIDIA `mistralai/mistral-medium-3.5-128b`, se `NVIDIA_API_KEY` estiver configurada
175
- 2. NVIDIA `openai/gpt-oss-120b`
176
- 3. NVIDIA `z-ai/glm-5.1`
177
- 4. NVIDIA `qwen/qwen3.5-397b-a17b`
178
- 5. Kimi / DeepSeek por sessao web logada (proxies), se habilitados
179
- 6. OpenAI `chat-latest`, se `OPENAI_API_KEY` estiver configurada
174
+ 2. NVIDIA `z-ai/glm-5.1`
175
+ 3. NVIDIA `qwen/qwen3.5-397b-a17b`
176
+ 4. Kimi / DeepSeek por sessao web logada (proxies), se habilitados
177
+ 5. OpenAI `chat-latest`, se `OPENAI_API_KEY` estiver configurada
180
178
 
181
179
  Somente provedores com chave configurada entram na cadeia. Se um modelo falhar,
182
180
  o CLI tenta o proximo automaticamente.