@google/gemini-cli 0.37.0 → 0.37.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-LP2WYGS4.js → chunk-4UMQLF27.js} +4 -4
- package/bundle/{chunk-2LDNSLWJ.js → chunk-6JWICRU7.js} +4 -4
- package/bundle/{chunk-4FL34AF3.js → chunk-FAE26AOD.js} +4 -4
- package/bundle/{chunk-JCJR4TJP.js → chunk-FNPZEX27.js} +4 -4
- package/bundle/{chunk-HPS5HLVY.js → chunk-MUTEY5LE.js} +5867 -11023
- package/bundle/chunk-PE2NGK4O.js +356418 -0
- package/bundle/{chunk-ZYD45INQ.js → chunk-XDYYZLVW.js} +72 -60
- package/bundle/chunk-ZCQAWKMD.js +98376 -0
- package/bundle/{core-7MVFLCVM.js → core-2SK7SRNF.js} +1 -1
- package/bundle/{devtoolsService-QN6DTOQ4.js → devtoolsService-7WYJNYOV.js} +2 -2
- package/bundle/{devtoolsService-QPXA3DYV.js → devtoolsService-FWKCOXYX.js} +5 -4
- package/bundle/devtoolsService-URDW7HBF.js +871 -0
- package/bundle/{devtoolsService-QQAGVUAL.js → devtoolsService-Y5A3EDJE.js} +2 -2
- package/bundle/{dist-OPAGMUAE.js → dist-GLIAC2IL.js} +1 -1
- package/bundle/{core-IAVFIQIJ.js → dist-TS22EKCG.js} +2 -2
- package/bundle/dist-Z2S5IB4B.js +1942 -0
- package/bundle/gemini.js +89 -7
- package/bundle/{interactiveCli-QUKUV3RI.js → interactiveCli-GCAC6FV6.js} +5 -5
- package/bundle/{interactiveCli-UE3SKHMT.js → interactiveCli-GX2NUXEE.js} +266 -249
- package/bundle/{interactiveCli-3PZKICTV.js → interactiveCli-IJTLUX4D.js} +5 -5
- package/bundle/interactiveCli-X4RY42N6.js +50355 -0
- package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
- package/bundle/{oauth2-provider-NGPDVZHB.js → oauth2-provider-4TA2ENGZ.js} +1 -1
- package/bundle/{oauth2-provider-5PPDZYRY.js → oauth2-provider-TPB4LTUP.js} +39 -73
- package/bundle/oauth2-provider-YEU6QEFO.js +237 -0
- package/bundle/{oauth2-provider-4KPORHHZ.js → oauth2-provider-YVD7LHOL.js} +1 -1
- package/package.json +1 -1
|
@@ -154,8 +154,8 @@ import {
|
|
|
154
154
|
shouldSwitchTheme,
|
|
155
155
|
stringWidth,
|
|
156
156
|
stripUnsafeCharacters,
|
|
157
|
-
styledCharsToString,
|
|
158
157
|
styledCharsWidth,
|
|
158
|
+
styledLineToString,
|
|
159
159
|
terminalCapabilityManager,
|
|
160
160
|
theme,
|
|
161
161
|
themeManager,
|
|
@@ -186,7 +186,7 @@ import {
|
|
|
186
186
|
widestLineFromStyledChars,
|
|
187
187
|
wordBreakStyledChars,
|
|
188
188
|
wrapStyledChars
|
|
189
|
-
} from "./chunk-
|
|
189
|
+
} from "./chunk-FAE26AOD.js";
|
|
190
190
|
import {
|
|
191
191
|
ApiKeyUpdatedEvent,
|
|
192
192
|
AsyncFzf,
|
|
@@ -296,7 +296,7 @@ import {
|
|
|
296
296
|
validatePlanContent,
|
|
297
297
|
validatePlanPath,
|
|
298
298
|
writeToStdout
|
|
299
|
-
} from "./chunk-
|
|
299
|
+
} from "./chunk-6JWICRU7.js";
|
|
300
300
|
import {
|
|
301
301
|
ACTIVATE_SKILL_TOOL_NAME,
|
|
302
302
|
ChangeAuthRequestedError,
|
|
@@ -19982,7 +19982,7 @@ var TableRenderer = ({
|
|
|
19982
19982
|
maxLineWidth
|
|
19983
19983
|
);
|
|
19984
19984
|
const lines = wrappedStyledLines.map((line) => ({
|
|
19985
|
-
text:
|
|
19985
|
+
text: styledLineToString(line),
|
|
19986
19986
|
width: styledCharsWidth(line)
|
|
19987
19987
|
}));
|
|
19988
19988
|
rowResult.push(lines);
|
|
@@ -49389,7 +49389,7 @@ ${queuedText}` : queuedText;
|
|
|
49389
49389
|
if (keyMatchers["app.showErrorDetails" /* SHOW_ERROR_DETAILS */](key)) {
|
|
49390
49390
|
if (settings.merged.general.devtools) {
|
|
49391
49391
|
void (async () => {
|
|
49392
|
-
const { toggleDevToolsPanel } = await import("./devtoolsService-
|
|
49392
|
+
const { toggleDevToolsPanel } = await import("./devtoolsService-Y5A3EDJE.js");
|
|
49393
49393
|
await toggleDevToolsPanel(
|
|
49394
49394
|
config,
|
|
49395
49395
|
showErrorDetails,
|