feat(cli): Add state management and plumbing for agent configuration dialog (#17259)

This commit is contained in:
Sandy Tao
2026-01-22 10:30:44 -08:00
committed by GitHub
parent ba8c64459b
commit 902e5d6dae
9 changed files with 246 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ export function createNonInteractiveUI(): CommandContext['ui'] {
toggleDebugProfiler: () => {},
toggleVimEnabled: async () => false,
reloadCommands: () => {},
openAgentConfigDialog: () => {},
extensionsUpdateState: new Map(),
dispatchExtensionStateUpdate: (_action: ExtensionUpdateAction) => {},
addConfirmUpdateExtensionRequest: (_request) => {},