feat(cli): add DevTools integration with gemini-cli-devtools (#18648)

This commit is contained in:
Sandy Tao
2026-02-09 14:03:10 -08:00
committed by GitHub
parent 7c9c1699bc
commit 71854fb43b
13 changed files with 596 additions and 62 deletions

View File

@@ -179,6 +179,15 @@ const SETTINGS_SCHEMA = {
description: 'Enable Vim keybindings',
showInDialog: true,
},
devtools: {
type: 'boolean',
label: 'DevTools',
category: 'General',
requiresRestart: false,
default: false,
description: 'Enable DevTools inspector on launch.',
showInDialog: false,
},
enableAutoUpdate: {
type: 'boolean',
label: 'Enable Auto Update',