@clawos-dev/clawd 0.2.189 → 0.2.190-beta.379.755ece8
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
CHANGED
|
@@ -12399,8 +12399,9 @@ 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: "sonnet", label: "Sonnet", description: "Fast, balanced", contextWindowSize: 2e5 },
|
|
12403
12402
|
{ id: "opus", label: "Opus", description: "Most capable", contextWindowSize: 1e6 },
|
|
12403
|
+
{ id: "fable", label: "Fable", contextWindowSize: 2e5 },
|
|
12404
|
+
{ id: "sonnet", label: "Sonnet", description: "Fast, balanced", contextWindowSize: 2e5 },
|
|
12404
12405
|
{ id: "haiku", label: "Haiku", description: "Fastest, lightest", contextWindowSize: 2e5 }
|
|
12405
12406
|
];
|
|
12406
12407
|
CLAUDE_PERMISSION_MODES = [
|