@google/gemini-cli 0.36.0 → 0.37.0-preview.1
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-UNM3DGTG.js → chunk-33B2YA3V.js} +711 -240
- package/bundle/{chunk-2OFO4ODK.js → chunk-43UUP7VO.js} +6717 -4203
- package/bundle/{chunk-MYI75E6G.js → chunk-5OOT636U.js} +262 -92
- package/bundle/{chunk-GHJNEZXJ.js → chunk-BLL44IGV.js} +777 -294
- package/bundle/{chunk-S2IQOR7T.js → chunk-JS5WSGB2.js} +243 -88
- package/bundle/{chunk-QVTX2M5J.js → chunk-PPWUMHZT.js} +6355 -4117
- package/bundle/chunk-TSSVZ7RZ.js +98376 -0
- package/bundle/chunk-U4FACSVX.js +30 -0
- package/bundle/{chunk-VB55KQW3.js → chunk-VSXV53B7.js} +11735 -14377
- package/bundle/{chunk-EAXTBDLN.js → chunk-WZB27TDF.js} +711 -240
- package/bundle/chunk-ZB4UQCX5.js +356418 -0
- package/bundle/{core-6V2OYDRU.js → core-RMRIZ3E5.js} +60 -4
- package/bundle/{devtoolsService-ZKU2HLK2.js → devtoolsService-2ULAA43E.js} +20 -3
- package/bundle/{devtoolsService-UL6JE436.js → devtoolsService-AWVCG2N2.js} +22 -4
- package/bundle/devtoolsService-IWSTJYRB.js +871 -0
- package/bundle/{devtoolsService-QTW7GHQP.js → devtoolsService-SZYXXACN.js} +20 -3
- package/bundle/{core-BMLL5RF4.js → dist-4FKFY6XB.js} +60 -4
- package/bundle/{dist-PYC2JXAJ.js → dist-PRDBNGX2.js} +60 -4
- package/bundle/dist-TCCEQJDV.js +1942 -0
- package/bundle/docs/CONTRIBUTING.md +10 -7
- package/bundle/docs/assets/theme-tokyonight-dark.png +0 -0
- package/bundle/docs/changelogs/index.md +24 -0
- package/bundle/docs/changelogs/latest.md +366 -459
- package/bundle/docs/changelogs/preview.md +362 -356
- package/bundle/docs/cli/acp-mode.md +126 -0
- package/bundle/docs/cli/cli-reference.md +1 -1
- package/bundle/docs/cli/notifications.md +5 -5
- package/bundle/docs/cli/plan-mode.md +22 -11
- package/bundle/docs/cli/sandbox.md +1 -1
- package/bundle/docs/cli/settings.md +14 -13
- package/bundle/docs/cli/themes.md +5 -0
- package/bundle/docs/core/index.md +2 -2
- package/bundle/docs/core/subagents.md +134 -23
- package/bundle/docs/get-started/gemini-3.md +1 -1
- package/bundle/docs/get-started/index.md +127 -1
- package/bundle/docs/ide-integration/index.md +99 -24
- package/bundle/docs/index.md +0 -2
- package/bundle/docs/redirects.json +1 -0
- package/bundle/docs/reference/commands.md +1 -3
- package/bundle/docs/reference/configuration.md +182 -91
- package/bundle/docs/reference/keyboard-shortcuts.md +14 -6
- package/bundle/docs/reference/policy-engine.md +36 -31
- package/bundle/docs/reference/tools.md +56 -23
- package/bundle/docs/resources/quota-and-pricing.md +23 -9
- package/bundle/docs/sidebar.json +11 -4
- package/bundle/docs/tools/planning.md +6 -4
- package/bundle/events-CLX3JQHP.js +12 -0
- package/bundle/gemini.js +342 -52
- package/bundle/{interactiveCli-VLQHRXHU.js → interactiveCli-24VGI5NV.js} +5066 -4010
- package/bundle/{interactiveCli-A6HZ2TDO.js → interactiveCli-D2MTTARB.js} +5066 -4010
- package/bundle/{interactiveCli-DWMSDCKV.js → interactiveCli-DX76MWWT.js} +5296 -4223
- package/bundle/interactiveCli-VNDJAKWG.js +50355 -0
- package/bundle/{memoryDiscovery-BQGYT4OD.js → memoryDiscovery-A265O6ML.js} +3 -1
- package/bundle/{memoryDiscovery-FCEPFZ3M.js → memoryDiscovery-H6J7KIH2.js} +3 -1
- package/bundle/node_modules/@google/gemini-cli-devtools/dist/client/main.js +26 -19
- package/bundle/node_modules/@google/gemini-cli-devtools/dist/src/_client-assets.d.ts +1 -1
- package/bundle/node_modules/@google/gemini-cli-devtools/dist/src/_client-assets.js +1 -1
- package/bundle/node_modules/@google/gemini-cli-devtools/dist/src/_client-assets.js.map +1 -1
- package/bundle/node_modules/@google/gemini-cli-devtools/dist/src/index.js +35 -1
- package/bundle/node_modules/@google/gemini-cli-devtools/dist/src/index.js.map +1 -1
- package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
- package/bundle/{oauth2-provider-5ENESIRQ.js → oauth2-provider-FZUTS3SV.js} +2 -2
- package/bundle/{oauth2-provider-CAKFQRQV.js → oauth2-provider-K25DXIWC.js} +2 -2
- package/bundle/{oauth2-provider-RVED6DAZ.js → oauth2-provider-N73M7SQI.js} +39 -73
- package/bundle/oauth2-provider-RMDEEXSP.js +237 -0
- package/bundle/policies/discovered.toml +7 -0
- package/bundle/policies/non-interactive.toml +7 -0
- package/bundle/policies/plan.toml +25 -0
- package/bundle/policies/read-only.toml +6 -0
- package/bundle/policies/sandbox-default.toml +3 -2
- package/bundle/policies/write.toml +21 -0
- package/bundle/policies/yolo.toml +1 -1
- package/package.json +1 -1
- package/bundle/docs/get-started/examples.md +0 -141
|
@@ -323,8 +323,8 @@ fi
|
|
|
323
323
|
|
|
324
324
|
#### Formatting
|
|
325
325
|
|
|
326
|
-
To separately format the code in this project
|
|
327
|
-
|
|
326
|
+
To separately format the code in this project, run the following command from
|
|
327
|
+
the root directory:
|
|
328
328
|
|
|
329
329
|
```bash
|
|
330
330
|
npm run format
|
|
@@ -346,9 +346,11 @@ npm run lint
|
|
|
346
346
|
|
|
347
347
|
- Please adhere to the coding style, patterns, and conventions used throughout
|
|
348
348
|
the existing codebase.
|
|
349
|
-
- Consult
|
|
350
|
-
|
|
351
|
-
|
|
349
|
+
- Consult
|
|
350
|
+
[GEMINI.md](https://github.com/google-gemini/gemini-cli/blob/main/GEMINI.md)
|
|
351
|
+
(typically found in the project root) for specific instructions related to
|
|
352
|
+
AI-assisted development, including conventions for React, comments, and Git
|
|
353
|
+
usage.
|
|
352
354
|
- **Imports:** Pay special attention to import paths. The project uses ESLint to
|
|
353
355
|
enforce restrictions on relative imports between packages.
|
|
354
356
|
|
|
@@ -505,8 +507,9 @@ code.
|
|
|
505
507
|
|
|
506
508
|
### Documentation structure
|
|
507
509
|
|
|
508
|
-
Our documentation is organized using
|
|
509
|
-
|
|
510
|
+
Our documentation is organized using
|
|
511
|
+
[sidebar.json](https://github.com/google-gemini/gemini-cli/blob/main/docs/sidebar.json)
|
|
512
|
+
as the table of contents. When adding new documentation:
|
|
510
513
|
|
|
511
514
|
1. Create your markdown file **in the appropriate directory** under `/docs`.
|
|
512
515
|
2. Add an entry to `sidebar.json` in the relevant section.
|
|
Binary file
|
|
@@ -18,6 +18,30 @@ on GitHub.
|
|
|
18
18
|
| [Preview](preview.md) | Experimental features ready for early feedback. |
|
|
19
19
|
| [Stable](latest.md) | Stable, recommended for general use. |
|
|
20
20
|
|
|
21
|
+
## Announcements: v0.35.0 - 2026-03-24
|
|
22
|
+
|
|
23
|
+
- **Customizable Keyboard Shortcuts:** Users can now customize their keyboard
|
|
24
|
+
shortcuts, including support for literal character keybindings and the
|
|
25
|
+
extended Kitty protocol
|
|
26
|
+
([#21945](https://github.com/google-gemini/gemini-cli/pull/21945),
|
|
27
|
+
[#21972](https://github.com/google-gemini/gemini-cli/pull/21972) by
|
|
28
|
+
@scidomino).
|
|
29
|
+
- **Vim Mode Improvements:** Added missing motions (X, ~, r, f/F/t/T) and
|
|
30
|
+
yank/paste support with the unnamed register
|
|
31
|
+
([#21932](https://github.com/google-gemini/gemini-cli/pull/21932),
|
|
32
|
+
[#22026](https://github.com/google-gemini/gemini-cli/pull/22026) by @aanari).
|
|
33
|
+
- **Tool Isolation and Sandboxing:** Introduced `SandboxManager` to isolate
|
|
34
|
+
process-spawning tools and added Linux bubblewrap/seccomp sandboxing support
|
|
35
|
+
([#21774](https://github.com/google-gemini/gemini-cli/pull/21774),
|
|
36
|
+
[#22231](https://github.com/google-gemini/gemini-cli/pull/22231) by @galz10,
|
|
37
|
+
[#22680](https://github.com/google-gemini/gemini-cli/pull/22680) by
|
|
38
|
+
@DavidAPierce).
|
|
39
|
+
- **JIT Context Discovery:** Implemented Just-In-Time context discovery for file
|
|
40
|
+
system tools to improve model performance and accuracy
|
|
41
|
+
([#22082](https://github.com/google-gemini/gemini-cli/pull/22082),
|
|
42
|
+
[#22736](https://github.com/google-gemini/gemini-cli/pull/22736) by
|
|
43
|
+
@SandyTao520).
|
|
44
|
+
|
|
21
45
|
## Announcements: v0.34.0 - 2026-03-17
|
|
22
46
|
|
|
23
47
|
- **Plan Mode Enabled by Default:** Plan Mode is now enabled by default to help
|