@google/gemini-cli 0.9.0-nightly.20251007.4f53919a → 0.9.0-preview.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/dist/package.json +8 -2
- package/dist/src/commands/extensions/examples/context/gemini-extension.json +1 -2
- package/dist/src/commands/extensions/install.d.ts +1 -2
- package/dist/src/commands/extensions/install.js +27 -34
- package/dist/src/commands/extensions/install.js.map +1 -1
- package/dist/src/commands/extensions/install.test.js +13 -22
- package/dist/src/commands/extensions/install.test.js.map +1 -1
- package/dist/src/commands/extensions/new.js +22 -7
- package/dist/src/commands/extensions/new.js.map +1 -1
- package/dist/src/commands/extensions/new.test.js +10 -4
- package/dist/src/commands/extensions/new.test.js.map +1 -1
- package/dist/src/config/extensions/github.d.ts +1 -0
- package/dist/src/config/extensions/github.js +9 -16
- package/dist/src/config/extensions/github.js.map +1 -1
- package/dist/src/config/extensions/github.test.js +64 -1
- package/dist/src/config/extensions/github.test.js.map +1 -1
- package/dist/src/config/keyBindings.js +1 -1
- package/dist/src/config/keyBindings.js.map +1 -1
- package/dist/src/generated/git-commit.d.ts +2 -2
- package/dist/src/generated/git-commit.js +2 -2
- package/dist/src/generated/git-commit.js.map +1 -1
- package/dist/src/services/BuiltinCommandLoader.js +3 -0
- package/dist/src/services/BuiltinCommandLoader.js.map +1 -1
- package/dist/src/services/BuiltinCommandLoader.test.js +37 -0
- package/dist/src/services/BuiltinCommandLoader.test.js.map +1 -1
- package/dist/src/ui/AppContainer.js +6 -0
- package/dist/src/ui/AppContainer.js.map +1 -1
- package/dist/src/ui/auth/AuthInProgress.js +2 -2
- package/dist/src/ui/auth/AuthInProgress.js.map +1 -1
- package/dist/src/ui/commands/profileCommand.d.ts +7 -0
- package/dist/src/ui/commands/profileCommand.js +23 -0
- package/dist/src/ui/commands/profileCommand.js.map +1 -0
- package/dist/src/ui/commands/types.d.ts +1 -0
- package/dist/src/ui/commands/types.js.map +1 -1
- package/dist/src/ui/components/CliSpinner.d.ts +10 -0
- package/dist/src/ui/components/CliSpinner.js +20 -0
- package/dist/src/ui/components/CliSpinner.js.map +1 -0
- package/dist/src/ui/components/DebugProfiler.d.ts +15 -0
- package/dist/src/ui/components/DebugProfiler.js +136 -12
- package/dist/src/ui/components/DebugProfiler.js.map +1 -1
- package/dist/src/ui/components/DebugProfiler.test.d.ts +6 -0
- package/dist/src/ui/components/DebugProfiler.test.js +131 -0
- package/dist/src/ui/components/DebugProfiler.test.js.map +1 -0
- package/dist/src/ui/components/FolderTrustDialog.test.js +2 -2
- package/dist/src/ui/components/FolderTrustDialog.test.js.map +1 -1
- package/dist/src/ui/components/Footer.js +3 -1
- package/dist/src/ui/components/Footer.js.map +1 -1
- package/dist/src/ui/components/GeminiRespondingSpinner.js +2 -2
- package/dist/src/ui/components/GeminiRespondingSpinner.js.map +1 -1
- package/dist/src/ui/components/messages/CompressionMessage.js +2 -2
- package/dist/src/ui/components/messages/CompressionMessage.js.map +1 -1
- package/dist/src/ui/contexts/UIStateContext.d.ts +1 -0
- package/dist/src/ui/contexts/UIStateContext.js.map +1 -1
- package/dist/src/ui/hooks/slashCommandProcessor.d.ts +1 -0
- package/dist/src/ui/hooks/slashCommandProcessor.js +1 -0
- package/dist/src/ui/hooks/slashCommandProcessor.js.map +1 -1
- package/dist/src/ui/noninteractive/nonInteractiveUi.js +1 -0
- package/dist/src/ui/noninteractive/nonInteractiveUi.js.map +1 -1
- package/dist/src/utils/installationInfo.d.ts +1 -0
- package/dist/src/utils/installationInfo.js +2 -0
- package/dist/src/utils/installationInfo.js.map +1 -1
- package/dist/src/zed-integration/schema.d.ts +18 -18
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@google/gemini-cli",
|
|
3
|
-
"version": "0.9.0-
|
|
3
|
+
"version": "0.9.0-preview.0",
|
|
4
4
|
"description": "Gemini CLI",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
27
|
"config": {
|
|
28
|
-
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.9.0-
|
|
28
|
+
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.9.0-preview.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@google/gemini-cli-core": "0.9.0-
|
|
31
|
+
"@google/gemini-cli-core": "0.9.0-preview.0",
|
|
32
32
|
"@google/genai": "1.16.0",
|
|
33
33
|
"@iarna/toml": "^2.2.5",
|
|
34
34
|
"@modelcontextprotocol/sdk": "^1.15.1",
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
"comment-json": "^4.2.5",
|
|
39
39
|
"diff": "^7.0.0",
|
|
40
40
|
"dotenv": "^17.1.0",
|
|
41
|
+
"extract-zip": "^2.0.1",
|
|
41
42
|
"fzf": "^0.5.2",
|
|
42
43
|
"glob": "^10.4.5",
|
|
43
44
|
"highlight.js": "^11.11.1",
|
|
@@ -45,6 +46,7 @@
|
|
|
45
46
|
"ink-gradient": "^3.0.0",
|
|
46
47
|
"ink-spinner": "^5.0.0",
|
|
47
48
|
"lowlight": "^3.3.0",
|
|
49
|
+
"mnemonist": "^0.40.3",
|
|
48
50
|
"open": "^10.1.2",
|
|
49
51
|
"react": "^19.1.0",
|
|
50
52
|
"read-package-up": "^11.0.0",
|
|
@@ -53,6 +55,7 @@
|
|
|
53
55
|
"string-width": "^7.1.0",
|
|
54
56
|
"strip-ansi": "^7.1.0",
|
|
55
57
|
"strip-json-comments": "^3.1.1",
|
|
58
|
+
"tar": "^7.5.1",
|
|
56
59
|
"undici": "^7.10.0",
|
|
57
60
|
"update-notifier": "^7.3.1",
|
|
58
61
|
"wrap-ansi": "9.0.2",
|
|
@@ -63,6 +66,7 @@
|
|
|
63
66
|
"@babel/runtime": "^7.27.6",
|
|
64
67
|
"@google/gemini-cli-test-utils": "file:../test-utils",
|
|
65
68
|
"@testing-library/react": "^16.3.0",
|
|
69
|
+
"@types/archiver": "^6.0.3",
|
|
66
70
|
"@types/command-exists": "^1.2.3",
|
|
67
71
|
"@types/diff": "^7.0.2",
|
|
68
72
|
"@types/dotenv": "^6.1.1",
|
|
@@ -71,7 +75,9 @@
|
|
|
71
75
|
"@types/react-dom": "^19.1.6",
|
|
72
76
|
"@types/semver": "^7.7.0",
|
|
73
77
|
"@types/shell-quote": "^1.7.5",
|
|
78
|
+
"@types/tar": "^6.1.13",
|
|
74
79
|
"@types/yargs": "^17.0.32",
|
|
80
|
+
"archiver": "^7.0.1",
|
|
75
81
|
"ink-testing-library": "^4.0.0",
|
|
76
82
|
"jsdom": "^26.1.0",
|
|
77
83
|
"pretty-format": "^30.0.2",
|