@autohq/cli 0.1.487 → 0.1.488
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/agent-bridge.js +5 -1
- package/dist/index.js +5 -1
- package/package.json +1 -1
package/dist/agent-bridge.js
CHANGED
|
@@ -30866,7 +30866,7 @@ Object.assign(lookup, {
|
|
|
30866
30866
|
// package.json
|
|
30867
30867
|
var package_default = {
|
|
30868
30868
|
name: "@autohq/cli",
|
|
30869
|
-
version: "0.1.
|
|
30869
|
+
version: "0.1.488",
|
|
30870
30870
|
license: "SEE LICENSE IN README.md",
|
|
30871
30871
|
publishConfig: {
|
|
30872
30872
|
access: "public"
|
|
@@ -33440,6 +33440,10 @@ var HARNESS_MODEL_RULES = {
|
|
|
33440
33440
|
}
|
|
33441
33441
|
},
|
|
33442
33442
|
openrouter: {
|
|
33443
|
+
"moonshotai/kimi-k3": {
|
|
33444
|
+
defaultEffort: "high",
|
|
33445
|
+
efforts: ["high", "xhigh"]
|
|
33446
|
+
},
|
|
33443
33447
|
"z-ai/glm-5.2": {
|
|
33444
33448
|
defaultEffort: "high",
|
|
33445
33449
|
efforts: ["high", "xhigh"]
|
package/dist/index.js
CHANGED
|
@@ -17461,6 +17461,10 @@ var init_model_selection = __esm({
|
|
|
17461
17461
|
}
|
|
17462
17462
|
},
|
|
17463
17463
|
openrouter: {
|
|
17464
|
+
"moonshotai/kimi-k3": {
|
|
17465
|
+
defaultEffort: "high",
|
|
17466
|
+
efforts: ["high", "xhigh"]
|
|
17467
|
+
},
|
|
17464
17468
|
"z-ai/glm-5.2": {
|
|
17465
17469
|
defaultEffort: "high",
|
|
17466
17470
|
efforts: ["high", "xhigh"]
|
|
@@ -62907,7 +62911,7 @@ var init_package = __esm({
|
|
|
62907
62911
|
"package.json"() {
|
|
62908
62912
|
package_default = {
|
|
62909
62913
|
name: "@autohq/cli",
|
|
62910
|
-
version: "0.1.
|
|
62914
|
+
version: "0.1.488",
|
|
62911
62915
|
license: "SEE LICENSE IN README.md",
|
|
62912
62916
|
publishConfig: {
|
|
62913
62917
|
access: "public"
|