globalConfigKeys top-level constant

List<String> const globalConfigKeys

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',
];