clawfast 1.0.3 → 2.0.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 +2 -2
  2. package/dist/clawfast.cjs +1282 -475
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -135,7 +135,7 @@ 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`
138
+ - `mistralai/mistral-medium-3.5-128b`
139
139
  - `moonshotai/kimi-k2.6`
140
140
  - `z-ai/glm-5.1`
141
141
  - `qwen/qwen3.5-397b-a17b`
@@ -171,7 +171,7 @@ 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
174
+ 1. NVIDIA `mistralai/mistral-medium-3.5-128b`, se `NVIDIA_API_KEY` estiver configurada
175
175
  2. NVIDIA `moonshotai/kimi-k2.6`
176
176
  3. NVIDIA `z-ai/glm-5.1`
177
177
  4. NVIDIA `qwen/qwen3.5-397b-a17b`