zidane 6.1.13 → 6.2.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/dist/{acp-BqfKqQ9x.js → acp-0JO-UBEv.js} +2 -2
- package/dist/{acp-BqfKqQ9x.js.map → acp-0JO-UBEv.js.map} +1 -1
- package/dist/acp-cli.js +2 -2
- package/dist/acp.d.ts +1 -1
- package/dist/acp.js +1 -1
- package/dist/{agent-CZ3WSWqR.js → agent-25moybsj.js} +73 -11
- package/dist/agent-25moybsj.js.map +1 -0
- package/dist/agent.d.ts +1 -1
- package/dist/agent.js +1 -1
- package/dist/chat/pure.d.ts +3 -3
- package/dist/chat/pure.js +1 -1
- package/dist/chat.d.ts +5 -5
- package/dist/chat.d.ts.map +1 -1
- package/dist/chat.js +5 -5
- package/dist/{completion-core-CXYSVhZo.js → completion-core-BRo86R_L.js} +23 -10
- package/dist/completion-core-BRo86R_L.js.map +1 -0
- package/dist/contexts/daytona.d.ts +1 -1
- package/dist/contexts/e2b.d.ts +1 -1
- package/dist/eval.d.ts +1 -1
- package/dist/extensions.d.ts +2 -2
- package/dist/extensions.js +2 -2
- package/dist/headless.d.ts +1 -1
- package/dist/headless.js +1 -1
- package/dist/{index-X02SI0nt.d.ts → index-mUT8TI9j.d.ts} +248 -13
- package/dist/index-mUT8TI9j.d.ts.map +1 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -4
- package/dist/{generate-data-WL_yGVL6.js → inline-autocomplete-w_O3SVtN.js} +186 -6
- package/dist/inline-autocomplete-w_O3SVtN.js.map +1 -0
- package/dist/mcp.d.ts +1 -1
- package/dist/output/stream-json.d.ts +1 -1
- package/dist/output/terminal.d.ts +1 -1
- package/dist/presets.d.ts +1 -1
- package/dist/presets.js +1 -1
- package/dist/providers/anthropic.d.ts +1 -1
- package/dist/providers/arcee.d.ts +1 -1
- package/dist/providers/baseten.d.ts +1 -1
- package/dist/providers/cerebras.d.ts +1 -1
- package/dist/providers/local.d.ts +1 -1
- package/dist/providers/openai-compat.d.ts +1 -1
- package/dist/providers/openai.d.ts +1 -1
- package/dist/providers/openrouter.d.ts +1 -1
- package/dist/providers/xai.d.ts +1 -1
- package/dist/providers.d.ts +1 -1
- package/dist/restate.d.ts +1 -1
- package/dist/session/sqlite.d.ts +1 -1
- package/dist/session.d.ts +1 -1
- package/dist/skills.d.ts +1 -1
- package/dist/{tool-formatters-kg8O6wHZ.d.ts → tool-formatters-DOcJz_J9.d.ts} +2 -2
- package/dist/{tool-formatters-kg8O6wHZ.d.ts.map → tool-formatters-DOcJz_J9.d.ts.map} +1 -1
- package/dist/tools/fetch-url.d.ts +1 -1
- package/dist/tools/web-search.d.ts +1 -1
- package/dist/tools.d.ts +1 -1
- package/dist/tools.js +1 -1
- package/dist/{transcript-anchors-DAf0Mr_9.js → transcript-anchors-CO-WnuYQ.js} +13 -6
- package/dist/transcript-anchors-CO-WnuYQ.js.map +1 -0
- package/dist/{transcript-anchors-DAF4RbyU.d.ts → transcript-anchors-CzMMNrhJ.d.ts} +2 -2
- package/dist/{transcript-anchors-DAF4RbyU.d.ts.map → transcript-anchors-CzMMNrhJ.d.ts.map} +1 -1
- package/dist/tui.d.ts +11 -4
- package/dist/tui.d.ts.map +1 -1
- package/dist/tui.js +339 -31
- package/dist/tui.js.map +1 -1
- package/dist/{turn-operations-zkZ1L0eb.d.ts → turn-operations-CrCrJnvo.d.ts} +3 -3
- package/dist/{turn-operations-zkZ1L0eb.d.ts.map → turn-operations-CrCrJnvo.d.ts.map} +1 -1
- package/dist/types.d.ts +1 -1
- package/docs/EXTENSIONS.md +37 -1
- package/package.json +1 -1
- package/dist/agent-CZ3WSWqR.js.map +0 -1
- package/dist/completion-core-CXYSVhZo.js.map +0 -1
- package/dist/generate-data-WL_yGVL6.js.map +0 -1
- package/dist/index-X02SI0nt.d.ts.map +0 -1
- package/dist/transcript-anchors-DAf0Mr_9.js.map +0 -1
package/dist/acp-cli.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { Ft as resolveStorageDirs, lt as basic_default } from "./agent-
|
|
2
|
+
import { Ft as resolveStorageDirs, lt as basic_default } from "./agent-25moybsj.js";
|
|
3
3
|
import { r as createProcessContext } from "./contexts-A4ep-iJs.js";
|
|
4
4
|
import { createSandboxContext } from "./contexts/sandbox.js";
|
|
5
5
|
import { m as openaiCompat } from "./openai-compat-TA7aihJ-.js";
|
|
@@ -10,7 +10,7 @@ import { cerebras } from "./providers/cerebras.js";
|
|
|
10
10
|
import { t as xai } from "./xai-kGdhWmds.js";
|
|
11
11
|
import { openai } from "./providers/openai.js";
|
|
12
12
|
import { openrouter } from "./providers/openrouter.js";
|
|
13
|
-
import { d as StartUsageError, f as buildStartLocalOptions, h as startProviderNames, i as withAcpDefaultTools, m as startLocalArgOptions, p as parseStartArgValues, t as runAcpStdioServer } from "./acp-
|
|
13
|
+
import { d as StartUsageError, f as buildStartLocalOptions, h as startProviderNames, i as withAcpDefaultTools, m as startLocalArgOptions, p as parseStartArgValues, t as runAcpStdioServer } from "./acp-0JO-UBEv.js";
|
|
14
14
|
import { f as credKeyOf, i as readCredentials, l as BUILTIN_PROVIDERS, r as credentialsPath, t as detectAuth, y as modelsForDescriptor } from "./auth-D5FfJtLf.js";
|
|
15
15
|
import { createDaytonaProvider } from "./contexts/daytona.js";
|
|
16
16
|
import { createDockerContext } from "./contexts/docker.js";
|
package/dist/acp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Kf as ToolDef, Li as AgentOptions, Mf as ToolResultContent, Pi as Agent, Vf as TurnUsage, Yp as Provider, bf as SessionContentBlock, df as PromptPart, ef as McpServerConfig, mp as SessionStore, t as Preset, up as Session, zd as AgentBehavior } from "./index-mUT8TI9j.js";
|
|
2
2
|
import { c as ExecutionContext } from "./types-BDccavwj.js";
|
|
3
3
|
import { Readable, Writable } from "node:stream";
|
|
4
4
|
|
package/dist/acp.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { _ as createJsonRpcConnection, a as wrapToolsForAcpClient, c as sessionBlocksToAcp, g as JsonRpcRemoteError, i as withAcpDefaultTools, l as stopReasonFromRun, n as AcpProtocolError, o as acpMcpServersToZidane, r as createAcpServer, s as acpPromptToPromptParts, t as runAcpStdioServer, u as toolResultToAcpContent } from "./acp-
|
|
1
|
+
import { _ as createJsonRpcConnection, a as wrapToolsForAcpClient, c as sessionBlocksToAcp, g as JsonRpcRemoteError, i as withAcpDefaultTools, l as stopReasonFromRun, n as AcpProtocolError, o as acpMcpServersToZidane, r as createAcpServer, s as acpPromptToPromptParts, t as runAcpStdioServer, u as toolResultToAcpContent } from "./acp-0JO-UBEv.js";
|
|
2
2
|
export { AcpProtocolError, JsonRpcRemoteError, acpMcpServersToZidane, acpPromptToPromptParts, createAcpServer, createJsonRpcConnection, runAcpStdioServer, sessionBlocksToAcp, stopReasonFromRun, toolResultToAcpContent, withAcpDefaultTools, wrapToolsForAcpClient };
|
|
@@ -1020,6 +1020,7 @@ function isValidExtensionConfigItem(item) {
|
|
|
1020
1020
|
case "string": return typeof item.default === "string";
|
|
1021
1021
|
case "enum": return typeof item.default === "string" && Array.isArray(item.options) && item.options.length > 0 && item.options.every((o) => o && typeof o.value === "string" && typeof o.label === "string") && item.options.some((o) => o.value === item.default);
|
|
1022
1022
|
case "model": return typeof item.default === "string";
|
|
1023
|
+
case "action": return typeof item.run === "function" && (item.status === void 0 || typeof item.status === "function");
|
|
1023
1024
|
default: return unreachableInvalidItem(item);
|
|
1024
1025
|
}
|
|
1025
1026
|
}
|
|
@@ -1061,6 +1062,7 @@ function isValidExtensionConfigValue(item, value) {
|
|
|
1061
1062
|
case "model":
|
|
1062
1063
|
if (typeof value !== "string") return false;
|
|
1063
1064
|
break;
|
|
1065
|
+
case "action": return false;
|
|
1064
1066
|
default: return unreachableInvalidItem(item);
|
|
1065
1067
|
}
|
|
1066
1068
|
if (item.validate) try {
|
|
@@ -1070,13 +1072,8 @@ function isValidExtensionConfigValue(item, value) {
|
|
|
1070
1072
|
}
|
|
1071
1073
|
return true;
|
|
1072
1074
|
}
|
|
1073
|
-
/**
|
|
1074
|
-
* Resolve the effective value of a config item from its persisted value.
|
|
1075
|
-
* THE single place graceful degradation lives: a `persisted` that's
|
|
1076
|
-
* `undefined` (never set) OR fails {@link isValidExtensionConfigValue}
|
|
1077
|
-
* collapses to `item.default`.
|
|
1078
|
-
*/
|
|
1079
1075
|
function resolveExtensionConfigValue(item, persisted) {
|
|
1076
|
+
if (item.type === "action") return void 0;
|
|
1080
1077
|
if (persisted === void 0) return item.default;
|
|
1081
1078
|
if (!isValidExtensionConfigValue(item, persisted)) return item.default;
|
|
1082
1079
|
return persisted;
|
|
@@ -1131,15 +1128,46 @@ function resolveExtensionConfig(registry, settings, extName, key) {
|
|
|
1131
1128
|
return resolveExtensionConfigValue(item, settings?.extensionConfig?.[extName]?.[key]);
|
|
1132
1129
|
}
|
|
1133
1130
|
/**
|
|
1131
|
+
* Gate the `config` patch an action returned before the host persists it.
|
|
1132
|
+
* Per-entry, an item is accepted only when it names a registered VALUE
|
|
1133
|
+
* item of the declaring extension and passes that item's schema
|
|
1134
|
+
* ({@link isValidExtensionConfigValue}); everything else lands in
|
|
1135
|
+
* `rejected` for logging. Pure — the host applies `accepted` through its
|
|
1136
|
+
* own settings write path.
|
|
1137
|
+
*/
|
|
1138
|
+
function sanitizeExtensionConfigActionPatch(items, patch) {
|
|
1139
|
+
const accepted = {};
|
|
1140
|
+
const rejected = [];
|
|
1141
|
+
if (!patch || typeof patch !== "object") return {
|
|
1142
|
+
accepted,
|
|
1143
|
+
rejected
|
|
1144
|
+
};
|
|
1145
|
+
for (const [key, value] of Object.entries(patch)) {
|
|
1146
|
+
const item = items?.[key];
|
|
1147
|
+
if (!item || item.type === "action" || !isValidExtensionConfigValue(item, value)) {
|
|
1148
|
+
rejected.push(key);
|
|
1149
|
+
continue;
|
|
1150
|
+
}
|
|
1151
|
+
accepted[key] = value;
|
|
1152
|
+
}
|
|
1153
|
+
return {
|
|
1154
|
+
accepted,
|
|
1155
|
+
rejected
|
|
1156
|
+
};
|
|
1157
|
+
}
|
|
1158
|
+
/**
|
|
1134
1159
|
* Project the merged registry's config schema into a wire-safe shape:
|
|
1135
1160
|
* categories as a flat array, items flattened to a single list carrying
|
|
1136
1161
|
* their `extension` + `category`, with the non-serializable `validate`
|
|
1137
|
-
* callback stripped.
|
|
1138
|
-
*
|
|
1162
|
+
* callback stripped. Action items are omitted entirely — their `run`
|
|
1163
|
+
* callback only exists in the main process, so a remote renderer (the
|
|
1164
|
+
* GUI) has nothing it could do with the row. Pure — factored out so its
|
|
1165
|
+
* serialization is unit testable without an Electron / IPC harness.
|
|
1139
1166
|
*/
|
|
1140
1167
|
function toWireConfigSchema(registry) {
|
|
1141
1168
|
const items = [];
|
|
1142
1169
|
for (const [extension, byKey] of Object.entries(registry.configItems)) for (const stored of Object.values(byKey)) {
|
|
1170
|
+
if (stored.type === "action") continue;
|
|
1143
1171
|
const { validate: _validate, ...rest } = stored;
|
|
1144
1172
|
items.push({
|
|
1145
1173
|
...rest,
|
|
@@ -5979,6 +6007,7 @@ async function buildExtensionRegistry(loaded, options = {}) {
|
|
|
5979
6007
|
skillPolicies: [],
|
|
5980
6008
|
promptTransforms: [],
|
|
5981
6009
|
completionProviders: [],
|
|
6010
|
+
inlineAutocompleteProviders: [],
|
|
5982
6011
|
commands: [],
|
|
5983
6012
|
themes: createRecord(),
|
|
5984
6013
|
agents: createRecord(),
|
|
@@ -6099,6 +6128,7 @@ async function buildExtensionRegistry(loaded, options = {}) {
|
|
|
6099
6128
|
skillPolicies: perExtSinks.skillPolicies,
|
|
6100
6129
|
promptTransforms: perExtSinks.promptTransforms,
|
|
6101
6130
|
completionProviders: perExtSinks.completionProviders,
|
|
6131
|
+
inlineAutocompleteProviders: perExtSinks.inlineAutocompleteProviders,
|
|
6102
6132
|
commands: perExtSinks.commands,
|
|
6103
6133
|
themes: perExtSinks.themes,
|
|
6104
6134
|
agents: perExtSinks.agents,
|
|
@@ -6197,6 +6227,8 @@ function mergeContributions(active, inactive = [], options = {}) {
|
|
|
6197
6227
|
const skillPolicies = [];
|
|
6198
6228
|
const promptTransforms = [];
|
|
6199
6229
|
const completionProviders = [];
|
|
6230
|
+
const inlineAutocompleteProviders = [];
|
|
6231
|
+
const seenInlineAutocompleteIds = /* @__PURE__ */ new Set();
|
|
6200
6232
|
const commands = [];
|
|
6201
6233
|
const seenCommandNames = /* @__PURE__ */ new Set();
|
|
6202
6234
|
const themes = createRecord();
|
|
@@ -6237,11 +6269,20 @@ function mergeContributions(active, inactive = [], options = {}) {
|
|
|
6237
6269
|
skillPolicies.push(...c.skillPolicies);
|
|
6238
6270
|
promptTransforms.push(...c.promptTransforms);
|
|
6239
6271
|
completionProviders.push(...c.completionProviders);
|
|
6272
|
+
for (const provider of c.inlineAutocompleteProviders) {
|
|
6273
|
+
if (seenInlineAutocompleteIds.has(provider.id)) continue;
|
|
6274
|
+
seenInlineAutocompleteIds.add(provider.id);
|
|
6275
|
+
inlineAutocompleteProviders.push(provider);
|
|
6276
|
+
}
|
|
6240
6277
|
for (const command of c.commands) {
|
|
6241
6278
|
const key = command.name.toLowerCase();
|
|
6242
6279
|
if (seenCommandNames.has(key)) continue;
|
|
6243
6280
|
seenCommandNames.add(key);
|
|
6244
|
-
|
|
6281
|
+
for (const alias of command.aliases ?? []) seenCommandNames.add(alias.toLowerCase());
|
|
6282
|
+
commands.push(command.group === void 0 ? {
|
|
6283
|
+
...command,
|
|
6284
|
+
group: entry.name
|
|
6285
|
+
} : command);
|
|
6245
6286
|
}
|
|
6246
6287
|
Object.assign(themes, c.themes);
|
|
6247
6288
|
Object.assign(agents, c.agents);
|
|
@@ -6291,6 +6332,7 @@ function mergeContributions(active, inactive = [], options = {}) {
|
|
|
6291
6332
|
skillPolicies,
|
|
6292
6333
|
promptTransforms,
|
|
6293
6334
|
completionProviders,
|
|
6335
|
+
inlineAutocompleteProviders,
|
|
6294
6336
|
commands,
|
|
6295
6337
|
themes,
|
|
6296
6338
|
agents,
|
|
@@ -6484,6 +6526,18 @@ function makeContext(opts) {
|
|
|
6484
6526
|
}
|
|
6485
6527
|
sinks.completionProviders.push(provider);
|
|
6486
6528
|
};
|
|
6529
|
+
const registerInlineAutocompleteProvider = (provider) => {
|
|
6530
|
+
if (!guardOpen("registerInlineAutocompleteProvider")) return;
|
|
6531
|
+
if (!provider || typeof provider.id !== "string" || provider.id.length === 0) {
|
|
6532
|
+
logger.warn("registerInlineAutocompleteProvider: missing id");
|
|
6533
|
+
return;
|
|
6534
|
+
}
|
|
6535
|
+
if (typeof provider.suggest !== "function") {
|
|
6536
|
+
logger.warn("registerInlineAutocompleteProvider: needs a suggest()", { id: provider.id });
|
|
6537
|
+
return;
|
|
6538
|
+
}
|
|
6539
|
+
sinks.inlineAutocompleteProviders.push(provider);
|
|
6540
|
+
};
|
|
6487
6541
|
const registerCommand = (command) => {
|
|
6488
6542
|
if (!guardOpen("registerCommand")) return;
|
|
6489
6543
|
if (!command || typeof command.name !== "string" || command.name.length === 0) {
|
|
@@ -6498,6 +6552,12 @@ function makeContext(opts) {
|
|
|
6498
6552
|
logger.warn("registerCommand: needs a run() or a non-empty steps[]", { name: command.name });
|
|
6499
6553
|
return;
|
|
6500
6554
|
}
|
|
6555
|
+
if (command.aliases !== void 0) {
|
|
6556
|
+
if (!Array.isArray(command.aliases) || command.aliases.some((a) => typeof a !== "string" || a.length === 0 || /\s/.test(a) || a.startsWith("/"))) {
|
|
6557
|
+
logger.warn("registerCommand: aliases must be single tokens without a leading slash", { name: command.name });
|
|
6558
|
+
return;
|
|
6559
|
+
}
|
|
6560
|
+
}
|
|
6501
6561
|
sinks.commands.push(command);
|
|
6502
6562
|
};
|
|
6503
6563
|
const registerTheme = (theme) => {
|
|
@@ -6949,6 +7009,7 @@ function makeContext(opts) {
|
|
|
6949
7009
|
registerMcpServer,
|
|
6950
7010
|
registerSkill,
|
|
6951
7011
|
registerCompletionProvider,
|
|
7012
|
+
registerInlineAutocompleteProvider,
|
|
6952
7013
|
registerCommand,
|
|
6953
7014
|
registerTheme,
|
|
6954
7015
|
registerAgent,
|
|
@@ -7638,6 +7699,7 @@ const EMPTY_EXTENSION_REGISTRY = Object.freeze({
|
|
|
7638
7699
|
skillPolicies: Object.freeze([]),
|
|
7639
7700
|
promptTransforms: Object.freeze([]),
|
|
7640
7701
|
completionProviders: Object.freeze([]),
|
|
7702
|
+
inlineAutocompleteProviders: Object.freeze([]),
|
|
7641
7703
|
commands: Object.freeze([]),
|
|
7642
7704
|
themes: Object.freeze({}),
|
|
7643
7705
|
agents: Object.freeze({}),
|
|
@@ -14714,6 +14776,6 @@ function createAgent(rawOptions) {
|
|
|
14714
14776
|
};
|
|
14715
14777
|
}
|
|
14716
14778
|
//#endregion
|
|
14717
|
-
export { composeExtensionPreset as $, discoverExtensions as $t, ANCHOR_PREVIEW_MAX_CHARS as A, createInteractionTool as At, ExtensionInstallError as B, ensureKeybindingsFile as Bt, NO_TOOLS_PREAMBLE as C, readFile$1 as Ct, buildFullCompactPrompt as D, formatModelLine as Dt, buildFromCompactPrompt as E, createModelSearchTool as Et, truncateHeadForPtlRetry as F, resolveStorageDirs as Ft, readExtensionInstallProvenance as G, mergeKeybindings as Gt, installExtensionFromSpec as H, groupBindings as Ht, CompactInvalidInputError as I, DEFAULT_KEYBINDINGS as It, createExtensionHud as J, readKeybindingsRaw as Jt, removeInstalledExtension as K, parseBindingSpec as Kt, CompactPromptTooLongError as L, KEYBINDING_DEFS as Lt, sliceForCompaction as M, glob as Mt, stripImagesFromTurns as N, edit as Nt, buildTailCompactPrompt as O, matchModelEntries as Ot, summaryToTurn as P, validateToolArgs as Pt, buildExtensionRegistry as Q, defaultExtensionScanPaths as Qt, EMPTY_EXTENSION_REGISTRY as R, KEYBINDING_DEF_BY_ACTION as Rt, BASE_INSTRUCTIONS as S, tailTruncate as St, buildCompactPrompt as T, multiEdit as Tt, listExtensionCandidates as U, keybindingsPath as Ut, fetchExtensionSource as V, formatBindingForDisplay as Vt, parseExtensionInstallSource as W, matchesBinding as Wt, discoverAndBuildExtensionRegistry as X, stripJsonComments as Xt, registerExtensionHostModules as Y, resolveExtensionKeybindings as Yt, buildExtensionPreset as Z, ENTRY_CANDIDATES as Zt, buildPostCompactAttachments as _,
|
|
14779
|
+
export { composeExtensionPreset as $, discoverExtensions as $t, ANCHOR_PREVIEW_MAX_CHARS as A, createInteractionTool as At, ExtensionInstallError as B, ensureKeybindingsFile as Bt, NO_TOOLS_PREAMBLE as C, readFile$1 as Ct, buildFullCompactPrompt as D, formatModelLine as Dt, buildFromCompactPrompt as E, createModelSearchTool as Et, truncateHeadForPtlRetry as F, resolveStorageDirs as Ft, readExtensionInstallProvenance as G, mergeKeybindings as Gt, installExtensionFromSpec as H, groupBindings as Ht, CompactInvalidInputError as I, DEFAULT_KEYBINDINGS as It, createExtensionHud as J, readKeybindingsRaw as Jt, removeInstalledExtension as K, parseBindingSpec as Kt, CompactPromptTooLongError as L, KEYBINDING_DEFS as Lt, sliceForCompaction as M, glob as Mt, stripImagesFromTurns as N, edit as Nt, buildTailCompactPrompt as O, matchModelEntries as Ot, summaryToTurn as P, validateToolArgs as Pt, buildExtensionRegistry as Q, defaultExtensionScanPaths as Qt, EMPTY_EXTENSION_REGISTRY as R, KEYBINDING_DEF_BY_ACTION as Rt, BASE_INSTRUCTIONS as S, tailTruncate as St, buildCompactPrompt as T, multiEdit as Tt, listExtensionCandidates as U, keybindingsPath as Ut, fetchExtensionSource as V, formatBindingForDisplay as Vt, parseExtensionInstallSource as W, matchesBinding as Wt, discoverAndBuildExtensionRegistry as X, stripJsonComments as Xt, registerExtensionHostModules as Y, resolveExtensionKeybindings as Yt, buildExtensionPreset as Z, ENTRY_CANDIDATES as Zt, buildPostCompactAttachments as _, defaultRepeatGuardNormalize as _n, createSkillsRunScriptTool as _t, SHELL_CASCADE_CANCEL_MESSAGE as a, clampExtensionConfigNumber as an, createWorkspaceSurface as at, selectRecentFiles as b, stableStringify as bn, createShellTool as bt, applyCompactSummaryCutoff as c, isValidExtensionConfigValue as cn, basicTools as ct, buildPersistedStub as d, sanitizeExtensionConfigActionPatch as dn, WAIT_TASK_TIMED_OUT_PREFIX as dt, inlineLoadedExtension as en, disposeExtensionRegistry as et, cleanupPersistedSession as f, toWireConfigSchema as fn, waitTask as ft, resolveTasksDir as g, shouldAutoCompact as gn, createSkillsUseTool as gt, resolvePersistDir as h, effectiveContextWindow as hn, isSpawnTool as ht, INTERRUPT_MESSAGE_FOR_TOOL_USE as i, defineExtension as in, createExtensionHostRuntimeBridge as it, anchorPreviewFor as j, grep as jt, buildUpToCompactPrompt as k, listFiles as kt, PERSISTED_STUB_PREFIX as l, resolveExtensionConfig as ln, basic_default as lt, resolveMcpWarningsDir as m, OUTPUT_RESERVE_TOKENS as mn, createSpawnTool as mt, normalizeProviders as n, parseExtensionScanPathEnv as nn, mergeContributions as nt, TOOL_USE_CANCELLED_MESSAGE as o, coerceExtensionConfigInput as on, composePresets as ot, maybePersistToolResult as p, AUTO_COMPACT_MIN_GROWTH_FRACTION as pn, createToolSearchTool as pt, updateInstalledExtension as q, readKeybindings as qt, resolveModelTargets as r, scanExtensionDirectories as rn, partitionExtensionCatalog as rt, TOOL_USE_SKIPPED_MESSAGE as s, isValidExtensionConfigItem as sn, definePreset as st, createAgent as t, isExtensionDefinition as tn, filterExtensionRegistry as tt, PERSISTENCE_PREVIEW_BYTES as u, resolveExtensionConfigValue as un, writeFile$1 as ut, selectFilesFromReadState as v, defaultRepeatGuardTracked as vn, createSkillsReadTool as vt, TRAILER as w, looksBinary as wt, compactConversation as x, shell as xt, selectFilesFromSession as y, normalizeShellCommand as yn, shellKill as yt, createExtensionPromptBridge as z, KEYBINDING_KEY_COL_WIDTH as zt };
|
|
14718
14780
|
|
|
14719
|
-
//# sourceMappingURL=agent-
|
|
14781
|
+
//# sourceMappingURL=agent-25moybsj.js.map
|