webfox 4.0.0 → 4.0.1

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/README.md CHANGED
@@ -172,7 +172,7 @@ or, on Windows, `APPDATA`. Override it with `WEBFOX_CONFIG` or `--config <path>`
172
172
  For example:
173
173
 
174
174
  ```yaml
175
- $schema: https://unpkg.com/webfox@3.5.1/dist/config.schema.json
175
+ $schema: https://unpkg.com/webfox@4.0.0/dist/config.schema.json
176
176
  defaults:
177
177
  search:
178
178
  provider: brave
@@ -8,7 +8,7 @@ import {
8
8
  // package.json
9
9
  var package_default = {
10
10
  name: "webfox",
11
- version: "4.0.0",
11
+ version: "4.0.1",
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-L425U55P.js";
14
+ } from "./chunk-GAWPRXAU.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-SMF5ALX7.js";
14
+ } from "./chunk-MVCCEPDF.js";
15
15
  import "./chunk-WCTOYZVB.js";
16
16
  import {
17
17
  PACKAGE_VERSION,
18
18
  validateConfiguredOptions
19
- } from "./chunk-L425U55P.js";
19
+ } from "./chunk-GAWPRXAU.js";
20
20
  import "./chunk-ZVTVERW5.js";
21
21
  import {
22
22
  CAPABILITIES,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "$id": "https://unpkg.com/webfox@4.0.0/dist/config.schema.json",
3
+ "$id": "https://unpkg.com/webfox@4.0.1/dist/config.schema.json",
4
4
  "title": "webfox configuration",
5
5
  "type": "object",
6
6
  "additionalProperties": false,
package/dist/index.js CHANGED
@@ -6,12 +6,12 @@ import {
6
6
  resolveConfigPath,
7
7
  setCapabilityDefault,
8
8
  validateConfig
9
- } from "./chunk-SMF5ALX7.js";
9
+ } from "./chunk-MVCCEPDF.js";
10
10
  import "./chunk-WCTOYZVB.js";
11
11
  import {
12
12
  CONFIG_SCHEMA_URL,
13
13
  validateConfiguredOptions
14
- } from "./chunk-L425U55P.js";
14
+ } from "./chunk-GAWPRXAU.js";
15
15
  import "./chunk-ZVTVERW5.js";
16
16
  import {
17
17
  CAPABILITIES,
@@ -8,7 +8,7 @@ declare const inputStates: {
8
8
  };
9
9
  readonly running: {
10
10
  readonly glyph: "▶︎";
11
- readonly color: "warning";
11
+ readonly color: "muted";
12
12
  };
13
13
  readonly done: {
14
14
  readonly glyph: "✔︎";
package/dist/pi.js CHANGED
@@ -3,9 +3,9 @@ import {
3
3
  } from "./chunk-QRHDXM2L.js";
4
4
  import {
5
5
  createWebfox
6
- } from "./chunk-SMF5ALX7.js";
6
+ } from "./chunk-MVCCEPDF.js";
7
7
  import "./chunk-WCTOYZVB.js";
8
- import "./chunk-L425U55P.js";
8
+ import "./chunk-GAWPRXAU.js";
9
9
  import "./chunk-ZVTVERW5.js";
10
10
  import {
11
11
  CAPABILITIES
@@ -245,7 +245,7 @@ function renderSearchResult(details, fallback, theme) {
245
245
  // src/pi-render.ts
246
246
  var inputStates = {
247
247
  queued: { glyph: "\u25CF", color: "dim" },
248
- running: { glyph: "\u25B6\uFE0E", color: "warning" },
248
+ running: { glyph: "\u25B6\uFE0E", color: "muted" },
249
249
  done: { glyph: "\u2714\uFE0E", color: "success" },
250
250
  failed: { glyph: "\u2718\uFE0E", color: "error" },
251
251
  cancelled: { glyph: "\u25A0", color: "dim" }
@@ -1,4 +1,4 @@
1
- $schema: https://unpkg.com/webfox@3.5.1/dist/config.schema.json
1
+ $schema: https://unpkg.com/webfox@4.0.0/dist/config.schema.json
2
2
  defaults:
3
3
  search:
4
4
  provider: brave
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webfox",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
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": [