@clawos-dev/clawd 0.2.190-beta.379.755ece8 → 0.2.190-beta.380.a359b26
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/dist/cli.cjs +1 -2
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -12399,9 +12399,8 @@ var init_claude = __esm({
|
|
|
12399
12399
|
};
|
|
12400
12400
|
CLAUDE_MODELS = [
|
|
12401
12401
|
{ id: "", label: "Default", description: "CLI default model", contextWindowSize: 2e5, default: true },
|
|
12402
|
-
{ id: "opus", label: "Opus", description: "Most capable", contextWindowSize: 1e6 },
|
|
12403
|
-
{ id: "fable", label: "Fable", contextWindowSize: 2e5 },
|
|
12404
12402
|
{ id: "sonnet", label: "Sonnet", description: "Fast, balanced", contextWindowSize: 2e5 },
|
|
12403
|
+
{ id: "opus", label: "Opus", description: "Most capable", contextWindowSize: 1e6 },
|
|
12405
12404
|
{ id: "haiku", label: "Haiku", description: "Fastest, lightest", contextWindowSize: 2e5 }
|
|
12406
12405
|
];
|
|
12407
12406
|
CLAUDE_PERMISSION_MODES = [
|
package/package.json
CHANGED