pi-fabric 0.82.3 → 0.82.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/dist/{chunks/claude-cli-RJWGOSBV.js → agents/claude-cli.js} +2 -2
- package/dist/{chunks/compact-control-HOMVGI4X.js → agents/compact-control.js} +1 -1
- package/dist/{chunks/veda-cli-GKK22MPY.js → agents/veda-cli.js} +2 -2
- package/dist/chunks/{chunk-2NCFIZU2.js → chunk-7R536FSR.js} +26 -2
- package/dist/chunks/chunk-7R536FSR.js.map +7 -0
- package/dist/chunks/{chunk-247WQDBJ.js → chunk-J5YYORXB.js} +2 -2
- package/dist/chunks/{chunk-IFXEB7V2.js → chunk-V3YMC3QH.js} +7 -7
- package/dist/chunks/{chunk-ARRNL675.js → chunk-YDRIVT3B.js} +4 -4
- package/dist/{chunks/fabric-runtime-state-DOT6L2A7.js → fabric-runtime-state.js} +44 -44
- package/dist/{chunks/fabric-runtime-state-DOT6L2A7.js.map → fabric-runtime-state.js.map} +2 -2
- package/dist/index.js +26 -26
- package/dist/index.js.map +1 -1
- package/dist/residency/host.js +3 -3
- package/dist/residency/pi-entry.js +3 -3
- package/dist/{chunks/core-override-guest-types-CNQFOKZO.js → runtime/core-override-guest-types.js} +3 -3
- package/dist/{chunks/dynamic-guest-types-7ZQD4IZT.js → runtime/dynamic-guest-types.js} +2 -2
- package/dist/{chunks/guest-types-63GXDKT5.js → runtime/guest-types.js} +2 -2
- package/dist/{chunks/node-process-runtime-P3BED5LV.js → runtime/node-process-runtime.js} +9 -9
- package/dist/runtime/quickjs-runtime.js +12 -0
- package/dist/{chunks/type-checker-NTAWUHJL.js → runtime/type-checker.js} +2 -2
- package/dist/{chunks/scanner-4IGGTOEI.js → speculation/scanner.js} +2 -2
- package/dist/{chunks/dashboard-QN345VYN.js → ui/dashboard.js} +9 -9
- package/dist/ui/highlight.d.ts.map +1 -1
- package/dist/{chunks/model-picker-HGNRKC4H.js → ui/model-picker.js} +2 -2
- package/dist/{chunks/settings-WRVN4VF5.js → ui/settings.js} +8 -8
- package/dist/ui/shiki-language.d.ts +7 -0
- package/dist/ui/shiki-language.d.ts.map +1 -0
- package/dist/{chunks/options-Z5TJMHPO.js → worker/options.js} +1 -1
- package/dist/{chunks/run-record-MUPSG4IT.js → worker/run-record.js} +1 -1
- package/dist/{chunks/session-export-66YJKIEH.js → worker/session-export.js} +1 -1
- package/dist/worker.js +6 -6
- package/dist/worker.js.map +1 -1
- package/package.json +4 -3
- package/dist/chunks/chunk-2NCFIZU2.js.map +0 -7
- package/dist/chunks/quickjs-runtime-RUF33444.js +0 -12
- /package/dist/{chunks/claude-cli-RJWGOSBV.js.map → agents/claude-cli.js.map} +0 -0
- /package/dist/{chunks/compact-control-HOMVGI4X.js.map → agents/compact-control.js.map} +0 -0
- /package/dist/{chunks/guest-types-63GXDKT5.js.map → agents/veda-cli.js.map} +0 -0
- /package/dist/chunks/{chunk-247WQDBJ.js.map → chunk-J5YYORXB.js.map} +0 -0
- /package/dist/chunks/{chunk-IFXEB7V2.js.map → chunk-V3YMC3QH.js.map} +0 -0
- /package/dist/chunks/{chunk-ARRNL675.js.map → chunk-YDRIVT3B.js.map} +0 -0
- /package/dist/{chunks/core-override-guest-types-CNQFOKZO.js.map → runtime/core-override-guest-types.js.map} +0 -0
- /package/dist/{chunks/dynamic-guest-types-7ZQD4IZT.js.map → runtime/dynamic-guest-types.js.map} +0 -0
- /package/dist/{chunks/model-picker-HGNRKC4H.js.map → runtime/guest-types.js.map} +0 -0
- /package/dist/{chunks/node-process-runtime-P3BED5LV.js.map → runtime/node-process-runtime.js.map} +0 -0
- /package/dist/{chunks/quickjs-runtime-RUF33444.js.map → runtime/quickjs-runtime.js.map} +0 -0
- /package/dist/{chunks/type-checker-NTAWUHJL.js.map → runtime/type-checker.js.map} +0 -0
- /package/dist/{chunks/scanner-4IGGTOEI.js.map → speculation/scanner.js.map} +0 -0
- /package/dist/{chunks/dashboard-QN345VYN.js.map → ui/dashboard.js.map} +0 -0
- /package/dist/{chunks/veda-cli-GKK22MPY.js.map → ui/model-picker.js.map} +0 -0
- /package/dist/{chunks/settings-WRVN4VF5.js.map → ui/settings.js.map} +0 -0
- /package/dist/{chunks/options-Z5TJMHPO.js.map → worker/options.js.map} +0 -0
- /package/dist/{chunks/run-record-MUPSG4IT.js.map → worker/run-record.js.map} +0 -0
- /package/dist/{chunks/session-export-66YJKIEH.js.map → worker/session-export.js.map} +0 -0
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
discoverClaudeModels,
|
|
6
6
|
mapClaudeTools,
|
|
7
7
|
normalizeClaudeModel
|
|
8
|
-
} from "
|
|
8
|
+
} from "../chunks/chunk-PM5I335G.js";
|
|
9
9
|
export {
|
|
10
10
|
buildClaudeArguments,
|
|
11
11
|
claudeEffort,
|
|
@@ -14,4 +14,4 @@ export {
|
|
|
14
14
|
mapClaudeTools,
|
|
15
15
|
normalizeClaudeModel
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=claude-cli
|
|
17
|
+
//# sourceMappingURL=claude-cli.js.map
|
|
@@ -3,11 +3,11 @@ import {
|
|
|
3
3
|
mapVedaTools,
|
|
4
4
|
normalizeVedaModel,
|
|
5
5
|
vedaReasoning
|
|
6
|
-
} from "
|
|
6
|
+
} from "../chunks/chunk-VPPIJRNZ.js";
|
|
7
7
|
export {
|
|
8
8
|
buildVedaArguments,
|
|
9
9
|
mapVedaTools,
|
|
10
10
|
normalizeVedaModel,
|
|
11
11
|
vedaReasoning
|
|
12
12
|
};
|
|
13
|
-
//# sourceMappingURL=veda-cli
|
|
13
|
+
//# sourceMappingURL=veda-cli.js.map
|
|
@@ -115,6 +115,30 @@ async function resolveShikiThemeObject(themeId) {
|
|
|
115
115
|
return mod.default;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
|
+
// src/ui/shiki-language.ts
|
|
119
|
+
var LANGUAGE_IMPORTS = {
|
|
120
|
+
bash: () => import("@shikijs/langs/shellscript"),
|
|
121
|
+
typescript: () => import("@shikijs/langs/typescript"),
|
|
122
|
+
tsx: () => import("@shikijs/langs/tsx"),
|
|
123
|
+
javascript: () => import("@shikijs/langs/javascript"),
|
|
124
|
+
jsx: () => import("@shikijs/langs/jsx"),
|
|
125
|
+
json: () => import("@shikijs/langs/json"),
|
|
126
|
+
markdown: () => import("@shikijs/langs/markdown"),
|
|
127
|
+
yaml: () => import("@shikijs/langs/yaml"),
|
|
128
|
+
toml: () => import("@shikijs/langs/toml"),
|
|
129
|
+
css: () => import("@shikijs/langs/css")
|
|
130
|
+
};
|
|
131
|
+
async function resolveShikiLanguageObjects(languageIds) {
|
|
132
|
+
const modules = await Promise.all(
|
|
133
|
+
languageIds.map(async (languageId) => {
|
|
134
|
+
const loader = LANGUAGE_IMPORTS[languageId];
|
|
135
|
+
if (!loader) throw new Error(`Unsupported preloaded Shiki language: ${languageId}`);
|
|
136
|
+
return loader();
|
|
137
|
+
})
|
|
138
|
+
);
|
|
139
|
+
return modules.flatMap((module) => module.default);
|
|
140
|
+
}
|
|
141
|
+
|
|
118
142
|
// src/ui/highlight.ts
|
|
119
143
|
var configuredMaxHighlightChars = Number.parseInt(
|
|
120
144
|
process.env.CODE_PREVIEW_MAX_HIGHLIGHT_CHARS ?? "",
|
|
@@ -390,7 +414,7 @@ async function initHighlighting(theme, syntaxEnabled = true) {
|
|
|
390
414
|
}
|
|
391
415
|
const next = await createHighlighter({
|
|
392
416
|
themes: [themeObject],
|
|
393
|
-
langs:
|
|
417
|
+
langs: await resolveShikiLanguageObjects(PRELOADED_LANGUAGES)
|
|
394
418
|
});
|
|
395
419
|
if (version !== initVersion) {
|
|
396
420
|
next.dispose();
|
|
@@ -5084,4 +5108,4 @@ export {
|
|
|
5084
5108
|
isActiveStatus,
|
|
5085
5109
|
orderAgentsByCreation
|
|
5086
5110
|
};
|
|
5087
|
-
//# sourceMappingURL=chunk-
|
|
5111
|
+
//# sourceMappingURL=chunk-7R536FSR.js.map
|