@skaile/workspaces 0.30.1 → 0.32.0
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 +31 -0
- package/dist/{asset-feeds-IWOBYROH.js → asset-feeds-2LQIGNUF.js} +7 -7
- package/dist/{asset-feeds-IWOBYROH.js.map → asset-feeds-2LQIGNUF.js.map} +1 -1
- package/dist/asset-manager/index.js +5 -5
- package/dist/asset-manager/installer.js +4 -4
- package/dist/bridge/drivers/claude-sdk.js +33 -1
- package/dist/bridge/drivers/claude-sdk.js.map +1 -1
- package/dist/bridge/drivers/codex.js +1 -1
- package/dist/bridge/drivers/continue.js +2 -2
- package/dist/bridge/drivers/echo.js +1 -1
- package/dist/bridge/drivers/gemini.js +3 -3
- package/dist/bridge/drivers/goose.js +2 -2
- package/dist/bridge/drivers/omp.js +1 -1
- package/dist/bridge/drivers/opencode.js +2 -2
- package/dist/bridge/drivers/qwen.js +3 -3
- package/dist/bridge/index.js +2 -2
- package/dist/bridge/src/drivers/claude-sdk.d.ts +4 -0
- package/dist/bridge/src/drivers/claude-sdk.d.ts.map +1 -1
- package/dist/{chunk-DAI754GK.js → chunk-2RQ3KLY3.js} +3 -3
- package/dist/{chunk-DAI754GK.js.map → chunk-2RQ3KLY3.js.map} +1 -1
- package/dist/{chunk-5XAQDOMU.js → chunk-7FLLPKX3.js} +3 -3
- package/dist/{chunk-5XAQDOMU.js.map → chunk-7FLLPKX3.js.map} +1 -1
- package/dist/{chunk-YBJLYT4S.js → chunk-7WHBI3I6.js} +3 -3
- package/dist/{chunk-YBJLYT4S.js.map → chunk-7WHBI3I6.js.map} +1 -1
- package/dist/{chunk-AKYEI3D6.js → chunk-AOWKMINN.js} +5 -5
- package/dist/{chunk-AKYEI3D6.js.map → chunk-AOWKMINN.js.map} +1 -1
- package/dist/{chunk-ZME3JDA6.js → chunk-BR7RPEHW.js} +3 -3
- package/dist/{chunk-ZME3JDA6.js.map → chunk-BR7RPEHW.js.map} +1 -1
- package/dist/{chunk-VGFYUD3T.js → chunk-CPYXJJOD.js} +6 -6
- package/dist/{chunk-VGFYUD3T.js.map → chunk-CPYXJJOD.js.map} +1 -1
- package/dist/{chunk-5DQOZFWJ.js → chunk-DTJNHYFE.js} +18 -5
- package/dist/chunk-DTJNHYFE.js.map +1 -0
- package/dist/{chunk-FRRTUVUM.js → chunk-GXHJDQ37.js} +78 -24
- package/dist/chunk-GXHJDQ37.js.map +1 -0
- package/dist/{chunk-6TCOYFVJ.js → chunk-LO7QEIHT.js} +4 -4
- package/dist/{chunk-6TCOYFVJ.js.map → chunk-LO7QEIHT.js.map} +1 -1
- package/dist/{chunk-5MJJYIL4.js → chunk-MA7HSL5S.js} +2 -2
- package/dist/{chunk-5MJJYIL4.js.map → chunk-MA7HSL5S.js.map} +1 -1
- package/dist/{chunk-LIK75OJ5.js → chunk-MG4KFVGV.js} +3 -3
- package/dist/{chunk-LIK75OJ5.js.map → chunk-MG4KFVGV.js.map} +1 -1
- package/dist/{chunk-WDMH4UMD.js → chunk-N74UQJPN.js} +45 -3
- package/dist/chunk-N74UQJPN.js.map +1 -0
- package/dist/{chunk-PVMAIVNL.js → chunk-NGE6PALH.js} +3 -3
- package/dist/{chunk-PVMAIVNL.js.map → chunk-NGE6PALH.js.map} +1 -1
- package/dist/{chunk-KHZI44SS.js → chunk-NZJDQYNB.js} +2 -2
- package/dist/{chunk-KHZI44SS.js.map → chunk-NZJDQYNB.js.map} +1 -1
- package/dist/{chunk-IZIFMNTI.js → chunk-OEXA7BBK.js} +2 -2
- package/dist/{chunk-IZIFMNTI.js.map → chunk-OEXA7BBK.js.map} +1 -1
- package/dist/{chunk-SCJD3FMO.js → chunk-P72K36PU.js} +4 -4
- package/dist/{chunk-SCJD3FMO.js.map → chunk-P72K36PU.js.map} +1 -1
- package/dist/{chunk-LA2YSXEE.js → chunk-PWXN2KHV.js} +3 -3
- package/dist/{chunk-LA2YSXEE.js.map → chunk-PWXN2KHV.js.map} +1 -1
- package/dist/{chunk-XOAF5QAE.js → chunk-SIW5I47F.js} +78 -57
- package/dist/chunk-SIW5I47F.js.map +1 -0
- package/dist/{chunk-2VKVWN5E.js → chunk-SN2RWSB3.js} +3 -3
- package/dist/{chunk-2VKVWN5E.js.map → chunk-SN2RWSB3.js.map} +1 -1
- package/dist/{chunk-TU4VZULO.js → chunk-YHGJBGFU.js} +3 -3
- package/dist/{chunk-TU4VZULO.js.map → chunk-YHGJBGFU.js.map} +1 -1
- package/dist/cli/index.js +32 -32
- package/dist/connectors/config.js +4 -4
- package/dist/connectors/index.js +5 -5
- package/dist/connectors/src/connector-types.d.ts +8 -0
- package/dist/connectors/src/connector-types.d.ts.map +1 -1
- package/dist/core/index.js +3 -3
- package/dist/core/runtime-assets.js +2 -2
- package/dist/core/src/workspace-config.d.ts +16 -0
- package/dist/core/src/workspace-config.d.ts.map +1 -1
- package/dist/core/workspace-config.js +1 -1
- package/dist/deploy/index.js +3 -3
- package/dist/{ensure-sources-6GW6UBXY.js → ensure-sources-CRUZDVPG.js} +7 -7
- package/dist/{ensure-sources-6GW6UBXY.js.map → ensure-sources-CRUZDVPG.js.map} +1 -1
- package/dist/factory-assets/connectors/deploy.js +5 -5
- package/dist/factory-assets/connectors/devserver.js +5 -5
- package/dist/factory-assets/connectors/flow/adapter.js +5 -5
- package/dist/factory-assets/connectors/flow/engine.js +3 -3
- package/dist/factory-assets/connectors/flow/run-flow.js +6 -6
- package/dist/factory-assets/connectors/flow.js +5 -5
- package/dist/factory-assets/connectors/git/driver.d.ts +54 -0
- package/dist/factory-assets/connectors/git/driver.d.ts.map +1 -1
- package/dist/factory-assets/connectors/git.js +5 -5
- package/dist/factory-assets/connectors/gmail.js +5 -5
- package/dist/factory-assets/connectors/googledrive.js +5 -5
- package/dist/factory-assets/connectors/local.js +5 -5
- package/dist/factory-assets/connectors/mattermost.js +5 -5
- package/dist/factory-assets/connectors/memory.js +5 -5
- package/dist/factory-assets/connectors/minio.js +5 -5
- package/dist/factory-assets/connectors/postgres.js +5 -5
- package/dist/factory-assets/connectors/s3.js +5 -5
- package/dist/factory-assets/connectors/sharepoint.js +5 -5
- package/dist/factory-assets/connectors/sqlite.js +5 -5
- package/dist/factory-assets/connectors/static-server.js +5 -5
- package/dist/factory-assets/connectors/tunnel.js +5 -5
- package/dist/factory-assets/connectors/webdav.js +5 -5
- package/dist/factory-assets/connectors/xstate-store.js +5 -5
- package/dist/factory-assets/connectors/xstate.js +5 -5
- package/dist/{flows-JXO3KGC2.js → flows-W7L2576K.js} +3 -3
- package/dist/{flows-JXO3KGC2.js.map → flows-W7L2576K.js.map} +1 -1
- package/dist/library/index.js +5 -5
- package/dist/library/install.js +4 -4
- package/dist/library/src/config.d.ts +2 -2
- package/dist/library/src/install/index.d.ts +1 -1
- package/dist/library/src/install/index.d.ts.map +1 -1
- package/dist/library/src/install/install-from-manifest.d.ts +25 -1
- package/dist/library/src/install/install-from-manifest.d.ts.map +1 -1
- package/dist/{open-library-SH6NCJM2.js → open-library-XZZXXVBP.js} +8 -8
- package/dist/{open-library-SH6NCJM2.js.map → open-library-XZZXXVBP.js.map} +1 -1
- package/dist/{paths-YSXGJ7TO.js → paths-RH5CIFX2.js} +6 -6
- package/dist/{paths-YSXGJ7TO.js.map → paths-RH5CIFX2.js.map} +1 -1
- package/dist/{plugin-store-2KMDUF7R.js → plugin-store-2UZGNS6M.js} +5 -5
- package/dist/{plugin-store-2KMDUF7R.js.map → plugin-store-2UZGNS6M.js.map} +1 -1
- package/dist/runner/index.js +9 -9
- package/dist/runner/src/external-mcp.d.ts.map +1 -1
- package/dist/runner/src/recipe-resolver.d.ts +32 -0
- package/dist/runner/src/recipe-resolver.d.ts.map +1 -1
- package/dist/sdk/asset-manager.js +5 -5
- package/dist/sdk/bridge.js +2 -2
- package/dist/sdk/core.js +3 -3
- package/dist/sdk/flow.js +3 -3
- package/dist/sdk/index.js +9 -9
- package/dist/sdk/runner.js +9 -9
- package/dist/{setup-6MQ6QWML.js → setup-G5UATRCX.js} +7 -7
- package/dist/{setup-6MQ6QWML.js.map → setup-G5UATRCX.js.map} +1 -1
- package/dist/{store-client-LDYF4TK4.js → store-client-TUC7VSOU.js} +6 -6
- package/dist/{store-client-LDYF4TK4.js.map → store-client-TUC7VSOU.js.map} +1 -1
- package/dist/tui/index.js +9 -9
- package/dist/workspace-plugin/adapters/mcp.js +1 -1
- package/dist/workspace-plugin/adapters/omp.js +3 -3
- package/dist/workspace-plugin/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-5DQOZFWJ.js.map +0 -1
- package/dist/chunk-FRRTUVUM.js.map +0 -1
- package/dist/chunk-WDMH4UMD.js.map +0 -1
- package/dist/chunk-XOAF5QAE.js.map +0 -1
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { WorkspacePlugin } from './chunk-
|
|
1
|
+
import { WorkspacePlugin } from './chunk-MA7HSL5S.js';
|
|
2
2
|
import { WebSocketServerTransport } from './chunk-WQ7DE5UC.js';
|
|
3
3
|
import { assembleSystemPrompt, buildCapabilitiesPromptSection } from './chunk-W3UDISS2.js';
|
|
4
4
|
import { PROTOCOL_VERSION } from './chunk-TDSRLMDB.js';
|
|
5
|
-
import { EventNormalizer } from './chunk-
|
|
5
|
+
import { EventNormalizer } from './chunk-7FLLPKX3.js';
|
|
6
6
|
import { classifyClaudeSdkError } from './chunk-NGJ6E344.js';
|
|
7
|
-
import { createDriver } from './chunk-
|
|
7
|
+
import { createDriver } from './chunk-OEXA7BBK.js';
|
|
8
8
|
import { deployCatalogEntry, undeployCatalogEntry } from './chunk-LV2HPH3C.js';
|
|
9
|
-
import { registerBuiltinConnectors, buildConnectorPromptSection, findMissingPackages, installNpmPackages, ConnectorManager, ConnectorStartupError, buildSdkConnectorTools } from './chunk-
|
|
10
|
-
import { loadConnectorDeclarations, PreMintedSecretProvider, InMemorySecretProvider } from './chunk-
|
|
9
|
+
import { registerBuiltinConnectors, buildConnectorPromptSection, findMissingPackages, installNpmPackages, ConnectorManager, ConnectorStartupError, buildSdkConnectorTools } from './chunk-GXHJDQ37.js';
|
|
10
|
+
import { loadConnectorDeclarations, PreMintedSecretProvider, InMemorySecretProvider } from './chunk-2RQ3KLY3.js';
|
|
11
11
|
import { renderStimulusPrompt, buildOrchestratorPrompt } from './chunk-DEYYRFQU.js';
|
|
12
|
-
import { resolveSettings, resolveApiKey, providerEnvKey } from './chunk-
|
|
13
|
-
import { resolveRuntimeAssets } from './chunk-
|
|
14
|
-
import { resolveSkWorkspaceConfig, resolveAgentDir, stageMaterializedSkills, loadMcpServerDeclarations, COMPACTION_DEFAULTS, validateAssetRecipeAttr } from './chunk-
|
|
12
|
+
import { resolveSettings, resolveApiKey, providerEnvKey } from './chunk-7WHBI3I6.js';
|
|
13
|
+
import { resolveRuntimeAssets } from './chunk-SN2RWSB3.js';
|
|
14
|
+
import { resolveSkWorkspaceConfig, resolveAgentDir, stageMaterializedSkills, loadMcpServerDeclarations, COMPACTION_DEFAULTS, validateAssetRecipeAttr } from './chunk-DTJNHYFE.js';
|
|
15
15
|
import { parseAssetRef } from './chunk-LFDZYCEO.js';
|
|
16
16
|
import { resolveDriverPaths } from './chunk-K5GBV4SA.js';
|
|
17
17
|
import { getLogStore, resolveLogStoreConfig, createLogStoreFromConfig, OnLogBridgeSink, WsLogSink, registerLogStore, resetLogStore, createLogger } from './chunk-JB35MVBN.js';
|
|
@@ -774,55 +774,73 @@ function loadRecipeMap() {
|
|
|
774
774
|
recipeMapMemo = { path: path5, mtimeMs, map };
|
|
775
775
|
return map;
|
|
776
776
|
}
|
|
777
|
-
|
|
778
|
-
|
|
777
|
+
var MapRecipeProducer = class {
|
|
778
|
+
constructor(load = loadRecipeMap) {
|
|
779
|
+
this.load = load;
|
|
780
|
+
}
|
|
781
|
+
load;
|
|
782
|
+
kind = "map";
|
|
783
|
+
resolve(_ref, attr) {
|
|
784
|
+
const map = this.load();
|
|
785
|
+
if (!map) return null;
|
|
786
|
+
const hit = attr.split(".").reduce(
|
|
787
|
+
(o, k) => o && typeof o === "object" ? o[k] : void 0,
|
|
788
|
+
map
|
|
789
|
+
);
|
|
790
|
+
return typeof hit === "string" && hit.startsWith("/nix/store/") ? hit : null;
|
|
791
|
+
}
|
|
792
|
+
};
|
|
793
|
+
var NixRecipeProducer = class {
|
|
794
|
+
kind = "nix";
|
|
795
|
+
resolve(ref, attr) {
|
|
796
|
+
const result = spawnSync("nix", ["path-info", "--offline", `${ref}#${attr}`], {
|
|
797
|
+
encoding: "utf8"
|
|
798
|
+
});
|
|
799
|
+
if (result.error) throw new RecipeUnavailableError(ref, attr, result.error);
|
|
800
|
+
if (result.status !== 0) {
|
|
801
|
+
throw new RecipeUnavailableError(
|
|
802
|
+
ref,
|
|
803
|
+
attr,
|
|
804
|
+
new Error(`nix path-info exited ${result.status}: ${result.stderr.trim()}`)
|
|
805
|
+
);
|
|
806
|
+
}
|
|
807
|
+
const outPath = result.stdout.trim().split("\n")[0];
|
|
808
|
+
if (!outPath?.startsWith("/nix/store/")) {
|
|
809
|
+
throw new RecipeUnavailableError(ref, attr, new Error(`Unexpected output: ${result.stdout}`));
|
|
810
|
+
}
|
|
811
|
+
return outPath;
|
|
812
|
+
}
|
|
813
|
+
};
|
|
814
|
+
function defaultRecipeProducers() {
|
|
815
|
+
return [new MapRecipeProducer(), new NixRecipeProducer()];
|
|
816
|
+
}
|
|
817
|
+
function resolveViaProducers(ref, attr, cache, producers = defaultRecipeProducers()) {
|
|
818
|
+
const key = `${ref}#${attr}`;
|
|
779
819
|
const cached = cache.get(key);
|
|
780
820
|
if (cached) return cached;
|
|
781
821
|
try {
|
|
782
822
|
validateAssetRecipeAttr(attr);
|
|
783
823
|
} catch (err) {
|
|
784
824
|
throw new RecipeUnavailableError(
|
|
785
|
-
|
|
825
|
+
ref,
|
|
786
826
|
attr,
|
|
787
827
|
err instanceof Error ? err : new Error(String(err))
|
|
788
828
|
);
|
|
789
829
|
}
|
|
790
830
|
const log = createLogger({ kind: "mcp", subkind: "recipe-resolve" });
|
|
791
|
-
log.debug("resolving recipe", { flakeRef, attr });
|
|
792
|
-
const
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
(
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
if (typeof hit === "string" && hit.startsWith("/nix/store/")) {
|
|
799
|
-
cache.set(key, hit);
|
|
800
|
-
log.info("resolved recipe (map)", { flakeRef, attr, outPath: hit });
|
|
801
|
-
return hit;
|
|
831
|
+
log.debug("resolving recipe", { flakeRef: ref, attr });
|
|
832
|
+
for (const producer of producers) {
|
|
833
|
+
const out = producer.resolve(ref, attr);
|
|
834
|
+
if (out) {
|
|
835
|
+
cache.set(key, out);
|
|
836
|
+
log.info("resolved recipe", { flakeRef: ref, attr, outPath: out, producer: producer.kind });
|
|
837
|
+
return out;
|
|
802
838
|
}
|
|
803
839
|
}
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
if (result.status !== 0) {
|
|
809
|
-
throw new RecipeUnavailableError(
|
|
810
|
-
flakeRef,
|
|
811
|
-
attr,
|
|
812
|
-
new Error(`nix path-info exited ${result.status}: ${result.stderr.trim()}`)
|
|
813
|
-
);
|
|
814
|
-
}
|
|
815
|
-
const outPath = result.stdout.trim().split("\n")[0];
|
|
816
|
-
if (!outPath?.startsWith("/nix/store/")) {
|
|
817
|
-
throw new RecipeUnavailableError(
|
|
818
|
-
flakeRef,
|
|
819
|
-
attr,
|
|
820
|
-
new Error(`Unexpected output: ${result.stdout}`)
|
|
821
|
-
);
|
|
822
|
-
}
|
|
823
|
-
cache.set(key, outPath);
|
|
824
|
-
log.info("resolved recipe", { flakeRef, attr, outPath });
|
|
825
|
-
return outPath;
|
|
840
|
+
throw new RecipeUnavailableError(ref, attr, new Error("no producer resolved the recipe"));
|
|
841
|
+
}
|
|
842
|
+
function resolveRecipePath(flakeRef, attr, cache) {
|
|
843
|
+
return resolveViaProducers(flakeRef, attr, cache);
|
|
826
844
|
}
|
|
827
845
|
var RECIPE_MARKER = /\$\{recipe:([a-z0-9_-]+)(?::([a-z0-9_/.-]+))?\}/g;
|
|
828
846
|
function substituteRecipeTemplating(value, recipeOutPaths) {
|
|
@@ -893,10 +911,17 @@ function resolveExternalMcpDeclarations(projectDir, sessionId) {
|
|
|
893
911
|
mcpLog.warn("MCP server skipped: reserved id", { id: decl.id });
|
|
894
912
|
continue;
|
|
895
913
|
}
|
|
896
|
-
|
|
914
|
+
const wantsRecipe = decl.launcher === "recipe" || decl.launcher == null && decl.recipe != null;
|
|
915
|
+
if (!wantsRecipe) {
|
|
897
916
|
resolved.push(decl);
|
|
898
917
|
continue;
|
|
899
918
|
}
|
|
919
|
+
if (!decl.recipe) {
|
|
920
|
+
mcpLog.warn("MCP server skipped: launcher 'recipe' without a recipe binding", {
|
|
921
|
+
id: decl.id
|
|
922
|
+
});
|
|
923
|
+
continue;
|
|
924
|
+
}
|
|
900
925
|
const resolvedDecl = resolveRecipeDeclaration(decl, nixFlakeRef, recipeCache);
|
|
901
926
|
if (resolvedDecl) resolved.push(resolvedDecl);
|
|
902
927
|
}
|
|
@@ -905,6 +930,7 @@ function resolveExternalMcpDeclarations(projectDir, sessionId) {
|
|
|
905
930
|
function resolveRecipeDeclaration(decl, nixFlakeRef, recipeCache) {
|
|
906
931
|
const recipe = decl.recipe;
|
|
907
932
|
const recipeLogKey = recipe.flake ? { flake: recipe.flake } : { attr: recipe.attr };
|
|
933
|
+
const recipeLog = createLogger({ kind: "mcp", subkind: decl.id, instance: "recipe-resolve" });
|
|
908
934
|
try {
|
|
909
935
|
const recipeKey = recipe.flake ? `mcps.${decl.id}` : recipe.attr ?? `mcps.${decl.id}`;
|
|
910
936
|
const outPath = resolveRecipePath(nixFlakeRef, recipeKey, recipeCache);
|
|
@@ -918,11 +944,6 @@ function resolveRecipeDeclaration(decl, nixFlakeRef, recipeCache) {
|
|
|
918
944
|
args: resolvedArgs,
|
|
919
945
|
env: resolvedEnv
|
|
920
946
|
};
|
|
921
|
-
const recipeLog = createLogger({
|
|
922
|
-
kind: "mcp",
|
|
923
|
-
subkind: decl.id,
|
|
924
|
-
instance: "recipe-resolve"
|
|
925
|
-
});
|
|
926
947
|
warnUnresolvedRecipeMarkers(recipeLog, decl.id, resolvedCommand, resolvedArgs, resolvedEnv);
|
|
927
948
|
const missingPaths = validateSubstitutedPaths(resolvedCommand, resolvedArgs);
|
|
928
949
|
if (missingPaths.length > 0) {
|
|
@@ -936,11 +957,11 @@ function resolveRecipeDeclaration(decl, nixFlakeRef, recipeCache) {
|
|
|
936
957
|
recipeLog.info("recipe substitution complete", { ...recipeLogKey, outPath });
|
|
937
958
|
return resolvedDecl;
|
|
938
959
|
} catch (err) {
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
);
|
|
960
|
+
recipeLog.error("MCP server skipped: recipe resolution failed", err, {
|
|
961
|
+
id: decl.id,
|
|
962
|
+
...recipeLogKey,
|
|
963
|
+
flakeRef: nixFlakeRef
|
|
964
|
+
});
|
|
944
965
|
return void 0;
|
|
945
966
|
}
|
|
946
967
|
}
|
|
@@ -4826,5 +4847,5 @@ function touchSession(state) {
|
|
|
4826
4847
|
}
|
|
4827
4848
|
|
|
4828
4849
|
export { CLAUDE_CODE_CREDENTIALS_KEY, COMPILE_MANIFEST_FILENAME, CapabilityRegistry, DEFAULT_CAPABILITY_CALL_TIMEOUT_MS, DEFAULT_COALESCE_MS, MarkdownStreamer, PreInitRingSink, agentDefinitionExists, bootstrapCapabilityRegistry, bootstrapRunnerLogStore, buildAgentResources, buildClientCapabilityHandler, buildContextSection, buildEnvironmentSection, builtinCapabilities, clearPreInitRingSink, clearSession, compileComposition, computeCapabilitySignature, createAgentSession, createSessionStimulusBus, defineCapability, deleteSession, dispatchRunnerCapabilityInvocation, emitSystemPromptComposed, ensureGitConfigInclude, extractClaudeAiOauthExpiresAt, getPreInitRingSink, handleMountResourceRequest, handleResourceRequest, installPreInitRingSink, listSessions, loadAgentManifest, loadCompileManifest, loadCompileManifestFromDir, loadSession, loadSessionById, newSession, registerCompositionCapabilities, rejectCapabilityOnApprovalDeny, resetRunnerLogStore, resolveAgentComposition, resolveAgentMixins, resolveBinding, resolveCapabilityCallTimeoutMs, resolveCapabilityResult, resolveComposition, resolveMixin, runAgentChat, saveSession, setCurrentSession, startAgentServer, touchSession, writeClaudeCodeCredentialsFile };
|
|
4829
|
-
//# sourceMappingURL=chunk-
|
|
4830
|
-
//# sourceMappingURL=chunk-
|
|
4850
|
+
//# sourceMappingURL=chunk-SIW5I47F.js.map
|
|
4851
|
+
//# sourceMappingURL=chunk-SIW5I47F.js.map
|