globalConfigKeys top-level constant
Keys that are safe to expose in the global config UI.
Implementation
const globalConfigKeys = [
'installMethod',
'autoUpdates',
'theme',
'verbose',
'preferredNotifChannel',
'editorMode',
'autoCompactEnabled',
'showTurnDuration',
'diffTool',
'env',
'todoFeatureEnabled',
'showExpandedTodos',
'messageIdleNotifThresholdMs',
'autoConnectIde',
'fileCheckpointingEnabled',
'terminalProgressBarEnabled',
'respectGitignore',
'copyFullResponse',
];