@google/gemini-cli-core 0.28.0-preview.0 → 0.28.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/dist/docs/cli/settings.md +1 -1
- package/dist/docs/get-started/configuration.md +1 -1
- package/dist/google-gemini-cli-core-0.28.0-preview.0.tgz +0 -0
- 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 +1 -1
|
@@ -115,7 +115,7 @@ they appear in the UI.
|
|
|
115
115
|
| Allow Permanent Tool Approval | `security.enablePermanentToolApproval` | Enable the "Allow for all future sessions" option in tool confirmation dialogs. | `false` |
|
|
116
116
|
| Blocks extensions from Git | `security.blockGitExtensions` | Blocks installing and loading extensions from Git. | `false` |
|
|
117
117
|
| Extension Source Regex Allowlist | `security.allowedExtensions` | List of Regex patterns for allowed extensions. If nonempty, only extensions that match the patterns in this list are allowed. Overrides the blockGitExtensions setting. | `[]` |
|
|
118
|
-
| Folder Trust | `security.folderTrust.enabled` | Setting to track whether Folder trust is enabled. | `
|
|
118
|
+
| Folder Trust | `security.folderTrust.enabled` | Setting to track whether Folder trust is enabled. | `true` |
|
|
119
119
|
| Enable Environment Variable Redaction | `security.environmentVariableRedaction.enabled` | Enable redaction of environment variables that may contain secrets. | `false` |
|
|
120
120
|
|
|
121
121
|
### Experimental
|
|
@@ -792,7 +792,7 @@ their corresponding top-level category object in your `settings.json` file.
|
|
|
792
792
|
|
|
793
793
|
- **`security.folderTrust.enabled`** (boolean):
|
|
794
794
|
- **Description:** Setting to track whether Folder trust is enabled.
|
|
795
|
-
- **Default:** `
|
|
795
|
+
- **Default:** `true`
|
|
796
796
|
- **Requires restart:** Yes
|
|
797
797
|
|
|
798
798
|
- **`security.environmentVariableRedaction.allowed`** (array):
|
|
Binary file
|
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
* Copyright 2026 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.28.0-preview.
|
|
6
|
+
export declare const GIT_COMMIT_INFO = "8468a48bf";
|
|
7
|
+
export declare const CLI_VERSION = "0.28.0-preview.1";
|
|
@@ -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.28.0-preview.
|
|
8
|
+
export const GIT_COMMIT_INFO = '8468a48bf';
|
|
9
|
+
export const CLI_VERSION = '0.28.0-preview.1';
|
|
10
10
|
//# sourceMappingURL=git-commit.js.map
|