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 a3e5b564f7
commit ef957a368d
13 changed files with 596 additions and 62 deletions
@@ -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',