@autohq/cli 0.1.393 → 0.1.394

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.
@@ -30819,7 +30819,7 @@ Object.assign(lookup, {
30819
30819
  // package.json
30820
30820
  var package_default = {
30821
30821
  name: "@autohq/cli",
30822
- version: "0.1.393",
30822
+ version: "0.1.394",
30823
30823
  license: "SEE LICENSE IN README.md",
30824
30824
  publishConfig: {
30825
30825
  access: "public"
@@ -32825,6 +32825,10 @@ var HARNESS_MODEL_RULES = {
32825
32825
  defaultEffort: "high",
32826
32826
  efforts: ["high", "xhigh"]
32827
32827
  },
32828
+ "x-ai/grok-4.5": {
32829
+ defaultEffort: "high",
32830
+ efforts: ["medium", "high"]
32831
+ },
32828
32832
  "anthropic/claude-sonnet-5": {
32829
32833
  defaultEffort: "medium",
32830
32834
  efforts: ["low", "medium", "high", "xhigh"]
package/dist/index.js CHANGED
@@ -17078,6 +17078,10 @@ var init_model_selection = __esm({
17078
17078
  defaultEffort: "high",
17079
17079
  efforts: ["high", "xhigh"]
17080
17080
  },
17081
+ "x-ai/grok-4.5": {
17082
+ defaultEffort: "high",
17083
+ efforts: ["medium", "high"]
17084
+ },
17081
17085
  "anthropic/claude-sonnet-5": {
17082
17086
  defaultEffort: "medium",
17083
17087
  efforts: ["low", "medium", "high", "xhigh"]
@@ -34372,7 +34376,7 @@ var init_package = __esm({
34372
34376
  "package.json"() {
34373
34377
  package_default = {
34374
34378
  name: "@autohq/cli",
34375
- version: "0.1.393",
34379
+ version: "0.1.394",
34376
34380
  license: "SEE LICENSE IN README.md",
34377
34381
  publishConfig: {
34378
34382
  access: "public"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autohq/cli",
3
- "version": "0.1.393",
3
+ "version": "0.1.394",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "publishConfig": {
6
6
  "access": "public"