@google/gemini-cli 0.17.0-preview.2 → 0.17.0-preview.3
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.17.0-preview.2.tgz +0 -0
- package/dist/package.json +2 -2
- package/dist/src/config/settingsSchema.js +1 -1
- package/dist/src/generated/git-commit.d.ts +2 -2
- package/dist/src/generated/git-commit.js +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/dist/google-gemini-cli-0.17.0-preview.1.tgz +0 -0
|
Binary file
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@google/gemini-cli",
|
|
3
|
-
"version": "0.17.0-preview.
|
|
3
|
+
"version": "0.17.0-preview.3",
|
|
4
4
|
"description": "Gemini CLI",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
27
|
"config": {
|
|
28
|
-
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.17.0-preview.
|
|
28
|
+
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.17.0-preview.3"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@google/gemini-cli-core": "file:../core",
|
|
@@ -578,7 +578,7 @@ const SETTINGS_SCHEMA = {
|
|
|
578
578
|
label: 'Compression Threshold',
|
|
579
579
|
category: 'Model',
|
|
580
580
|
requiresRestart: true,
|
|
581
|
-
default: 0.
|
|
581
|
+
default: 0.5,
|
|
582
582
|
description: 'The fraction of context usage at which to trigger context compression (e.g. 0.2, 0.3).',
|
|
583
583
|
showInDialog: true,
|
|
584
584
|
},
|
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
* Copyright 2025 Google LLC
|
|
4
4
|
* SPDX-License-Identifier: Apache-2.0
|
|
5
5
|
*/
|
|
6
|
-
export declare const GIT_COMMIT_INFO = "
|
|
7
|
-
export declare const CLI_VERSION = "0.17.0-preview.
|
|
6
|
+
export declare const GIT_COMMIT_INFO = "d3bf3af4a";
|
|
7
|
+
export declare const CLI_VERSION = "0.17.0-preview.3";
|
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
*/
|
|
6
6
|
// This file is auto-generated by the build script (scripts/generate-git-commit-info.js)
|
|
7
7
|
// Do not edit this file manually.
|
|
8
|
-
export const GIT_COMMIT_INFO = '
|
|
9
|
-
export const CLI_VERSION = '0.17.0-preview.
|
|
8
|
+
export const GIT_COMMIT_INFO = 'd3bf3af4a';
|
|
9
|
+
export const CLI_VERSION = '0.17.0-preview.3';
|
|
10
10
|
//# sourceMappingURL=git-commit.js.map
|