2025-09-11 10:34:29 -07:00
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2025-10-24 20:32:21 -07:00
exports[`InputPrompt > command search (Ctrl+R when not in shell) > expands and collapses long suggestion via Right/Left arrows > command-search-render-collapsed-match 1`] = `
2025-11-12 21:17:46 -08:00
"╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ (r:) Type your message or @path/to/file │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
2025-10-24 20:32:21 -07:00
lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll →
lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
..."
`;
exports[`InputPrompt > command search (Ctrl+R when not in shell) > expands and collapses long suggestion via Right/Left arrows > command-search-render-expanded-match 1`] = `
2025-11-12 21:17:46 -08:00
"╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ (r:) Type your message or @path/to/file │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
2025-10-24 20:32:21 -07:00
lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll ←
lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll
llllllllllllllllllllllllllllllllllllllllllllllllll"
`;
exports[`InputPrompt > command search (Ctrl+R when not in shell) > renders match window and expanded view (snapshots) > command-search-render-collapsed-match 1`] = `
2025-11-12 21:17:46 -08:00
"╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ (r:) commit │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
2025-09-15 12:49:23 -05:00
git commit -m "feat: add search" in src/app"
`;
2025-10-24 20:32:21 -07:00
exports[`InputPrompt > command search (Ctrl+R when not in shell) > renders match window and expanded view (snapshots) > command-search-render-expanded-match 1`] = `
2025-11-12 21:17:46 -08:00
"╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ (r:) commit │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
2025-09-15 12:49:23 -05:00
git commit -m "feat: add search" in src/app"
`;
2025-09-20 10:59:37 -07:00
exports[`InputPrompt > snapshots > should not show inverted cursor when shell is focused 1`] = `
2025-11-12 21:17:46 -08:00
"╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ > Type your message or @path/to/file │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯"
2025-09-20 10:59:37 -07:00
`;
2025-09-11 10:34:29 -07:00
exports[`InputPrompt > snapshots > should render correctly in shell mode 1`] = `
2025-11-12 21:17:46 -08:00
"╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ ! Type your message or @path/to/file │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯"
2025-09-11 10:34:29 -07:00
`;
exports[`InputPrompt > snapshots > should render correctly in yolo mode 1`] = `
2025-11-12 21:17:46 -08:00
"╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ * Type your message or @path/to/file │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯"
2025-09-11 10:34:29 -07:00
`;
exports[`InputPrompt > snapshots > should render correctly when accepting edits 1`] = `
2025-11-12 21:17:46 -08:00
"╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ > Type your message or @path/to/file │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯"
2025-09-11 10:34:29 -07:00
`;