@google/gemini-cli 0.38.0 → 0.38.2

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-UTDAP6W7.js → chunk-7DZN7VCC.js} +3 -3
  2. package/bundle/{chunk-ZN2B66X6.js → chunk-AQRXALHQ.js} +71 -59
  3. package/bundle/{chunk-UIKF2OKQ.js → chunk-EA775AOR.js} +36 -28
  4. package/bundle/{chunk-UKTSS4BC.js → chunk-GOUPAQ35.js} +6150 -11466
  5. package/bundle/chunk-IWSCP2GY.js +358524 -0
  6. package/bundle/chunk-Q7CZZHO7.js +85174 -0
  7. package/bundle/{chunk-A5WACHT3.js → chunk-X5TOY4FB.js} +36 -28
  8. package/bundle/{chunk-E3PKFKX6.js → chunk-YZOILRC2.js} +3 -3
  9. package/bundle/{core-3K4DOF2Q.js → core-RAI2NPSI.js} +1 -1
  10. package/bundle/{devtoolsService-7O5W72JB.js → devtoolsService-2DD6XOE6.js} +2 -2
  11. package/bundle/{devtoolsService-6WC7CXEJ.js → devtoolsService-2KNLVOTR.js} +5 -4
  12. package/bundle/{devtoolsService-4VP27OSR.js → devtoolsService-5IYWINEO.js} +2 -2
  13. package/bundle/devtoolsService-KBOQNX7Y.js +871 -0
  14. package/bundle/{dist-3YVD622R.js → dist-652RQ5SX.js} +1 -1
  15. package/bundle/{core-TF7HWCEH.js → dist-AXNLUOHP.js} +2 -2
  16. package/bundle/dist-O2DUQDKJ.js +1962 -0
  17. package/bundle/docs/cli/plan-mode.md +4 -0
  18. package/bundle/gemini.js +7 -7
  19. package/bundle/{interactiveCli-JYMN562N.js → interactiveCli-4OZNCCB5.js} +5 -5
  20. package/bundle/{interactiveCli-RKW6AY7S.js → interactiveCli-DVI6R3HR.js} +272 -255
  21. package/bundle/{interactiveCli-PTUYCBMF.js → interactiveCli-SMQ2327G.js} +5 -5
  22. package/bundle/interactiveCli-XAEPLVZH.js +49974 -0
  23. package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
  24. package/bundle/{oauth2-provider-NANAQOXS.js → oauth2-provider-57L67BI2.js} +1 -1
  25. package/bundle/{oauth2-provider-UZQMUGRV.js → oauth2-provider-7RYRHEEW.js} +39 -73
  26. package/bundle/oauth2-provider-GBEUTNFH.js +237 -0
  27. package/bundle/{oauth2-provider-EG32OGVI.js → oauth2-provider-YDLJAMOY.js} +1 -1
  28. package/package.json +1 -1
@@ -188,7 +188,7 @@ import {
188
188
  widestLineFromStyledChars,
189
189
  wordBreakStyledChars,
190
190
  wrapStyledChars
191
- } from "./chunk-ZN2B66X6.js";
191
+ } from "./chunk-YZOILRC2.js";
192
192
  import {
193
193
  ApiKeyUpdatedEvent,
194
194
  AsyncFzf,
@@ -299,7 +299,7 @@ import {
299
299
  validatePlanContent,
300
300
  validatePlanPath,
301
301
  writeToStdout
302
- } from "./chunk-UKTSS4BC.js";
302
+ } from "./chunk-X5TOY4FB.js";
303
303
  import {
304
304
  ACTIVATE_SKILL_TOOL_NAME,
305
305
  ChangeAuthRequestedError,
@@ -28897,9 +28897,9 @@ var ToolConfirmationQueue = ({
28897
28897
  /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(Text, { color: theme.status.warning, bold: true, children: [
28898
28898
  "? ",
28899
28899
  toolLabel,
28900
- !isEdit && !!tool.description && " "
28900
+ !!tool.description && " "
28901
28901
  ] }),
28902
- !isEdit && !!tool.description && /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Box_default, { flexShrink: 1, overflow: "hidden", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Text, { color: theme.text.primary, wrap: "truncate-end", children: tool.description }) })
28902
+ !!tool.description && /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Box_default, { flexShrink: 1, overflow: "hidden", children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(Text, { color: theme.text.primary, wrap: "truncate-end", children: tool.description }) })
28903
28903
  ] }),
28904
28904
  total > 1 && /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(Text, { color: theme.text.secondary, children: [
28905
28905
  index,
@@ -49006,7 +49006,7 @@ ${queuedText}` : queuedText;
49006
49006
  if (keyMatchers["app.showErrorDetails" /* SHOW_ERROR_DETAILS */](key)) {
49007
49007
  if (settings.merged.general.devtools) {
49008
49008
  void (async () => {
49009
- const { toggleDevToolsPanel } = await import("./devtoolsService-6WC7CXEJ.js");
49009
+ const { toggleDevToolsPanel } = await import("./devtoolsService-5IYWINEO.js");
49010
49010
  await toggleDevToolsPanel(
49011
49011
  config,
49012
49012
  showErrorDetails,