webfox 4.2.1 → 4.2.2

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.
@@ -8,7 +8,7 @@ import {
8
8
  // package.json
9
9
  var package_default = {
10
10
  name: "webfox",
11
- version: "4.2.1",
11
+ version: "4.2.2",
12
12
  description: "Search the web, extract pages, get grounded answers, and run deep research with the web CLI, a TypeScript library, and a pi extension. Bring your own providers and API keys.",
13
13
  type: "module",
14
14
  files: [
@@ -11,7 +11,7 @@ import {
11
11
  providers,
12
12
  selectProvider,
13
13
  validateConfiguredOptions
14
- } from "./chunk-TJWQTB6W.js";
14
+ } from "./chunk-FMYKJ7JC.js";
15
15
  import {
16
16
  cancelProcessGroup,
17
17
  killProcessGroup
package/dist/cli.js CHANGED
@@ -11,12 +11,12 @@ import {
11
11
  redactConfig,
12
12
  resolveConfigPath,
13
13
  setCapabilityDefault
14
- } from "./chunk-SGHBA2PZ.js";
14
+ } from "./chunk-ZBD4DRCY.js";
15
15
  import "./chunk-WCTOYZVB.js";
16
16
  import {
17
17
  PACKAGE_VERSION,
18
18
  validateConfiguredOptions
19
- } from "./chunk-TJWQTB6W.js";
19
+ } from "./chunk-FMYKJ7JC.js";
20
20
  import "./chunk-ZVTVERW5.js";
21
21
  import {
22
22
  CAPABILITIES,
package/dist/index.js CHANGED
@@ -6,12 +6,12 @@ import {
6
6
  resolveConfigPath,
7
7
  setCapabilityDefault,
8
8
  validateConfig
9
- } from "./chunk-SGHBA2PZ.js";
9
+ } from "./chunk-ZBD4DRCY.js";
10
10
  import "./chunk-WCTOYZVB.js";
11
11
  import {
12
12
  CONFIG_SCHEMA_URL,
13
13
  validateConfiguredOptions
14
- } from "./chunk-TJWQTB6W.js";
14
+ } from "./chunk-FMYKJ7JC.js";
15
15
  import "./chunk-ZVTVERW5.js";
16
16
  import {
17
17
  CAPABILITIES,
package/dist/pi.js CHANGED
@@ -4,9 +4,9 @@ import {
4
4
  import {
5
5
  createWebfox,
6
6
  resolveConfigPath
7
- } from "./chunk-SGHBA2PZ.js";
7
+ } from "./chunk-ZBD4DRCY.js";
8
8
  import "./chunk-WCTOYZVB.js";
9
- import "./chunk-TJWQTB6W.js";
9
+ import "./chunk-FMYKJ7JC.js";
10
10
  import "./chunk-ZVTVERW5.js";
11
11
  import {
12
12
  CAPABILITIES
@@ -267,7 +267,7 @@ function statusRows(details) {
267
267
  return inputs;
268
268
  }
269
269
  function displayInput(value) {
270
- return JSON.stringify(plainText(value)).slice(1, -1);
270
+ return JSON.stringify(plainText(value)).slice(1, -1).replaceAll('\\"', '"');
271
271
  }
272
272
  var WebCall = class {
273
273
  constructor(capability) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webfox",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "description": "Search the web, extract pages, get grounded answers, and run deep research with the web CLI, a TypeScript library, and a pi extension. Bring your own providers and API keys.",
5
5
  "type": "module",
6
6
  "files": [