mergegate/crates
Shunsuke Hayashi 2da467f877 test(chat_composer): Add comprehensive test suite
Add 23 tests covering ChatComposer functionality:
- Basic operations: creation, char insertion, backspace, delete
- Submit and cancel actions
- Multiline input with Shift+Enter
- Cursor movement (left/right, home/end)
- Command history navigation (up/down arrows)
- Command mode (/ prefix)
- Ctrl key shortcuts (u=clear, k=kill, w=delete word)
- Unicode character support
- Placeholder and max_history configuration
- Focus state management

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 18:44:15 +09:00
..
miyabi-cli chore: Initialize Miyabi project with full planning 2025-11-22 17:45:08 +09:00
miyabi-core feat(core): add tool result formatting methods 2025-11-22 18:31:42 +09:00
miyabi-tui test(chat_composer): Add comprehensive test suite 2025-11-22 18:44:15 +09:00