co-mono/packages/tui/test
Nico Bailon c550ed2bca feat(tui): add prompt history navigation with Up/Down arrows
Browse previously submitted prompts using Up/Down arrow keys, similar to
shell history and Claude Code's prompt history feature.

- Up arrow when editor is empty: browse to older prompts
- Down arrow when browsing: return to newer prompts or clear editor
- Cursor movement within multi-line history entries supported
- History is session-scoped, stores up to 100 entries
- Consecutive duplicates are not added to history

Includes 15 new tests for history navigation behavior.
2025-12-05 07:57:42 -08:00
..
autocomplete.test.ts Release v0.7.23 2025-11-20 11:59:17 +01:00
chat-simple.ts Release v0.8.0 2025-11-21 03:12:42 +01:00
editor.test.ts feat(tui): add prompt history navigation with Up/Down arrows 2025-12-05 07:57:42 -08:00
key-tester.ts Release v0.8.0 2025-11-21 03:12:42 +01:00
markdown.test.ts Add CI workflow and fix workspace tests 2025-12-02 12:53:53 +00:00
test-themes.ts Add CI workflow and fix workspace tests 2025-12-02 12:53:53 +00:00
truncated-text.test.ts Add CI workflow and fix workspace tests 2025-12-02 12:53:53 +00:00
virtual-terminal.ts Fix terminal rendering and add improvements 2025-11-11 00:13:46 +01:00
wrap-ansi.test.ts Release v0.8.0 2025-11-21 03:12:42 +01:00