@slock-ai/daemon 0.57.4 → 0.57.5
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.
|
@@ -1301,6 +1301,7 @@ var RUNTIME_MODELS = {
|
|
|
1301
1301
|
{ id: "claude-opus-4-8", label: "Claude Opus 4.8" },
|
|
1302
1302
|
{ id: "claude-opus-4-7", label: "Claude Opus 4.7" },
|
|
1303
1303
|
{ id: "claude-opus-4-6", label: "Claude Opus 4.6" },
|
|
1304
|
+
{ id: "fable", label: "Claude Fable" },
|
|
1304
1305
|
{ id: "sonnet", label: "Claude Sonnet" },
|
|
1305
1306
|
{ id: "claude-sonnet-4-6", label: "Claude Sonnet 4.6" },
|
|
1306
1307
|
{ id: "haiku", label: "Claude Haiku" },
|
package/dist/cli/index.js
CHANGED
|
@@ -15724,6 +15724,7 @@ var RUNTIME_MODELS = {
|
|
|
15724
15724
|
{ id: "claude-opus-4-8", label: "Claude Opus 4.8" },
|
|
15725
15725
|
{ id: "claude-opus-4-7", label: "Claude Opus 4.7" },
|
|
15726
15726
|
{ id: "claude-opus-4-6", label: "Claude Opus 4.6" },
|
|
15727
|
+
{ id: "fable", label: "Claude Fable" },
|
|
15727
15728
|
{ id: "sonnet", label: "Claude Sonnet" },
|
|
15728
15729
|
{ id: "claude-sonnet-4-6", label: "Claude Sonnet 4.6" },
|
|
15729
15730
|
{ id: "haiku", label: "Claude Haiku" },
|
package/dist/core.js
CHANGED
package/dist/index.js
CHANGED