@google/gemini-cli 0.1.5 → 0.1.6-rc.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/google-gemini-cli-0.1.6-rc.0.tgz +0 -0
- package/dist/package.json +13 -9
- package/dist/src/generated/git-commit.d.ts +1 -1
- package/dist/src/generated/git-commit.js +1 -1
- package/dist/src/ui/App.js +11 -24
- package/dist/src/ui/App.js.map +1 -1
- package/dist/src/ui/components/AboutBox.d.ts +2 -0
- package/dist/src/ui/components/AboutBox.js +1 -1
- package/dist/src/ui/components/AboutBox.js.map +1 -1
- package/dist/src/ui/components/HistoryItemDisplay.js +1 -1
- package/dist/src/ui/components/HistoryItemDisplay.js.map +1 -1
- package/dist/src/ui/components/HistoryItemDisplay.test.js +2 -0
- package/dist/src/ui/components/HistoryItemDisplay.test.js.map +1 -1
- package/dist/src/ui/components/InputPrompt.js +49 -37
- package/dist/src/ui/components/InputPrompt.js.map +1 -1
- package/dist/src/ui/components/shared/MaxSizedBox.js +3 -3
- package/dist/src/ui/components/shared/MaxSizedBox.js.map +1 -1
- package/dist/src/ui/components/shared/text-buffer.d.ts +8 -1
- package/dist/src/ui/components/shared/text-buffer.js +26 -27
- package/dist/src/ui/components/shared/text-buffer.js.map +1 -1
- package/dist/src/ui/contexts/SessionContext.test.js +12 -10
- package/dist/src/ui/contexts/SessionContext.test.js.map +1 -1
- package/dist/src/ui/hooks/slashCommandProcessor.d.ts +1 -1
- package/dist/src/ui/hooks/slashCommandProcessor.js +34 -4
- package/dist/src/ui/hooks/slashCommandProcessor.js.map +1 -1
- package/dist/src/ui/hooks/useBracketedPaste.d.ts +12 -0
- package/dist/src/ui/hooks/useBracketedPaste.js +32 -0
- package/dist/src/ui/hooks/useBracketedPaste.js.map +1 -0
- package/dist/src/ui/hooks/useConsoleMessages.js +3 -2
- package/dist/src/ui/hooks/useConsoleMessages.js.map +1 -1
- package/dist/src/ui/hooks/useGeminiStream.js +64 -82
- package/dist/src/ui/hooks/useGeminiStream.js.map +1 -1
- package/dist/src/ui/hooks/useGeminiStream.test.js +85 -77
- package/dist/src/ui/hooks/useGeminiStream.test.js.map +1 -1
- package/dist/src/ui/hooks/useKeypress.d.ts +29 -0
- package/dist/src/ui/hooks/useKeypress.js +86 -0
- package/dist/src/ui/hooks/useKeypress.js.map +1 -0
- package/dist/src/ui/hooks/usePrivacySettings.d.ts +16 -0
- package/dist/src/ui/hooks/usePrivacySettings.js +115 -0
- package/dist/src/ui/hooks/usePrivacySettings.js.map +1 -0
- package/dist/src/ui/hooks/useReactToolScheduler.js +2 -2
- package/dist/src/ui/hooks/useReactToolScheduler.js.map +1 -1
- package/dist/src/ui/hooks/useStateAndRef.d.ts +1 -1
- package/dist/src/ui/privacy/CloudFreePrivacyNotice.d.ts +12 -0
- package/dist/src/ui/privacy/CloudFreePrivacyNotice.js +35 -0
- package/dist/src/ui/privacy/CloudFreePrivacyNotice.js.map +1 -0
- package/dist/src/ui/privacy/CloudPaidPrivacyNotice.d.ts +10 -0
- package/dist/src/ui/privacy/CloudPaidPrivacyNotice.js +17 -0
- package/dist/src/ui/privacy/CloudPaidPrivacyNotice.js.map +1 -0
- package/dist/src/ui/privacy/GeminiPrivacyNotice.d.ts +10 -0
- package/dist/src/ui/privacy/GeminiPrivacyNotice.js +17 -0
- package/dist/src/ui/privacy/GeminiPrivacyNotice.js.map +1 -0
- package/dist/src/ui/privacy/PrivacyNotice.d.ts +12 -0
- package/dist/src/ui/privacy/PrivacyNotice.js +25 -0
- package/dist/src/ui/privacy/PrivacyNotice.js.map +1 -0
- package/dist/src/ui/types.d.ts +4 -0
- package/dist/src/ui/types.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +13 -9
- package/dist/google-gemini-cli-0.1.5.tgz +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@google/gemini-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6-rc.0",
|
|
4
4
|
"description": "Gemini CLI",
|
|
5
5
|
"repository": "google-gemini/gemini-cli",
|
|
6
6
|
"type": "module",
|
|
@@ -27,27 +27,27 @@
|
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
29
|
"config": {
|
|
30
|
-
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.1.
|
|
30
|
+
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.1.6-rc.0"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@google/gemini-cli-core": "0.1.
|
|
33
|
+
"@google/gemini-cli-core": "0.1.6-rc.0",
|
|
34
34
|
"@types/update-notifier": "^6.0.8",
|
|
35
35
|
"command-exists": "^1.2.9",
|
|
36
36
|
"diff": "^7.0.0",
|
|
37
37
|
"dotenv": "^16.4.7",
|
|
38
38
|
"glob": "^10.4.1",
|
|
39
39
|
"highlight.js": "^11.11.1",
|
|
40
|
-
"ink": "^
|
|
40
|
+
"ink": "^6.0.1",
|
|
41
41
|
"ink-big-text": "^2.0.0",
|
|
42
42
|
"ink-gradient": "^3.0.0",
|
|
43
|
-
"ink-select-input": "^6.
|
|
43
|
+
"ink-select-input": "^6.2.0",
|
|
44
44
|
"ink-spinner": "^5.0.0",
|
|
45
|
-
"ink-link": "^4.
|
|
45
|
+
"ink-link": "^4.1.0",
|
|
46
46
|
"ink-text-input": "^6.0.0",
|
|
47
47
|
"lowlight": "^3.3.0",
|
|
48
48
|
"mime-types": "^2.1.4",
|
|
49
49
|
"open": "^10.1.2",
|
|
50
|
-
"react": "^
|
|
50
|
+
"react": "^19.1.0",
|
|
51
51
|
"read-package-up": "^11.0.0",
|
|
52
52
|
"shell-quote": "^1.8.2",
|
|
53
53
|
"string-width": "^7.1.0",
|
|
@@ -57,16 +57,20 @@
|
|
|
57
57
|
"yargs": "^17.7.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@testing-library/react": "^
|
|
60
|
+
"@testing-library/react": "^16.3.0",
|
|
61
|
+
"@babel/runtime": "^7.27.6",
|
|
61
62
|
"@types/command-exists": "^1.2.3",
|
|
62
63
|
"@types/diff": "^7.0.2",
|
|
63
64
|
"@types/dotenv": "^6.1.1",
|
|
64
65
|
"@types/node": "^20.11.24",
|
|
65
|
-
"@types/react": "^
|
|
66
|
+
"@types/react": "^19.1.8",
|
|
67
|
+
"@types/react-dom": "^19.1.6",
|
|
66
68
|
"@types/shell-quote": "^1.7.5",
|
|
67
69
|
"@types/yargs": "^17.0.32",
|
|
68
70
|
"ink-testing-library": "^4.0.0",
|
|
69
71
|
"jsdom": "^26.1.0",
|
|
72
|
+
"react-dom": "^19.1.0",
|
|
73
|
+
"pretty-format": "^30.0.2",
|
|
70
74
|
"typescript": "^5.3.3",
|
|
71
75
|
"vitest": "^3.1.1"
|
|
72
76
|
},
|
|
Binary file
|