@fugood/bricks-ctor 2.25.0-beta.8 → 2.25.0-beta.9

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/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@fugood/bricks-ctor",
3
- "version": "2.25.0-beta.8",
3
+ "version": "2.25.0-beta.9",
4
4
  "main": "index.ts",
5
5
  "scripts": {
6
6
  "typecheck": "tsc --noEmit",
7
7
  "build": "bun scripts/build.js"
8
8
  },
9
9
  "dependencies": {
10
- "@fugood/bricks-cli": "^2.25.0-beta.8",
10
+ "@fugood/bricks-cli": "^2.25.0-beta.9",
11
11
  "@huggingface/gguf": "^0.3.2",
12
12
  "@iarna/toml": "^3.0.0",
13
13
  "@modelcontextprotocol/sdk": "^1.15.0",
@@ -25,5 +25,5 @@
25
25
  "peerDependencies": {
26
26
  "oxfmt": "^0.36.0"
27
27
  },
28
- "gitHead": "9b2439118ca2226b7eeb88f986f9da236c340d83"
28
+ "gitHead": "9274cc21f1e882d26f80e45a972d814d648c861a"
29
29
  }
@@ -713,6 +713,7 @@ Default property:
713
713
  | {
714
714
  enabled?: boolean | DataLink
715
715
  url?: string | DataLink
716
+ autoDiscoverType?: 'manual' | 'auto' | DataLink
716
717
  fallbackType?: 'use-local' | 'no-op' | DataLink
717
718
  strategy?: 'prefer-local' | 'prefer-buttress' | 'prefer-best' | DataLink
718
719
  }
@@ -158,6 +158,7 @@ Default property:
158
158
  | {
159
159
  enabled?: boolean | DataLink
160
160
  url?: string | DataLink
161
+ autoDiscoverType?: 'manual' | 'auto' | DataLink
161
162
  fallbackType?: 'use-local' | 'no-op' | DataLink
162
163
  strategy?: 'prefer-local' | 'prefer-buttress' | 'prefer-best' | DataLink
163
164
  }
@@ -323,6 +323,7 @@ Default property:
323
323
  | {
324
324
  enabled?: boolean | DataLink
325
325
  url?: string | DataLink
326
+ autoDiscoverType?: 'manual' | 'auto' | DataLink
326
327
  fallbackType?: 'use-local' | 'no-op' | DataLink
327
328
  strategy?: 'prefer-local' | 'prefer-buttress' | 'prefer-best' | DataLink
328
329
  }