@swarmvaultai/engine 0.7.1 → 0.7.21
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/dist/chunk-5HNZ2WQI.js +1341 -0
- package/dist/chunk-NHGS4LOI.js +1346 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3 -3
- package/dist/registry-OUB6W3LM.js +12 -0
- package/dist/registry-XIL5F33J.js +12 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -155,6 +155,8 @@ interface VaultProfileConfig {
|
|
|
155
155
|
dashboardPack: VaultDashboardPack;
|
|
156
156
|
guidedSessionMode: GuidedSessionMode;
|
|
157
157
|
dataviewBlocks: boolean;
|
|
158
|
+
guidedIngestDefault: boolean;
|
|
159
|
+
deepLintDefault: boolean;
|
|
158
160
|
}
|
|
159
161
|
interface VaultConfig {
|
|
160
162
|
workspace: {
|
package/dist/index.js
CHANGED
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
uniqueBy,
|
|
23
23
|
writeFileIfChanged,
|
|
24
24
|
writeJsonFile
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-NHGS4LOI.js";
|
|
26
26
|
|
|
27
27
|
// src/agents.ts
|
|
28
28
|
import crypto from "crypto";
|
|
@@ -16320,7 +16320,7 @@ async function resolveImageGenerationProvider(rootDir) {
|
|
|
16320
16320
|
if (!providerConfig) {
|
|
16321
16321
|
throw new Error(`No provider configured with id "${preferredProviderId}" for task "imageProvider".`);
|
|
16322
16322
|
}
|
|
16323
|
-
const { createProvider: createProvider2 } = await import("./registry-
|
|
16323
|
+
const { createProvider: createProvider2 } = await import("./registry-OUB6W3LM.js");
|
|
16324
16324
|
return createProvider2(preferredProviderId, providerConfig, rootDir);
|
|
16325
16325
|
}
|
|
16326
16326
|
async function generateOutputArtifacts(rootDir, input) {
|
|
@@ -20587,7 +20587,7 @@ async function bootstrapDemo(rootDir, input) {
|
|
|
20587
20587
|
}
|
|
20588
20588
|
|
|
20589
20589
|
// src/mcp.ts
|
|
20590
|
-
var SERVER_VERSION = "0.7.
|
|
20590
|
+
var SERVER_VERSION = "0.7.21";
|
|
20591
20591
|
async function createMcpServer(rootDir) {
|
|
20592
20592
|
const server = new McpServer({
|
|
20593
20593
|
name: "swarmvault",
|