clawfast 1.0.3 → 2.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 (3) hide show
  1. package/README.md +4 -4
  2. package/dist/clawfast.cjs +1584 -629
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -135,8 +135,8 @@ NVIDIA_BASE_URL=https://integrate.api.nvidia.com/v1
135
135
 
136
136
  Modelos usados pelo CLI (wiring via `.chat(...)`, chat-completions):
137
137
 
138
- - `minimaxai/minimax-m3`
139
- - `moonshotai/kimi-k2.6`
138
+ - `mistralai/mistral-medium-3.5-128b`
139
+ - `openai/gpt-oss-120b`
140
140
  - `z-ai/glm-5.1`
141
141
  - `qwen/qwen3.5-397b-a17b`
142
142
 
@@ -171,8 +171,8 @@ vier incompleto, a sessao falha em vez de usar uma versao reduzida. Use
171
171
  A ordem de fallback do CLI e `CLI_MODEL_CHAIN` em
172
172
  [`../lib/ai/providers.ts`](../lib/ai/providers.ts):
173
173
 
174
- 1. NVIDIA `minimaxai/minimax-m3`, se `NVIDIA_API_KEY` estiver configurada
175
- 2. NVIDIA `moonshotai/kimi-k2.6`
174
+ 1. NVIDIA `mistralai/mistral-medium-3.5-128b`, se `NVIDIA_API_KEY` estiver configurada
175
+ 2. NVIDIA `openai/gpt-oss-120b`
176
176
  3. NVIDIA `z-ai/glm-5.1`
177
177
  4. NVIDIA `qwen/qwen3.5-397b-a17b`
178
178
  5. Kimi / DeepSeek por sessao web logada (proxies), se habilitados