2025-09-18 02:51:46 +09:00
|
|
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
|
|
2025-10-30 12:48:45 +05:30
|
|
|
exports[`SettingsDialog > Initial Rendering > should render settings list with visual indicators 1`] = `
|
2025-09-18 02:51:46 +09:00
|
|
|
"╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ > Settings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ╭──────────────────────────────────────────────────────────────────────────────────────────────╮ │
|
|
|
|
|
│ │ Search to filter │ │
|
|
|
|
|
│ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
|
2025-11-18 12:01:16 -05:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ▲ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ ● Preview Features (e.g., models) false │
|
|
|
|
|
│ Enable preview features (e.g., preview models). │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Vim Mode false │
|
|
|
|
|
│ Enable Vim keybindings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Disable Auto Update false │
|
|
|
|
|
│ Disable automatic updates │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Enable Prompt Completion false │
|
|
|
|
|
│ Enable AI-powered prompt completion suggestions while typing. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Debug Keystroke Logging false │
|
|
|
|
|
│ Enable debug logging of keystrokes to the console. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Enable Session Cleanup false │
|
|
|
|
|
│ Enable automatic session cleanup │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Output Format Text │
|
2026-01-09 14:28:09 -08:00
|
|
|
│ The format of the CLI output. Can be \`text\` or \`json\`. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Hide Window Title false │
|
|
|
|
|
│ Hide the window title bar │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ▼ │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ Apply To │
|
|
|
|
|
│ ● User Settings │
|
|
|
|
|
│ Workspace Settings │
|
|
|
|
|
│ System Settings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ (Use Enter to select, Tab to change focus, Esc to close) │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
|
|
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯"
|
|
|
|
|
`;
|
|
|
|
|
|
2025-10-30 12:48:45 +05:30
|
|
|
exports[`SettingsDialog > Snapshot Tests > should render 'accessibility settings enabled' correctly 1`] = `
|
2025-09-18 02:51:46 +09:00
|
|
|
"╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ > Settings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ╭──────────────────────────────────────────────────────────────────────────────────────────────╮ │
|
|
|
|
|
│ │ Search to filter │ │
|
|
|
|
|
│ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
|
2025-11-18 12:01:16 -05:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ▲ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ ● Preview Features (e.g., models) false │
|
|
|
|
|
│ Enable preview features (e.g., preview models). │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Vim Mode true* │
|
|
|
|
|
│ Enable Vim keybindings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Disable Auto Update false │
|
|
|
|
|
│ Disable automatic updates │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Enable Prompt Completion false │
|
|
|
|
|
│ Enable AI-powered prompt completion suggestions while typing. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Debug Keystroke Logging false │
|
|
|
|
|
│ Enable debug logging of keystrokes to the console. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Enable Session Cleanup false │
|
|
|
|
|
│ Enable automatic session cleanup │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Output Format Text │
|
2026-01-09 14:28:09 -08:00
|
|
|
│ The format of the CLI output. Can be \`text\` or \`json\`. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Hide Window Title false │
|
|
|
|
|
│ Hide the window title bar │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ▼ │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ Apply To │
|
|
|
|
|
│ ● User Settings │
|
|
|
|
|
│ Workspace Settings │
|
|
|
|
|
│ System Settings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ (Use Enter to select, Tab to change focus, Esc to close) │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
|
|
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯"
|
|
|
|
|
`;
|
|
|
|
|
|
2025-10-30 12:48:45 +05:30
|
|
|
exports[`SettingsDialog > Snapshot Tests > should render 'all boolean settings disabled' correctly 1`] = `
|
2025-09-18 02:51:46 +09:00
|
|
|
"╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ > Settings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ╭──────────────────────────────────────────────────────────────────────────────────────────────╮ │
|
|
|
|
|
│ │ Search to filter │ │
|
|
|
|
|
│ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
|
2025-11-18 12:01:16 -05:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ▲ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ ● Preview Features (e.g., models) false │
|
|
|
|
|
│ Enable preview features (e.g., preview models). │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Vim Mode false* │
|
|
|
|
|
│ Enable Vim keybindings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Disable Auto Update false* │
|
|
|
|
|
│ Disable automatic updates │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Enable Prompt Completion false* │
|
|
|
|
|
│ Enable AI-powered prompt completion suggestions while typing. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Debug Keystroke Logging false* │
|
|
|
|
|
│ Enable debug logging of keystrokes to the console. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Enable Session Cleanup false │
|
|
|
|
|
│ Enable automatic session cleanup │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Output Format Text │
|
2026-01-09 14:28:09 -08:00
|
|
|
│ The format of the CLI output. Can be \`text\` or \`json\`. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Hide Window Title false* │
|
|
|
|
|
│ Hide the window title bar │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ▼ │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ Apply To │
|
|
|
|
|
│ ● User Settings │
|
|
|
|
|
│ Workspace Settings │
|
|
|
|
|
│ System Settings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ (Use Enter to select, Tab to change focus, Esc to close) │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
|
|
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯"
|
|
|
|
|
`;
|
|
|
|
|
|
2025-10-30 12:48:45 +05:30
|
|
|
exports[`SettingsDialog > Snapshot Tests > should render 'default state' correctly 1`] = `
|
2025-09-18 02:51:46 +09:00
|
|
|
"╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ > Settings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ╭──────────────────────────────────────────────────────────────────────────────────────────────╮ │
|
|
|
|
|
│ │ Search to filter │ │
|
|
|
|
|
│ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
|
2025-11-18 12:01:16 -05:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ▲ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ ● Preview Features (e.g., models) false │
|
|
|
|
|
│ Enable preview features (e.g., preview models). │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Vim Mode false │
|
|
|
|
|
│ Enable Vim keybindings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Disable Auto Update false │
|
|
|
|
|
│ Disable automatic updates │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Enable Prompt Completion false │
|
|
|
|
|
│ Enable AI-powered prompt completion suggestions while typing. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Debug Keystroke Logging false │
|
|
|
|
|
│ Enable debug logging of keystrokes to the console. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Enable Session Cleanup false │
|
|
|
|
|
│ Enable automatic session cleanup │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Output Format Text │
|
2026-01-09 14:28:09 -08:00
|
|
|
│ The format of the CLI output. Can be \`text\` or \`json\`. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Hide Window Title false │
|
|
|
|
|
│ Hide the window title bar │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ▼ │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ Apply To │
|
|
|
|
|
│ ● User Settings │
|
|
|
|
|
│ Workspace Settings │
|
|
|
|
|
│ System Settings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ (Use Enter to select, Tab to change focus, Esc to close) │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
|
|
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯"
|
|
|
|
|
`;
|
|
|
|
|
|
2025-10-30 12:48:45 +05:30
|
|
|
exports[`SettingsDialog > Snapshot Tests > should render 'file filtering settings configured' correctly 1`] = `
|
2025-09-18 02:51:46 +09:00
|
|
|
"╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ > Settings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ╭──────────────────────────────────────────────────────────────────────────────────────────────╮ │
|
|
|
|
|
│ │ Search to filter │ │
|
|
|
|
|
│ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
|
2025-11-18 12:01:16 -05:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ▲ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ ● Preview Features (e.g., models) false │
|
|
|
|
|
│ Enable preview features (e.g., preview models). │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Vim Mode false │
|
|
|
|
|
│ Enable Vim keybindings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Disable Auto Update false │
|
|
|
|
|
│ Disable automatic updates │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Enable Prompt Completion false │
|
|
|
|
|
│ Enable AI-powered prompt completion suggestions while typing. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Debug Keystroke Logging false │
|
|
|
|
|
│ Enable debug logging of keystrokes to the console. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Enable Session Cleanup false │
|
|
|
|
|
│ Enable automatic session cleanup │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Output Format Text │
|
2026-01-09 14:28:09 -08:00
|
|
|
│ The format of the CLI output. Can be \`text\` or \`json\`. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Hide Window Title false │
|
|
|
|
|
│ Hide the window title bar │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ▼ │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ Apply To │
|
|
|
|
|
│ ● User Settings │
|
|
|
|
|
│ Workspace Settings │
|
|
|
|
|
│ System Settings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ (Use Enter to select, Tab to change focus, Esc to close) │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
|
|
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯"
|
|
|
|
|
`;
|
|
|
|
|
|
2025-10-30 12:48:45 +05:30
|
|
|
exports[`SettingsDialog > Snapshot Tests > should render 'focused on scope selector' correctly 1`] = `
|
2025-09-18 02:51:46 +09:00
|
|
|
"╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ Settings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ╭──────────────────────────────────────────────────────────────────────────────────────────────╮ │
|
|
|
|
|
│ │ Search to filter │ │
|
|
|
|
|
│ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
|
2025-11-18 12:01:16 -05:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ▲ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Preview Features (e.g., models) false │
|
|
|
|
|
│ Enable preview features (e.g., preview models). │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Vim Mode false │
|
|
|
|
|
│ Enable Vim keybindings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Disable Auto Update false │
|
|
|
|
|
│ Disable automatic updates │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Enable Prompt Completion false │
|
|
|
|
|
│ Enable AI-powered prompt completion suggestions while typing. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Debug Keystroke Logging false │
|
|
|
|
|
│ Enable debug logging of keystrokes to the console. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Enable Session Cleanup false │
|
|
|
|
|
│ Enable automatic session cleanup │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Output Format Text │
|
2026-01-09 14:28:09 -08:00
|
|
|
│ The format of the CLI output. Can be \`text\` or \`json\`. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Hide Window Title false │
|
|
|
|
|
│ Hide the window title bar │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ▼ │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ > Apply To │
|
|
|
|
|
│ ● 1. User Settings │
|
|
|
|
|
│ 2. Workspace Settings │
|
|
|
|
|
│ 3. System Settings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ (Use Enter to select, Tab to change focus, Esc to close) │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
|
|
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯"
|
|
|
|
|
`;
|
|
|
|
|
|
2025-10-30 12:48:45 +05:30
|
|
|
exports[`SettingsDialog > Snapshot Tests > should render 'mixed boolean and number settings' correctly 1`] = `
|
2025-09-18 02:51:46 +09:00
|
|
|
"╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ > Settings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ╭──────────────────────────────────────────────────────────────────────────────────────────────╮ │
|
|
|
|
|
│ │ Search to filter │ │
|
|
|
|
|
│ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
|
2025-11-18 12:01:16 -05:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ▲ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ ● Preview Features (e.g., models) false │
|
|
|
|
|
│ Enable preview features (e.g., preview models). │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Vim Mode false* │
|
|
|
|
|
│ Enable Vim keybindings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Disable Auto Update true* │
|
|
|
|
|
│ Disable automatic updates │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Enable Prompt Completion false │
|
|
|
|
|
│ Enable AI-powered prompt completion suggestions while typing. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Debug Keystroke Logging false │
|
|
|
|
|
│ Enable debug logging of keystrokes to the console. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Enable Session Cleanup false │
|
|
|
|
|
│ Enable automatic session cleanup │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Output Format Text │
|
2026-01-09 14:28:09 -08:00
|
|
|
│ The format of the CLI output. Can be \`text\` or \`json\`. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Hide Window Title false* │
|
|
|
|
|
│ Hide the window title bar │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ▼ │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ Apply To │
|
|
|
|
|
│ ● User Settings │
|
|
|
|
|
│ Workspace Settings │
|
|
|
|
|
│ System Settings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ (Use Enter to select, Tab to change focus, Esc to close) │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
|
|
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯"
|
|
|
|
|
`;
|
|
|
|
|
|
2025-10-30 12:48:45 +05:30
|
|
|
exports[`SettingsDialog > Snapshot Tests > should render 'tools and security settings' correctly 1`] = `
|
2025-09-18 02:51:46 +09:00
|
|
|
"╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ > Settings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ╭──────────────────────────────────────────────────────────────────────────────────────────────╮ │
|
|
|
|
|
│ │ Search to filter │ │
|
|
|
|
|
│ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
|
2025-11-18 12:01:16 -05:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ▲ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ ● Preview Features (e.g., models) false │
|
|
|
|
|
│ Enable preview features (e.g., preview models). │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Vim Mode false │
|
|
|
|
|
│ Enable Vim keybindings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Disable Auto Update false │
|
|
|
|
|
│ Disable automatic updates │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Enable Prompt Completion false │
|
|
|
|
|
│ Enable AI-powered prompt completion suggestions while typing. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Debug Keystroke Logging false │
|
|
|
|
|
│ Enable debug logging of keystrokes to the console. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Enable Session Cleanup false │
|
|
|
|
|
│ Enable automatic session cleanup │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Output Format Text │
|
2026-01-09 14:28:09 -08:00
|
|
|
│ The format of the CLI output. Can be \`text\` or \`json\`. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Hide Window Title false │
|
|
|
|
|
│ Hide the window title bar │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ▼ │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ Apply To │
|
|
|
|
|
│ ● User Settings │
|
|
|
|
|
│ Workspace Settings │
|
|
|
|
|
│ System Settings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ (Use Enter to select, Tab to change focus, Esc to close) │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
|
|
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯"
|
|
|
|
|
`;
|
|
|
|
|
|
2025-10-30 12:48:45 +05:30
|
|
|
exports[`SettingsDialog > Snapshot Tests > should render 'various boolean settings enabled' correctly 1`] = `
|
2025-09-18 02:51:46 +09:00
|
|
|
"╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ > Settings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ╭──────────────────────────────────────────────────────────────────────────────────────────────╮ │
|
|
|
|
|
│ │ Search to filter │ │
|
|
|
|
|
│ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
|
2025-11-18 12:01:16 -05:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ▲ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ ● Preview Features (e.g., models) false │
|
|
|
|
|
│ Enable preview features (e.g., preview models). │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Vim Mode true* │
|
|
|
|
|
│ Enable Vim keybindings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Disable Auto Update true* │
|
|
|
|
|
│ Disable automatic updates │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Enable Prompt Completion true* │
|
|
|
|
|
│ Enable AI-powered prompt completion suggestions while typing. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Debug Keystroke Logging true* │
|
|
|
|
|
│ Enable debug logging of keystrokes to the console. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Enable Session Cleanup false │
|
|
|
|
|
│ Enable automatic session cleanup │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Output Format Text │
|
2026-01-09 14:28:09 -08:00
|
|
|
│ The format of the CLI output. Can be \`text\` or \`json\`. │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2026-01-06 14:06:15 -05:00
|
|
|
│ Hide Window Title true* │
|
|
|
|
|
│ Hide the window title bar │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ ▼ │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ Apply To │
|
|
|
|
|
│ ● User Settings │
|
|
|
|
|
│ Workspace Settings │
|
|
|
|
|
│ System Settings │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
2025-12-03 22:43:11 -08:00
|
|
|
│ (Use Enter to select, Tab to change focus, Esc to close) │
|
2025-09-18 02:51:46 +09:00
|
|
|
│ │
|
|
|
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯"
|
|
|
|
|
`;
|