@google/gemini-cli 0.39.0-preview.1 → 0.39.0
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-7SQF544H.js → chunk-3YUTTNJ7.js} +23 -10
- package/bundle/{chunk-EZUZYRLG.js → chunk-5GTZHSZV.js} +4 -4
- package/bundle/{chunk-TULI5SFB.js → chunk-6NW5RNNH.js} +60 -72
- package/bundle/{chunk-MJR464GS.js → chunk-BL3XXS2L.js} +1 -1
- package/bundle/{chunk-D5PDFQWX.js → chunk-LUWQB4AS.js} +1 -1
- package/bundle/{chunk-OXN7IRB7.js → chunk-NWD4JYMB.js} +4 -4
- package/bundle/{chunk-P2IAFIFP.js → chunk-RTKRL6Y5.js} +11687 -6242
- package/bundle/{chunk-IP2YTTJH.js → chunk-UQGLVPZQ.js} +24 -10
- package/bundle/{chunk-OS555R2T.js → chunk-YYY7NKKR.js} +2 -2
- package/bundle/{cleanup-T6HLM5JP.js → cleanup-3LELZME2.js} +2 -2
- package/bundle/{cleanup-C647TEIA.js → cleanup-JJEXOHOA.js} +2 -2
- package/bundle/{cleanup-CZSIFJCD.js → cleanup-TTGHQXQN.js} +3 -3
- package/bundle/{core-IZKTELTX.js → core-LKKLDF4Z.js} +1 -1
- package/bundle/{dist-OST42PZR.js → core-Z2SYVMM5.js} +2 -2
- package/bundle/{devtoolsService-OEBSPLJN.js → devtoolsService-H64VB4IA.js} +2 -2
- package/bundle/{devtoolsService-GHSBU5R5.js → devtoolsService-L5LFSMIR.js} +2 -2
- package/bundle/{devtoolsService-2ROQ6LME.js → devtoolsService-UQCUIXV5.js} +4 -5
- package/bundle/{dist-ADH7BOBF.js → dist-FWHS5IHN.js} +1 -1
- package/bundle/{gemini-6BFSWN53.js → gemini-BI2PCDUT.js} +8 -8
- package/bundle/{gemini-GUA6PG6F.js → gemini-CMXEUOSI.js} +169 -184
- package/bundle/{gemini-IENVNLLQ.js → gemini-YNLABPKW.js} +8 -8
- package/bundle/gemini.js +3 -3
- package/bundle/{interactiveCli-FCDJTVQ3.js → interactiveCli-C46TDPVW.js} +4 -4
- package/bundle/{interactiveCli-P3PFIHWL.js → interactiveCli-LXXBYVNU.js} +258 -275
- package/bundle/{interactiveCli-FMNSXXHR.js → interactiveCli-P35Q3KZ2.js} +4 -4
- package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
- package/bundle/{oauth2-provider-6TB4NGWJ.js → oauth2-provider-7ZDLUOSM.js} +1 -1
- package/bundle/{oauth2-provider-AUIG7Q6O.js → oauth2-provider-CRWFOXYR.js} +1 -1
- package/bundle/{oauth2-provider-IXDXXQ6U.js → oauth2-provider-FEM5AIRT.js} +73 -39
- package/package.json +1 -1
- package/bundle/chunk-F2GDXAAF.js +0 -360274
- package/bundle/chunk-QHUP5MEL.js +0 -156
- package/bundle/chunk-WHPMO3WR.js +0 -101702
- package/bundle/cleanup-MYBJ6ZHP.js +0 -33
- package/bundle/devtoolsService-CR2UJLLC.js +0 -871
- package/bundle/dist-ZMA73RD7.js +0 -2010
- package/bundle/gemini-HENMLXDS.js +0 -15321
- package/bundle/interactiveCli-SEQ7RLOB.js +0 -34493
- package/bundle/oauth2-provider-UF547EKT.js +0 -237
|
@@ -1,33 +0,0 @@
|
|
|
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 {
|
|
3
|
-
cleanupCheckpoints,
|
|
4
|
-
registerCleanup,
|
|
5
|
-
registerSyncCleanup,
|
|
6
|
-
registerTelemetryConfig,
|
|
7
|
-
removeCleanup,
|
|
8
|
-
removeSyncCleanup,
|
|
9
|
-
resetCleanupForTesting,
|
|
10
|
-
runExitCleanup,
|
|
11
|
-
runSyncCleanup,
|
|
12
|
-
setupSignalHandlers,
|
|
13
|
-
setupTtyCheck
|
|
14
|
-
} from "./chunk-OS555R2T.js";
|
|
15
|
-
import "./chunk-P2IAFIFP.js";
|
|
16
|
-
import "./chunk-67TFD6HC.js";
|
|
17
|
-
import "./chunk-664ZODQF.js";
|
|
18
|
-
import "./chunk-RJTRUG2J.js";
|
|
19
|
-
import "./chunk-IUUIT4SU.js";
|
|
20
|
-
import "./chunk-34MYV7JD.js";
|
|
21
|
-
export {
|
|
22
|
-
cleanupCheckpoints,
|
|
23
|
-
registerCleanup,
|
|
24
|
-
registerSyncCleanup,
|
|
25
|
-
registerTelemetryConfig,
|
|
26
|
-
removeCleanup,
|
|
27
|
-
removeSyncCleanup,
|
|
28
|
-
resetCleanupForTesting,
|
|
29
|
-
runExitCleanup,
|
|
30
|
-
runSyncCleanup,
|
|
31
|
-
setupSignalHandlers,
|
|
32
|
-
setupTtyCheck
|
|
33
|
-
};
|