@google/gemini-cli 0.13.0-nightly.20251031.c89bc30d → 0.13.0-nightly.20251101.caf2ca14
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/google-gemini-cli-0.13.0-nightly.20251031.c89bc30d.tgz +0 -0
- package/dist/package.json +8 -10
- package/dist/src/config/extension-manager.js +8 -2
- package/dist/src/config/extension-manager.js.map +1 -1
- package/dist/src/config/extension.test.js +61 -1
- package/dist/src/config/extension.test.js.map +1 -1
- package/dist/src/config/settingsSchema.d.ts +1 -1
- package/dist/src/config/settingsSchema.js +1 -1
- package/dist/src/config/settingsSchema.js.map +1 -1
- package/dist/src/config/trustedFolders.d.ts +1 -1
- package/dist/src/config/trustedFolders.js +4 -2
- package/dist/src/config/trustedFolders.js.map +1 -1
- package/dist/src/gemini.d.ts +1 -1
- package/dist/src/gemini.js +8 -1
- package/dist/src/gemini.js.map +1 -1
- package/dist/src/gemini.test.js +58 -28
- package/dist/src/gemini.test.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/test-utils/render.d.ts +1 -1
- package/dist/src/test-utils/render.js +14 -2
- package/dist/src/test-utils/render.js.map +1 -1
- package/dist/src/ui/components/LoadingIndicator.js +2 -2
- package/dist/src/ui/components/LoadingIndicator.js.map +1 -1
- package/dist/src/ui/components/LoadingIndicator.test.js +1 -1
- package/dist/src/ui/components/LoadingIndicator.test.js.map +1 -1
- package/dist/src/ui/components/LoopDetectionConfirmation.js +1 -1
- package/dist/src/ui/components/LoopDetectionConfirmation.js.map +1 -1
- package/dist/src/ui/components/LoopDetectionConfirmation.test.js +2 -2
- package/dist/src/ui/components/LoopDetectionConfirmation.test.js.map +1 -1
- package/dist/src/ui/components/ModelDialog.js +1 -1
- package/dist/src/ui/components/ModelDialog.js.map +1 -1
- package/dist/src/ui/components/ModelDialog.test.js +1 -1
- package/dist/src/ui/components/ModelDialog.test.js.map +1 -1
- package/dist/src/ui/components/PrepareLabel.test.js +3 -3
- package/dist/src/ui/components/PrepareLabel.test.js.map +1 -1
- package/dist/src/ui/components/ShellConfirmationDialog.js +1 -1
- package/dist/src/ui/components/ShellConfirmationDialog.js.map +1 -1
- package/dist/src/ui/components/ShellConfirmationDialog.test.js +2 -2
- package/dist/src/ui/components/ShellConfirmationDialog.test.js.map +1 -1
- package/dist/src/ui/components/SuggestionsDisplay.js +1 -1
- package/dist/src/ui/components/SuggestionsDisplay.js.map +1 -1
- package/dist/src/ui/contexts/KeypressContext.js +43 -45
- package/dist/src/ui/contexts/KeypressContext.js.map +1 -1
- package/dist/src/ui/contexts/KeypressContext.test.js +4 -0
- package/dist/src/ui/contexts/KeypressContext.test.js.map +1 -1
- package/dist/src/ui/hooks/usePromptCompletion.js +2 -2
- package/dist/src/ui/hooks/usePromptCompletion.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +9 -11
- package/dist/google-gemini-cli-0.13.0-nightly.20251029.cca41edc.tgz +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@google/gemini-cli",
|
|
3
|
-
"version": "0.13.0-nightly.
|
|
3
|
+
"version": "0.13.0-nightly.20251101.caf2ca14",
|
|
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.13.0-nightly.
|
|
28
|
+
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.13.0-nightly.20251101.caf2ca14"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@google/gemini-cli-core": "0.13.0-nightly.
|
|
31
|
+
"@google/gemini-cli-core": "0.13.0-nightly.20251101.caf2ca14",
|
|
32
32
|
"@google/genai": "1.16.0",
|
|
33
33
|
"@iarna/toml": "^2.2.5",
|
|
34
34
|
"@modelcontextprotocol/sdk": "^1.15.1",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"fzf": "^0.5.2",
|
|
43
43
|
"glob": "^10.4.5",
|
|
44
44
|
"highlight.js": "^11.11.1",
|
|
45
|
-
"ink": "
|
|
45
|
+
"ink": "npm:@jrichman/ink@6.4.0",
|
|
46
46
|
"ink-gradient": "^3.0.0",
|
|
47
47
|
"ink-spinner": "^5.0.0",
|
|
48
48
|
"latest-version": "^9.0.0",
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
"mnemonist": "^0.40.3",
|
|
51
51
|
"open": "^10.1.2",
|
|
52
52
|
"prompts": "^2.4.2",
|
|
53
|
-
"react": "^19.
|
|
53
|
+
"react": "^19.2.0",
|
|
54
54
|
"read-package-up": "^11.0.0",
|
|
55
55
|
"shell-quote": "^1.8.3",
|
|
56
56
|
"simple-git": "^3.28.0",
|
|
57
|
-
"string-width": "^
|
|
57
|
+
"string-width": "^8.1.0",
|
|
58
58
|
"strip-ansi": "^7.1.0",
|
|
59
59
|
"strip-json-comments": "^3.1.1",
|
|
60
60
|
"tar": "^7.5.1",
|
|
@@ -66,23 +66,21 @@
|
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@babel/runtime": "^7.27.6",
|
|
68
68
|
"@google/gemini-cli-test-utils": "file:../test-utils",
|
|
69
|
-
"@testing-library/react": "^16.3.0",
|
|
70
69
|
"@types/archiver": "^6.0.3",
|
|
71
70
|
"@types/command-exists": "^1.2.3",
|
|
72
71
|
"@types/diff": "^7.0.2",
|
|
73
72
|
"@types/dotenv": "^6.1.1",
|
|
74
73
|
"@types/node": "^20.11.24",
|
|
75
|
-
"@types/react": "^19.
|
|
76
|
-
"@types/react-dom": "^19.
|
|
74
|
+
"@types/react": "^19.2.0",
|
|
75
|
+
"@types/react-dom": "^19.2.0",
|
|
77
76
|
"@types/semver": "^7.7.0",
|
|
78
77
|
"@types/shell-quote": "^1.7.5",
|
|
79
78
|
"@types/tar": "^6.1.13",
|
|
80
79
|
"@types/yargs": "^17.0.32",
|
|
81
80
|
"archiver": "^7.0.1",
|
|
82
81
|
"ink-testing-library": "^4.0.0",
|
|
83
|
-
"jsdom": "^26.1.0",
|
|
84
82
|
"pretty-format": "^30.0.2",
|
|
85
|
-
"react-dom": "^19.
|
|
83
|
+
"react-dom": "^19.2.0",
|
|
86
84
|
"typescript": "^5.3.3",
|
|
87
85
|
"vitest": "^3.1.1"
|
|
88
86
|
},
|
|
Binary file
|