@agentskit/doc-bridge 1.6.3 → 1.6.4
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/CHANGELOG.md +6 -0
- package/action.yml +1 -1
- package/dist/cli/program.js +1 -1
- package/dist/cli/program.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/mcpb/manifest.json +1 -1
- package/package.json +1 -1
- package/scripts/report-visual-check.mjs +18 -7
- package/skills/doc-bridge-handoff/scripts/resolve-handoff.mjs +1 -1
- package/src/version.ts +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3802,7 +3802,7 @@ declare const chunksFromMarkdown: (property: string, raw: string, sourceUrl: str
|
|
|
3802
3802
|
declare const loadFederatedChunks: (root: string, config: DocBridgeConfigV1, options?: FederatedRetrieverOptions) => Promise<DocBridgeRetrievedChunk[]>;
|
|
3803
3803
|
declare const retrieveHybridChunks: (root: string, config: DocBridgeConfigV1, index: DocBridgeIndexV1, query: string, options?: FederatedRetrieverOptions) => Promise<DocBridgeRetrievedChunk[]>;
|
|
3804
3804
|
|
|
3805
|
-
declare const PACKAGE_VERSION = "1.6.
|
|
3805
|
+
declare const PACKAGE_VERSION = "1.6.4";
|
|
3806
3806
|
|
|
3807
3807
|
type FrontmatterValue = string | boolean | readonly string[];
|
|
3808
3808
|
type FrontmatterData = Record<string, FrontmatterValue>;
|
package/dist/index.js
CHANGED
|
@@ -1863,7 +1863,7 @@ var buildLookup = (config, packages, corpus, indexOutFile, humanDocs = {}, root
|
|
|
1863
1863
|
};
|
|
1864
1864
|
|
|
1865
1865
|
// src/version.ts
|
|
1866
|
-
var PACKAGE_VERSION = "1.6.
|
|
1866
|
+
var PACKAGE_VERSION = "1.6.4";
|
|
1867
1867
|
|
|
1868
1868
|
// src/index-builder/capabilities.ts
|
|
1869
1869
|
var renderCapabilitiesJson = (config, index, paths) => {
|