@google/gemini-cli 0.36.0-preview.3 → 0.36.0-preview.5

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.
Files changed (28) hide show
  1. package/bundle/{chunk-2RPVSGOE.js → chunk-3TVPPX4I.js} +250 -177
  2. package/bundle/{chunk-OVFZ4PPB.js → chunk-73XBEEKU.js} +3 -3
  3. package/bundle/{chunk-FACTELEP.js → chunk-GXKW2PIT.js} +253 -175
  4. package/bundle/{chunk-PDS477H6.js → chunk-JVWUC5YF.js} +3 -3
  5. package/bundle/{chunk-SE7S5EFV.js → chunk-QT5UMCOV.js} +3 -3
  6. package/bundle/{chunk-4ZPLYY3L.js → chunk-RPB34XBS.js} +250 -177
  7. package/bundle/{chunk-Y5DDI4MA.js → chunk-UOIPVPAN.js} +3 -3
  8. package/bundle/{chunk-FJHYKR2O.js → chunk-Z65JXKXO.js} +250 -177
  9. package/bundle/{core-RSKPPZFK.js → core-YUBXJKN2.js} +5 -1
  10. package/bundle/{devtoolsService-F3X4NCW2.js → devtoolsService-H6BMMMDD.js} +2 -2
  11. package/bundle/{devtoolsService-Q3IGIXA7.js → devtoolsService-LJ5G2C2N.js} +2 -2
  12. package/bundle/{devtoolsService-SBQKROJQ.js → devtoolsService-S23HMHOP.js} +2 -2
  13. package/bundle/{devtoolsService-VZGEDJ2H.js → devtoolsService-XJE4SD6Y.js} +2 -2
  14. package/bundle/{dist-5ZYQVUMO.js → dist-26FBDZJL.js} +5 -1
  15. package/bundle/{dist-BYRHFNNX.js → dist-HZG3MZJJ.js} +5 -1
  16. package/bundle/{dist-DGLGMJBV.js → dist-NWO4TPRO.js} +5 -1
  17. package/bundle/docs/core/remote-agents.md +96 -6
  18. package/bundle/gemini.js +6 -6
  19. package/bundle/{interactiveCli-2CPHR4GH.js → interactiveCli-H722RT7T.js} +3 -3
  20. package/bundle/{interactiveCli-FJD2UDE7.js → interactiveCli-NDBO5LFJ.js} +3 -3
  21. package/bundle/{interactiveCli-HKCAHWZ2.js → interactiveCli-Q24D75I6.js} +3 -3
  22. package/bundle/{interactiveCli-J2NVKRYX.js → interactiveCli-XLIK7J4T.js} +3 -3
  23. package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
  24. package/bundle/{oauth2-provider-VHUD4ICS.js → oauth2-provider-GQA3CRCL.js} +1 -1
  25. package/bundle/{oauth2-provider-UMWJMSPF.js → oauth2-provider-J2PS4AXL.js} +1 -1
  26. package/bundle/{oauth2-provider-VAAF5BS7.js → oauth2-provider-MZZUQG5T.js} +1 -1
  27. package/bundle/{oauth2-provider-ZVPXIEIS.js → oauth2-provider-PVUYATDU.js} +1 -1
  28. 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-FACTELEP.js";
708
+ } from "./chunk-GXKW2PIT.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-4ZPLYY3L.js";
2
+ import "./chunk-3TVPPX4I.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-5ZYQVUMO.js");
823
+ const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-HZG3MZJJ.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-FJHYKR2O.js";
2
+ import "./chunk-RPB34XBS.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-BYRHFNNX.js");
823
+ const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-26FBDZJL.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-2RPVSGOE.js";
2
+ import "./chunk-Z65JXKXO.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-DGLGMJBV.js");
823
+ const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-NWO4TPRO.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-FACTELEP.js";
2
+ import "./chunk-GXKW2PIT.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-RSKPPZFK.js");
822
+ const { openBrowserSecurely, shouldLaunchBrowser } = await import("./core-YUBXJKN2.js");
823
823
  const url = await startDevToolsServer(config);
824
824
  if (shouldLaunchBrowser()) {
825
825
  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-4ZPLYY3L.js";
708
+ } from "./chunk-RPB34XBS.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-FJHYKR2O.js";
708
+ } from "./chunk-3TVPPX4I.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-2RPVSGOE.js";
708
+ } from "./chunk-Z65JXKXO.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,
@@ -51,12 +51,13 @@ You can place them in:
51
51
 
52
52
  ### Configuration schema
53
53
 
54
- | Field | Type | Required | Description |
55
- | :--------------- | :----- | :------- | :------------------------------------------------------------------------------------------------------------- |
56
- | `kind` | string | Yes | Must be `remote`. |
57
- | `name` | string | Yes | A unique name for the agent. Must be a valid slug (lowercase letters, numbers, hyphens, and underscores only). |
58
- | `agent_card_url` | string | Yes | The URL to the agent's A2A card endpoint. |
59
- | `auth` | object | No | Authentication configuration. See [Authentication](#authentication). |
54
+ | Field | Type | Required | Description |
55
+ | :---------------- | :----- | :------- | :------------------------------------------------------------------------------------------------------------- |
56
+ | `kind` | string | Yes | Must be `remote`. |
57
+ | `name` | string | Yes | A unique name for the agent. Must be a valid slug (lowercase letters, numbers, hyphens, and underscores only). |
58
+ | `agent_card_url` | string | Yes\* | The URL to the agent's A2A card endpoint. Required if `agent_card_json` is not provided. |
59
+ | `agent_card_json` | string | Yes\* | The inline JSON string of the agent's A2A card. Required if `agent_card_url` is not provided. |
60
+ | `auth` | object | No | Authentication configuration. See [Authentication](#authentication). |
60
61
 
61
62
  ### Single-subagent example
62
63
 
@@ -88,6 +89,95 @@ Markdown file.
88
89
  > [!NOTE] Mixed local and remote agents, or multiple local agents, are not
89
90
  > supported in a single file; the list format is currently remote-only.
90
91
 
92
+ ### Inline Agent Card JSON
93
+
94
+ <details>
95
+ <summary>View formatting options for JSON strings</summary>
96
+
97
+ If you don't have an endpoint serving the agent card, you can provide the A2A
98
+ card directly as a JSON string using `agent_card_json`.
99
+
100
+ When providing a JSON string in YAML, you must properly format it as a string
101
+ scalar. You can use single quotes, a block scalar, or double quotes (which
102
+ require escaping internal double quotes).
103
+
104
+ #### Using single quotes
105
+
106
+ Single quotes allow you to embed unescaped double quotes inside the JSON string.
107
+ This format is useful for shorter, single-line JSON strings.
108
+
109
+ ```markdown
110
+ ---
111
+ kind: remote
112
+ name: single-quotes-agent
113
+ agent_card_json:
114
+ '{ "protocolVersion": "0.3.0", "name": "Example Agent", "version": "1.0.0",
115
+ "url": "dummy-url" }'
116
+ ---
117
+ ```
118
+
119
+ #### Using a block scalar
120
+
121
+ The literal block scalar (`|`) preserves line breaks and is highly recommended
122
+ for multiline JSON strings as it avoids quote escaping entirely. The following
123
+ is a complete, valid Agent Card configuration using dummy values.
124
+
125
+ ```markdown
126
+ ---
127
+ kind: remote
128
+ name: block-scalar-agent
129
+ agent_card_json: |
130
+ {
131
+ "protocolVersion": "0.3.0",
132
+ "name": "Example Agent Name",
133
+ "description": "An example agent description for documentation purposes.",
134
+ "version": "1.0.0",
135
+ "url": "dummy-url",
136
+ "preferredTransport": "HTTP+JSON",
137
+ "capabilities": {
138
+ "streaming": true,
139
+ "extendedAgentCard": false
140
+ },
141
+ "defaultInputModes": [
142
+ "text/plain"
143
+ ],
144
+ "defaultOutputModes": [
145
+ "application/json"
146
+ ],
147
+ "skills": [
148
+ {
149
+ "id": "ExampleSkill",
150
+ "name": "Example Skill Assistant",
151
+ "description": "A description of what this example skill does.",
152
+ "tags": [
153
+ "example-tag"
154
+ ],
155
+ "examples": [
156
+ "Show me an example."
157
+ ]
158
+ }
159
+ ]
160
+ }
161
+ ---
162
+ ```
163
+
164
+ #### Using double quotes
165
+
166
+ Double quotes are also supported, but any internal double quotes in your JSON
167
+ must be escaped with a backslash.
168
+
169
+ ```markdown
170
+ ---
171
+ kind: remote
172
+ name: double-quotes-agent
173
+ agent_card_json:
174
+ '{ "protocolVersion": "0.3.0", "name": "Example Agent", "version": "1.0.0",
175
+ "url": "dummy-url" }'
176
+ ---
177
+ ```
178
+
179
+ </details>
180
+
91
181
  ## Authentication
92
182
 
93
183
  Many remote agents require authentication. Gemini CLI supports several
package/bundle/gemini.js CHANGED
@@ -67,7 +67,7 @@ import {
67
67
  updateAllUpdatableExtensions,
68
68
  updateExtension,
69
69
  validateAuthMethod
70
- } from "./chunk-Y5DDI4MA.js";
70
+ } from "./chunk-UOIPVPAN.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-2RPVSGOE.js";
156
+ } from "./chunk-Z65JXKXO.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.3" ?? customImage ?? packageJson?.config?.sandboxImageUri;
7248
+ const image = process.env["GEMINI_SANDBOX_IMAGE"] ?? "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.36.0-preview.5" ?? 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-SBQKROJQ.js");
9524
+ const { setupInitialActivityLogger } = await import("./devtoolsService-S23HMHOP.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-FJD2UDE7.js");
13977
+ const { startInteractiveUI: doStartUI } = await import("./interactiveCli-NDBO5LFJ.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-SBQKROJQ.js");
14173
+ const { setupInitialActivityLogger } = await import("./devtoolsService-S23HMHOP.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-PDS477H6.js";
184
+ } from "./chunk-JVWUC5YF.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-FACTELEP.js";
293
+ } from "./chunk-GXKW2PIT.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-VZGEDJ2H.js");
48369
+ const { toggleDevToolsPanel } = await import("./devtoolsService-XJE4SD6Y.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-Y5DDI4MA.js";
184
+ } from "./chunk-UOIPVPAN.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-2RPVSGOE.js";
303
+ } from "./chunk-Z65JXKXO.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-SBQKROJQ.js");
48386
+ const { toggleDevToolsPanel } = await import("./devtoolsService-S23HMHOP.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-OVFZ4PPB.js";
184
+ } from "./chunk-QT5UMCOV.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-FJHYKR2O.js";
303
+ } from "./chunk-3TVPPX4I.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-Q3IGIXA7.js");
48386
+ const { toggleDevToolsPanel } = await import("./devtoolsService-H6BMMMDD.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-SE7S5EFV.js";
184
+ } from "./chunk-73XBEEKU.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-4ZPLYY3L.js";
303
+ } from "./chunk-RPB34XBS.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-F3X4NCW2.js");
48386
+ const { toggleDevToolsPanel } = await import("./devtoolsService-LJ5G2C2N.js");
48387
48387
  await toggleDevToolsPanel(
48388
48388
  config,
48389
48389
  showErrorDetails,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google/gemini-cli-devtools",
3
- "version": "0.36.0-preview.3",
3
+ "version": "0.36.0-preview.5",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -11,7 +11,7 @@ import {
11
11
  openBrowserSecurely,
12
12
  refreshAccessToken,
13
13
  startCallbackServer
14
- } from "./chunk-FACTELEP.js";
14
+ } from "./chunk-GXKW2PIT.js";
15
15
  import {
16
16
  FatalCancellationError,
17
17
  Storage,
@@ -11,7 +11,7 @@ import {
11
11
  openBrowserSecurely,
12
12
  refreshAccessToken,
13
13
  startCallbackServer
14
- } from "./chunk-FJHYKR2O.js";
14
+ } from "./chunk-Z65JXKXO.js";
15
15
  import {
16
16
  FatalCancellationError,
17
17
  Storage,
@@ -11,7 +11,7 @@ import {
11
11
  openBrowserSecurely,
12
12
  refreshAccessToken,
13
13
  startCallbackServer
14
- } from "./chunk-2RPVSGOE.js";
14
+ } from "./chunk-RPB34XBS.js";
15
15
  import {
16
16
  FatalCancellationError,
17
17
  Storage,
@@ -11,7 +11,7 @@ import {
11
11
  openBrowserSecurely,
12
12
  refreshAccessToken,
13
13
  startCallbackServer
14
- } from "./chunk-4ZPLYY3L.js";
14
+ } from "./chunk-3TVPPX4I.js";
15
15
  import {
16
16
  FatalCancellationError,
17
17
  Storage,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google/gemini-cli",
3
- "version": "0.36.0-preview.3",
3
+ "version": "0.36.0-preview.5",
4
4
  "description": "Gemini CLI",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {