fix(patch): cherry-pick 3b55581 to release/v0.25.0-preview.2-pr-16506 to patch version v0.25.0-preview.2 and create version 0.25.0-preview.3 (#17098)

Co-authored-by: christine betts <chrstn@uw.edu>
This commit is contained in:
gemini-cli-robot
2026-01-20 08:56:21 -08:00
committed by GitHub
parent b1f7a7e6f7
commit 6289c3ee3f
8 changed files with 85 additions and 22 deletions
@@ -1413,6 +1413,15 @@ const SETTINGS_SCHEMA = {
description: 'Enable extension management features.',
showInDialog: false,
},
extensionConfig: {
type: 'boolean',
label: 'Extension Configuration',
category: 'Experimental',
requiresRestart: true,
default: false,
description: 'Enable requesting and fetching of extension settings.',
showInDialog: false,
},
extensionReloading: {
type: 'boolean',
label: 'Extension Reloading',