@autohq/cli 0.1.618 → 0.1.619

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.618",
37773
+ version: "0.1.619",
37774
37774
  license: "SEE LICENSE IN README.md",
37775
37775
  publishConfig: {
37776
37776
  access: "public"
@@ -94496,6 +94496,7 @@ function renderCodexConfigToml(config2) {
94496
94496
  const selectedProvider = codexProviderIdForModel(config2);
94497
94497
  lines.push(`model = ${tomlString(config2.model?.id ?? CODEX_DEFAULT_MODEL)}`);
94498
94498
  lines.push(`model_provider = ${tomlString(selectedProvider)}`);
94499
+ lines.push('web_search = "live"');
94499
94500
  if (config2.reasoningEffort) {
94500
94501
  lines.push(
94501
94502
  `model_reasoning_effort = ${tomlString(config2.reasoningEffort)}`
@@ -94969,7 +94970,8 @@ var CODEX_ITEM_SETTLE_TIMEOUT_MS = 1e4;
94969
94970
  var CODEX_TOOL_ITEM_TYPES = /* @__PURE__ */ new Set([
94970
94971
  "commandExecution",
94971
94972
  "fileChange",
94972
- "mcpToolCall"
94973
+ "mcpToolCall",
94974
+ "webSearch"
94973
94975
  ]);
94974
94976
  var CODEX_RETRYABLE_ERROR_PAIRING_WINDOW_MS = 1e3;
94975
94977
  function startCodexAgentBridgeSession(input) {
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.618",
93762
+ version: "0.1.619",
93763
93763
  license: "SEE LICENSE IN README.md",
93764
93764
  publishConfig: {
93765
93765
  access: "public"
@@ -112868,6 +112868,7 @@ function renderCodexConfigToml(config2) {
112868
112868
  const selectedProvider = codexProviderIdForModel(config2);
112869
112869
  lines.push(`model = ${tomlString(config2.model?.id ?? CODEX_DEFAULT_MODEL)}`);
112870
112870
  lines.push(`model_provider = ${tomlString(selectedProvider)}`);
112871
+ lines.push('web_search = "live"');
112871
112872
  if (config2.reasoningEffort) {
112872
112873
  lines.push(
112873
112874
  `model_reasoning_effort = ${tomlString(config2.reasoningEffort)}`
@@ -113341,7 +113342,8 @@ var CODEX_ITEM_SETTLE_TIMEOUT_MS = 1e4;
113341
113342
  var CODEX_TOOL_ITEM_TYPES = /* @__PURE__ */ new Set([
113342
113343
  "commandExecution",
113343
113344
  "fileChange",
113344
- "mcpToolCall"
113345
+ "mcpToolCall",
113346
+ "webSearch"
113345
113347
  ]);
113346
113348
  var CODEX_RETRYABLE_ERROR_PAIRING_WINDOW_MS = 1e3;
113347
113349
  function startCodexAgentBridgeSession(input) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autohq/cli",
3
- "version": "0.1.618",
3
+ "version": "0.1.619",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "publishConfig": {
6
6
  "access": "public"