@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.
- package/bundle/{chunk-UTDAP6W7.js → chunk-7DZN7VCC.js} +3 -3
- package/bundle/{chunk-ZN2B66X6.js → chunk-AQRXALHQ.js} +71 -59
- package/bundle/{chunk-UIKF2OKQ.js → chunk-EA775AOR.js} +36 -28
- package/bundle/{chunk-UKTSS4BC.js → chunk-GOUPAQ35.js} +6150 -11466
- package/bundle/chunk-IWSCP2GY.js +358524 -0
- package/bundle/chunk-Q7CZZHO7.js +85174 -0
- package/bundle/{chunk-A5WACHT3.js → chunk-X5TOY4FB.js} +36 -28
- package/bundle/{chunk-E3PKFKX6.js → chunk-YZOILRC2.js} +3 -3
- package/bundle/{core-3K4DOF2Q.js → core-RAI2NPSI.js} +1 -1
- package/bundle/{devtoolsService-7O5W72JB.js → devtoolsService-2DD6XOE6.js} +2 -2
- package/bundle/{devtoolsService-6WC7CXEJ.js → devtoolsService-2KNLVOTR.js} +5 -4
- package/bundle/{devtoolsService-4VP27OSR.js → devtoolsService-5IYWINEO.js} +2 -2
- package/bundle/devtoolsService-KBOQNX7Y.js +871 -0
- package/bundle/{dist-3YVD622R.js → dist-652RQ5SX.js} +1 -1
- package/bundle/{core-TF7HWCEH.js → dist-AXNLUOHP.js} +2 -2
- package/bundle/dist-O2DUQDKJ.js +1962 -0
- package/bundle/docs/cli/plan-mode.md +4 -0
- package/bundle/gemini.js +7 -7
- package/bundle/{interactiveCli-JYMN562N.js → interactiveCli-4OZNCCB5.js} +5 -5
- package/bundle/{interactiveCli-RKW6AY7S.js → interactiveCli-DVI6R3HR.js} +272 -255
- package/bundle/{interactiveCli-PTUYCBMF.js → interactiveCli-SMQ2327G.js} +5 -5
- package/bundle/interactiveCli-XAEPLVZH.js +49974 -0
- package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
- package/bundle/{oauth2-provider-NANAQOXS.js → oauth2-provider-57L67BI2.js} +1 -1
- package/bundle/{oauth2-provider-UZQMUGRV.js → oauth2-provider-7RYRHEEW.js} +39 -73
- package/bundle/oauth2-provider-GBEUTNFH.js +237 -0
- package/bundle/{oauth2-provider-EG32OGVI.js → oauth2-provider-YDLJAMOY.js} +1 -1
- package/package.json +1 -1
|
@@ -188,7 +188,7 @@ import {
|
|
|
188
188
|
widestLineFromStyledChars,
|
|
189
189
|
wordBreakStyledChars,
|
|
190
190
|
wrapStyledChars
|
|
191
|
-
} from "./chunk-
|
|
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-
|
|
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
|
-
|
|
28900
|
+
!!tool.description && " "
|
|
28901
28901
|
] }),
|
|
28902
|
-
|
|
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-
|
|
49009
|
+
const { toggleDevToolsPanel } = await import("./devtoolsService-5IYWINEO.js");
|
|
49010
49010
|
await toggleDevToolsPanel(
|
|
49011
49011
|
config,
|
|
49012
49012
|
showErrorDetails,
|