@autohq/cli 0.1.619 → 0.1.620

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.
@@ -37770,7 +37770,7 @@ Object.assign(lookup, {
37770
37770
  // package.json
37771
37771
  var package_default = {
37772
37772
  name: "@autohq/cli",
37773
- version: "0.1.619",
37773
+ version: "0.1.620",
37774
37774
  license: "SEE LICENSE IN README.md",
37775
37775
  publishConfig: {
37776
37776
  access: "public"
@@ -93992,6 +93992,9 @@ var CodexProjector = class {
93992
93992
  }
93993
93993
  });
93994
93994
  case "webSearch":
93995
+ if (phase === "started" && item.query.length === 0) {
93996
+ return [];
93997
+ }
93995
93998
  return this.projectToolItem({
93996
93999
  phase,
93997
94000
  itemId: item.id,
package/dist/index.js CHANGED
@@ -93759,7 +93759,7 @@ var init_package = __esm({
93759
93759
  "package.json"() {
93760
93760
  package_default = {
93761
93761
  name: "@autohq/cli",
93762
- version: "0.1.619",
93762
+ version: "0.1.620",
93763
93763
  license: "SEE LICENSE IN README.md",
93764
93764
  publishConfig: {
93765
93765
  access: "public"
@@ -112363,6 +112363,9 @@ var CodexProjector = class {
112363
112363
  }
112364
112364
  });
112365
112365
  case "webSearch":
112366
+ if (phase === "started" && item.query.length === 0) {
112367
+ return [];
112368
+ }
112366
112369
  return this.projectToolItem({
112367
112370
  phase,
112368
112371
  itemId: item.id,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autohq/cli",
3
- "version": "0.1.619",
3
+ "version": "0.1.620",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "publishConfig": {
6
6
  "access": "public"