@google/gemini-cli 0.36.0-preview.3 → 0.36.0-preview.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/bundle/{chunk-2RPVSGOE.js → chunk-GCWRR5FX.js} +248 -175
- package/bundle/{chunk-OVFZ4PPB.js → chunk-GUQQGCYU.js} +3 -3
- package/bundle/{chunk-4ZPLYY3L.js → chunk-L6SWRWOY.js} +250 -177
- package/bundle/{chunk-SE7S5EFV.js → chunk-LA7NTE7R.js} +3 -3
- package/bundle/{chunk-Y5DDI4MA.js → chunk-NB2KVK55.js} +3 -3
- package/bundle/{chunk-PDS477H6.js → chunk-PCRNOH75.js} +3 -3
- package/bundle/{chunk-FJHYKR2O.js → chunk-QG3DE2NC.js} +250 -177
- package/bundle/{chunk-FACTELEP.js → chunk-RCVLWPH6.js} +253 -175
- package/bundle/{core-RSKPPZFK.js → core-UDWC3JHH.js} +5 -1
- package/bundle/{devtoolsService-VZGEDJ2H.js → devtoolsService-5KPG7MTO.js} +2 -2
- package/bundle/{devtoolsService-F3X4NCW2.js → devtoolsService-F3HNCJ5J.js} +2 -2
- package/bundle/{devtoolsService-Q3IGIXA7.js → devtoolsService-JP7KYM7O.js} +2 -2
- package/bundle/{devtoolsService-SBQKROJQ.js → devtoolsService-WMTAFNHI.js} +2 -2
- package/bundle/{dist-5ZYQVUMO.js → dist-6YQTL2TU.js} +5 -1
- package/bundle/{dist-BYRHFNNX.js → dist-FZZRWINS.js} +5 -1
- package/bundle/{dist-DGLGMJBV.js → dist-WZ5ZCWLQ.js} +5 -1
- package/bundle/gemini.js +6 -6
- package/bundle/{interactiveCli-FJD2UDE7.js → interactiveCli-2MHB7PL6.js} +3 -3
- package/bundle/{interactiveCli-HKCAHWZ2.js → interactiveCli-3FPUSZZF.js} +3 -3
- package/bundle/{interactiveCli-2CPHR4GH.js → interactiveCli-HKHDILWJ.js} +3 -3
- package/bundle/{interactiveCli-J2NVKRYX.js → interactiveCli-MNSUUMCD.js} +3 -3
- package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
- package/bundle/{oauth2-provider-UMWJMSPF.js → oauth2-provider-GU6JSDXE.js} +1 -1
- package/bundle/{oauth2-provider-VHUD4ICS.js → oauth2-provider-NNYNDNHB.js} +1 -1
- package/bundle/{oauth2-provider-VAAF5BS7.js → oauth2-provider-U2Y3KMJH.js} +1 -1
- package/bundle/{oauth2-provider-ZVPXIEIS.js → oauth2-provider-UFMHKHVW.js} +1 -1
- package/package.json +1 -1
|
@@ -419,6 +419,7 @@ import {
|
|
|
419
419
|
getActivityMonitor,
|
|
420
420
|
getAdminBlockedMcpServersMessage,
|
|
421
421
|
getAdminErrorMessage,
|
|
422
|
+
getAgentCardLoadOptions,
|
|
422
423
|
getAllMCPServerStatuses,
|
|
423
424
|
getAlwaysAllowPriorityFraction,
|
|
424
425
|
getApprovalModeDescription,
|
|
@@ -470,6 +471,7 @@ import {
|
|
|
470
471
|
getPty,
|
|
471
472
|
getRealPath,
|
|
472
473
|
getReleaseChannel,
|
|
474
|
+
getRemoteAgentTargetUrl,
|
|
473
475
|
getResponseText,
|
|
474
476
|
getResponseTextFromParts,
|
|
475
477
|
getRetryErrorType,
|
|
@@ -703,7 +705,7 @@ import {
|
|
|
703
705
|
wrapInAccountChooser,
|
|
704
706
|
writeToStderr,
|
|
705
707
|
writeToStdout
|
|
706
|
-
} from "./chunk-
|
|
708
|
+
} from "./chunk-RCVLWPH6.js";
|
|
707
709
|
import {
|
|
708
710
|
ACTIVATE_SKILL_TOOL_NAME,
|
|
709
711
|
ALL_BUILTIN_TOOL_NAMES,
|
|
@@ -1536,6 +1538,7 @@ export {
|
|
|
1536
1538
|
getActivityMonitor,
|
|
1537
1539
|
getAdminBlockedMcpServersMessage,
|
|
1538
1540
|
getAdminErrorMessage,
|
|
1541
|
+
getAgentCardLoadOptions,
|
|
1539
1542
|
getAllGeminiMdFilenames,
|
|
1540
1543
|
getAllMCPServerStatuses,
|
|
1541
1544
|
getAlwaysAllowPriorityFraction,
|
|
@@ -1598,6 +1601,7 @@ export {
|
|
|
1598
1601
|
getPty,
|
|
1599
1602
|
getRealPath,
|
|
1600
1603
|
getReleaseChannel,
|
|
1604
|
+
getRemoteAgentTargetUrl,
|
|
1601
1605
|
getResponseText,
|
|
1602
1606
|
getResponseTextFromParts,
|
|
1603
1607
|
getRetryErrorType,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require = (await import('node:module')).createRequire(import.meta.url); const __chunk_filename = (await import('node:url')).fileURLToPath(import.meta.url); const __chunk_dirname = (await import('node:path')).dirname(__chunk_filename);
|
|
2
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-RCVLWPH6.js";
|
|
3
3
|
import {
|
|
4
4
|
coreEvents,
|
|
5
5
|
debugLogger
|
|
@@ -819,7 +819,7 @@ async function toggleDevToolsPanel(config, isOpen, toggle, setOpen) {
|
|
|
819
819
|
return;
|
|
820
820
|
}
|
|
821
821
|
try {
|
|
822
|
-
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./core-
|
|
822
|
+
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./core-UDWC3JHH.js");
|
|
823
823
|
const url = await startDevToolsServer(config);
|
|
824
824
|
if (shouldLaunchBrowser()) {
|
|
825
825
|
try {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require = (await import('node:module')).createRequire(import.meta.url); const __chunk_filename = (await import('node:url')).fileURLToPath(import.meta.url); const __chunk_dirname = (await import('node:path')).dirname(__chunk_filename);
|
|
2
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-GCWRR5FX.js";
|
|
3
3
|
import {
|
|
4
4
|
CoreEvent,
|
|
5
5
|
coreEvents,
|
|
@@ -820,7 +820,7 @@ async function toggleDevToolsPanel(config, isOpen, toggle, setOpen) {
|
|
|
820
820
|
return;
|
|
821
821
|
}
|
|
822
822
|
try {
|
|
823
|
-
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-
|
|
823
|
+
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-FZZRWINS.js");
|
|
824
824
|
const url = await startDevToolsServer(config);
|
|
825
825
|
if (shouldLaunchBrowser()) {
|
|
826
826
|
try {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require = (await import('node:module')).createRequire(import.meta.url); const __chunk_filename = (await import('node:url')).fileURLToPath(import.meta.url); const __chunk_dirname = (await import('node:path')).dirname(__chunk_filename);
|
|
2
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-L6SWRWOY.js";
|
|
3
3
|
import {
|
|
4
4
|
CoreEvent,
|
|
5
5
|
coreEvents,
|
|
@@ -820,7 +820,7 @@ async function toggleDevToolsPanel(config, isOpen, toggle, setOpen) {
|
|
|
820
820
|
return;
|
|
821
821
|
}
|
|
822
822
|
try {
|
|
823
|
-
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-
|
|
823
|
+
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-6YQTL2TU.js");
|
|
824
824
|
const url = await startDevToolsServer(config);
|
|
825
825
|
if (shouldLaunchBrowser()) {
|
|
826
826
|
try {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require = (await import('node:module')).createRequire(import.meta.url); const __chunk_filename = (await import('node:url')).fileURLToPath(import.meta.url); const __chunk_dirname = (await import('node:path')).dirname(__chunk_filename);
|
|
2
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-QG3DE2NC.js";
|
|
3
3
|
import {
|
|
4
4
|
CoreEvent,
|
|
5
5
|
coreEvents,
|
|
@@ -820,7 +820,7 @@ async function toggleDevToolsPanel(config, isOpen, toggle, setOpen) {
|
|
|
820
820
|
return;
|
|
821
821
|
}
|
|
822
822
|
try {
|
|
823
|
-
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-
|
|
823
|
+
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-WZ5ZCWLQ.js");
|
|
824
824
|
const url = await startDevToolsServer(config);
|
|
825
825
|
if (shouldLaunchBrowser()) {
|
|
826
826
|
try {
|
|
@@ -419,6 +419,7 @@ import {
|
|
|
419
419
|
getActivityMonitor,
|
|
420
420
|
getAdminBlockedMcpServersMessage,
|
|
421
421
|
getAdminErrorMessage,
|
|
422
|
+
getAgentCardLoadOptions,
|
|
422
423
|
getAllMCPServerStatuses,
|
|
423
424
|
getAlwaysAllowPriorityFraction,
|
|
424
425
|
getApprovalModeDescription,
|
|
@@ -470,6 +471,7 @@ import {
|
|
|
470
471
|
getPty,
|
|
471
472
|
getRealPath,
|
|
472
473
|
getReleaseChannel,
|
|
474
|
+
getRemoteAgentTargetUrl,
|
|
473
475
|
getResponseText,
|
|
474
476
|
getResponseTextFromParts,
|
|
475
477
|
getRetryErrorType,
|
|
@@ -703,7 +705,7 @@ import {
|
|
|
703
705
|
wrapInAccountChooser,
|
|
704
706
|
writeToStderr,
|
|
705
707
|
writeToStdout
|
|
706
|
-
} from "./chunk-
|
|
708
|
+
} from "./chunk-L6SWRWOY.js";
|
|
707
709
|
import {
|
|
708
710
|
ACTIVATE_SKILL_TOOL_NAME,
|
|
709
711
|
ALL_BUILTIN_TOOL_NAMES,
|
|
@@ -1536,6 +1538,7 @@ export {
|
|
|
1536
1538
|
getActivityMonitor,
|
|
1537
1539
|
getAdminBlockedMcpServersMessage,
|
|
1538
1540
|
getAdminErrorMessage,
|
|
1541
|
+
getAgentCardLoadOptions,
|
|
1539
1542
|
getAllGeminiMdFilenames,
|
|
1540
1543
|
getAllMCPServerStatuses,
|
|
1541
1544
|
getAlwaysAllowPriorityFraction,
|
|
@@ -1598,6 +1601,7 @@ export {
|
|
|
1598
1601
|
getPty,
|
|
1599
1602
|
getRealPath,
|
|
1600
1603
|
getReleaseChannel,
|
|
1604
|
+
getRemoteAgentTargetUrl,
|
|
1601
1605
|
getResponseText,
|
|
1602
1606
|
getResponseTextFromParts,
|
|
1603
1607
|
getRetryErrorType,
|
|
@@ -419,6 +419,7 @@ import {
|
|
|
419
419
|
getActivityMonitor,
|
|
420
420
|
getAdminBlockedMcpServersMessage,
|
|
421
421
|
getAdminErrorMessage,
|
|
422
|
+
getAgentCardLoadOptions,
|
|
422
423
|
getAllMCPServerStatuses,
|
|
423
424
|
getAlwaysAllowPriorityFraction,
|
|
424
425
|
getApprovalModeDescription,
|
|
@@ -470,6 +471,7 @@ import {
|
|
|
470
471
|
getPty,
|
|
471
472
|
getRealPath,
|
|
472
473
|
getReleaseChannel,
|
|
474
|
+
getRemoteAgentTargetUrl,
|
|
473
475
|
getResponseText,
|
|
474
476
|
getResponseTextFromParts,
|
|
475
477
|
getRetryErrorType,
|
|
@@ -703,7 +705,7 @@ import {
|
|
|
703
705
|
wrapInAccountChooser,
|
|
704
706
|
writeToStderr,
|
|
705
707
|
writeToStdout
|
|
706
|
-
} from "./chunk-
|
|
708
|
+
} from "./chunk-GCWRR5FX.js";
|
|
707
709
|
import {
|
|
708
710
|
ACTIVATE_SKILL_TOOL_NAME,
|
|
709
711
|
ALL_BUILTIN_TOOL_NAMES,
|
|
@@ -1536,6 +1538,7 @@ export {
|
|
|
1536
1538
|
getActivityMonitor,
|
|
1537
1539
|
getAdminBlockedMcpServersMessage,
|
|
1538
1540
|
getAdminErrorMessage,
|
|
1541
|
+
getAgentCardLoadOptions,
|
|
1539
1542
|
getAllGeminiMdFilenames,
|
|
1540
1543
|
getAllMCPServerStatuses,
|
|
1541
1544
|
getAlwaysAllowPriorityFraction,
|
|
@@ -1598,6 +1601,7 @@ export {
|
|
|
1598
1601
|
getPty,
|
|
1599
1602
|
getRealPath,
|
|
1600
1603
|
getReleaseChannel,
|
|
1604
|
+
getRemoteAgentTargetUrl,
|
|
1601
1605
|
getResponseText,
|
|
1602
1606
|
getResponseTextFromParts,
|
|
1603
1607
|
getRetryErrorType,
|
|
@@ -419,6 +419,7 @@ import {
|
|
|
419
419
|
getActivityMonitor,
|
|
420
420
|
getAdminBlockedMcpServersMessage,
|
|
421
421
|
getAdminErrorMessage,
|
|
422
|
+
getAgentCardLoadOptions,
|
|
422
423
|
getAllMCPServerStatuses,
|
|
423
424
|
getAlwaysAllowPriorityFraction,
|
|
424
425
|
getApprovalModeDescription,
|
|
@@ -470,6 +471,7 @@ import {
|
|
|
470
471
|
getPty,
|
|
471
472
|
getRealPath,
|
|
472
473
|
getReleaseChannel,
|
|
474
|
+
getRemoteAgentTargetUrl,
|
|
473
475
|
getResponseText,
|
|
474
476
|
getResponseTextFromParts,
|
|
475
477
|
getRetryErrorType,
|
|
@@ -703,7 +705,7 @@ import {
|
|
|
703
705
|
wrapInAccountChooser,
|
|
704
706
|
writeToStderr,
|
|
705
707
|
writeToStdout
|
|
706
|
-
} from "./chunk-
|
|
708
|
+
} from "./chunk-QG3DE2NC.js";
|
|
707
709
|
import {
|
|
708
710
|
ACTIVATE_SKILL_TOOL_NAME,
|
|
709
711
|
ALL_BUILTIN_TOOL_NAMES,
|
|
@@ -1536,6 +1538,7 @@ export {
|
|
|
1536
1538
|
getActivityMonitor,
|
|
1537
1539
|
getAdminBlockedMcpServersMessage,
|
|
1538
1540
|
getAdminErrorMessage,
|
|
1541
|
+
getAgentCardLoadOptions,
|
|
1539
1542
|
getAllGeminiMdFilenames,
|
|
1540
1543
|
getAllMCPServerStatuses,
|
|
1541
1544
|
getAlwaysAllowPriorityFraction,
|
|
@@ -1598,6 +1601,7 @@ export {
|
|
|
1598
1601
|
getPty,
|
|
1599
1602
|
getRealPath,
|
|
1600
1603
|
getReleaseChannel,
|
|
1604
|
+
getRemoteAgentTargetUrl,
|
|
1601
1605
|
getResponseText,
|
|
1602
1606
|
getResponseTextFromParts,
|
|
1603
1607
|
getRetryErrorType,
|
package/bundle/gemini.js
CHANGED
|
@@ -67,7 +67,7 @@ import {
|
|
|
67
67
|
updateAllUpdatableExtensions,
|
|
68
68
|
updateExtension,
|
|
69
69
|
validateAuthMethod
|
|
70
|
-
} from "./chunk-
|
|
70
|
+
} from "./chunk-LA7NTE7R.js";
|
|
71
71
|
import {
|
|
72
72
|
AuthType,
|
|
73
73
|
ChatRecordingService,
|
|
@@ -153,7 +153,7 @@ import {
|
|
|
153
153
|
uiTelemetryService,
|
|
154
154
|
writeToStderr,
|
|
155
155
|
writeToStdout
|
|
156
|
-
} from "./chunk-
|
|
156
|
+
} from "./chunk-QG3DE2NC.js";
|
|
157
157
|
import {
|
|
158
158
|
ASK_USER_TOOL_NAME,
|
|
159
159
|
ApprovalMode,
|
|
@@ -7245,7 +7245,7 @@ async function loadSandboxConfig(settings, argv) {
|
|
|
7245
7245
|
}
|
|
7246
7246
|
const command2 = getSandboxCommand(sandboxValue);
|
|
7247
7247
|
const packageJson = await getPackageJson(__dirname3);
|
|
7248
|
-
const image = process.env["GEMINI_SANDBOX_IMAGE"] ?? "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.36.0-preview.
|
|
7248
|
+
const image = process.env["GEMINI_SANDBOX_IMAGE"] ?? "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.36.0-preview.4" ?? customImage ?? packageJson?.config?.sandboxImageUri;
|
|
7249
7249
|
const isNative = command2 === "windows-native" || command2 === "sandbox-exec" || command2 === "lxc";
|
|
7250
7250
|
return command2 && (image || isNative) ? { enabled: true, allowedPaths, networkAccess, command: command2, image } : void 0;
|
|
7251
7251
|
}
|
|
@@ -9521,7 +9521,7 @@ async function runNonInteractive({
|
|
|
9521
9521
|
}
|
|
9522
9522
|
});
|
|
9523
9523
|
if (process.env["GEMINI_CLI_ACTIVITY_LOG_TARGET"]) {
|
|
9524
|
-
const { setupInitialActivityLogger } = await import("./devtoolsService-
|
|
9524
|
+
const { setupInitialActivityLogger } = await import("./devtoolsService-WMTAFNHI.js");
|
|
9525
9525
|
await setupInitialActivityLogger(config);
|
|
9526
9526
|
}
|
|
9527
9527
|
const { stdout: workingStdout } = createWorkingStdio();
|
|
@@ -13974,7 +13974,7 @@ ${reason.stack}` : ""}`;
|
|
|
13974
13974
|
});
|
|
13975
13975
|
}
|
|
13976
13976
|
async function startInteractiveUI(config, settings, startupWarnings, workspaceRoot = process.cwd(), resumedSessionData, initializationResult) {
|
|
13977
|
-
const { startInteractiveUI: doStartUI } = await import("./interactiveCli-
|
|
13977
|
+
const { startInteractiveUI: doStartUI } = await import("./interactiveCli-MNSUUMCD.js");
|
|
13978
13978
|
await doStartUI(
|
|
13979
13979
|
config,
|
|
13980
13980
|
settings,
|
|
@@ -14170,7 +14170,7 @@ ${finalArgs[promptIndex + 1]}`;
|
|
|
14170
14170
|
await config.storage.initialize();
|
|
14171
14171
|
adminControlsListner.setConfig(config);
|
|
14172
14172
|
if (config.isInteractive() && settings.merged.general.devtools) {
|
|
14173
|
-
const { setupInitialActivityLogger } = await import("./devtoolsService-
|
|
14173
|
+
const { setupInitialActivityLogger } = await import("./devtoolsService-WMTAFNHI.js");
|
|
14174
14174
|
await setupInitialActivityLogger(config);
|
|
14175
14175
|
}
|
|
14176
14176
|
registerTelemetryConfig(config);
|
|
@@ -181,7 +181,7 @@ import {
|
|
|
181
181
|
widestLineFromStyledChars,
|
|
182
182
|
wordBreakStyledChars,
|
|
183
183
|
wrapStyledChars
|
|
184
|
-
} from "./chunk-
|
|
184
|
+
} from "./chunk-GUQQGCYU.js";
|
|
185
185
|
import {
|
|
186
186
|
ApiKeyUpdatedEvent,
|
|
187
187
|
AsyncFzf,
|
|
@@ -300,7 +300,7 @@ import {
|
|
|
300
300
|
validatePlanContent,
|
|
301
301
|
validatePlanPath,
|
|
302
302
|
writeToStdout
|
|
303
|
-
} from "./chunk-
|
|
303
|
+
} from "./chunk-L6SWRWOY.js";
|
|
304
304
|
import {
|
|
305
305
|
ACTIVATE_SKILL_TOOL_NAME,
|
|
306
306
|
ASK_USER_TOOL_NAME,
|
|
@@ -48383,7 +48383,7 @@ ${queuedText}` : queuedText;
|
|
|
48383
48383
|
if (keyMatchers["app.showErrorDetails" /* SHOW_ERROR_DETAILS */](key)) {
|
|
48384
48384
|
if (settings.merged.general.devtools) {
|
|
48385
48385
|
void (async () => {
|
|
48386
|
-
const { toggleDevToolsPanel } = await import("./devtoolsService-
|
|
48386
|
+
const { toggleDevToolsPanel } = await import("./devtoolsService-JP7KYM7O.js");
|
|
48387
48387
|
await toggleDevToolsPanel(
|
|
48388
48388
|
config,
|
|
48389
48389
|
showErrorDetails,
|
|
@@ -181,7 +181,7 @@ import {
|
|
|
181
181
|
widestLineFromStyledChars,
|
|
182
182
|
wordBreakStyledChars,
|
|
183
183
|
wrapStyledChars
|
|
184
|
-
} from "./chunk-
|
|
184
|
+
} from "./chunk-NB2KVK55.js";
|
|
185
185
|
import {
|
|
186
186
|
ApiKeyUpdatedEvent,
|
|
187
187
|
AsyncFzf,
|
|
@@ -300,7 +300,7 @@ import {
|
|
|
300
300
|
validatePlanContent,
|
|
301
301
|
validatePlanPath,
|
|
302
302
|
writeToStdout
|
|
303
|
-
} from "./chunk-
|
|
303
|
+
} from "./chunk-GCWRR5FX.js";
|
|
304
304
|
import {
|
|
305
305
|
ACTIVATE_SKILL_TOOL_NAME,
|
|
306
306
|
ASK_USER_TOOL_NAME,
|
|
@@ -48383,7 +48383,7 @@ ${queuedText}` : queuedText;
|
|
|
48383
48383
|
if (keyMatchers["app.showErrorDetails" /* SHOW_ERROR_DETAILS */](key)) {
|
|
48384
48384
|
if (settings.merged.general.devtools) {
|
|
48385
48385
|
void (async () => {
|
|
48386
|
-
const { toggleDevToolsPanel } = await import("./devtoolsService-
|
|
48386
|
+
const { toggleDevToolsPanel } = await import("./devtoolsService-F3HNCJ5J.js");
|
|
48387
48387
|
await toggleDevToolsPanel(
|
|
48388
48388
|
config,
|
|
48389
48389
|
showErrorDetails,
|
|
@@ -181,7 +181,7 @@ import {
|
|
|
181
181
|
widestLineFromStyledChars,
|
|
182
182
|
wordBreakStyledChars,
|
|
183
183
|
wrapStyledChars
|
|
184
|
-
} from "./chunk-
|
|
184
|
+
} from "./chunk-PCRNOH75.js";
|
|
185
185
|
import {
|
|
186
186
|
ApiKeyUpdatedEvent,
|
|
187
187
|
AsyncFzf,
|
|
@@ -290,7 +290,7 @@ import {
|
|
|
290
290
|
validatePlanContent,
|
|
291
291
|
validatePlanPath,
|
|
292
292
|
writeToStdout
|
|
293
|
-
} from "./chunk-
|
|
293
|
+
} from "./chunk-RCVLWPH6.js";
|
|
294
294
|
import {
|
|
295
295
|
ACTIVATE_SKILL_TOOL_NAME,
|
|
296
296
|
ASK_USER_TOOL_NAME,
|
|
@@ -48366,7 +48366,7 @@ ${queuedText}` : queuedText;
|
|
|
48366
48366
|
if (keyMatchers["app.showErrorDetails" /* SHOW_ERROR_DETAILS */](key)) {
|
|
48367
48367
|
if (settings.merged.general.devtools) {
|
|
48368
48368
|
void (async () => {
|
|
48369
|
-
const { toggleDevToolsPanel } = await import("./devtoolsService-
|
|
48369
|
+
const { toggleDevToolsPanel } = await import("./devtoolsService-5KPG7MTO.js");
|
|
48370
48370
|
await toggleDevToolsPanel(
|
|
48371
48371
|
config,
|
|
48372
48372
|
showErrorDetails,
|
|
@@ -181,7 +181,7 @@ import {
|
|
|
181
181
|
widestLineFromStyledChars,
|
|
182
182
|
wordBreakStyledChars,
|
|
183
183
|
wrapStyledChars
|
|
184
|
-
} from "./chunk-
|
|
184
|
+
} from "./chunk-LA7NTE7R.js";
|
|
185
185
|
import {
|
|
186
186
|
ApiKeyUpdatedEvent,
|
|
187
187
|
AsyncFzf,
|
|
@@ -300,7 +300,7 @@ import {
|
|
|
300
300
|
validatePlanContent,
|
|
301
301
|
validatePlanPath,
|
|
302
302
|
writeToStdout
|
|
303
|
-
} from "./chunk-
|
|
303
|
+
} from "./chunk-QG3DE2NC.js";
|
|
304
304
|
import {
|
|
305
305
|
ACTIVATE_SKILL_TOOL_NAME,
|
|
306
306
|
ASK_USER_TOOL_NAME,
|
|
@@ -48383,7 +48383,7 @@ ${queuedText}` : queuedText;
|
|
|
48383
48383
|
if (keyMatchers["app.showErrorDetails" /* SHOW_ERROR_DETAILS */](key)) {
|
|
48384
48384
|
if (settings.merged.general.devtools) {
|
|
48385
48385
|
void (async () => {
|
|
48386
|
-
const { toggleDevToolsPanel } = await import("./devtoolsService-
|
|
48386
|
+
const { toggleDevToolsPanel } = await import("./devtoolsService-WMTAFNHI.js");
|
|
48387
48387
|
await toggleDevToolsPanel(
|
|
48388
48388
|
config,
|
|
48389
48389
|
showErrorDetails,
|