Commit 7a6cf5e
committed
feat: make ArrowCode run as an inline CLI with on-demand full TUI toggle and auto-collapse panels during run
- Establish the inline readline interactive CLI as the default entry mode (Claude Code style)
- Collapse other panels and make them disappear by automatically toggling layoutMode to classic when a prompt starts running
- Directly answer general chat queries using single-turn Orchestrator execution without forcing a multi-agent plan
- Translate command shortcuts starting with '.' to '/' commands
- Support attaching local files to chat context using /add or .add
- Highlight and box code block containers inside the classic chat panel
- Display faint command autocompletion suggestions triggered with Tab/Right-Arrow keys
- Implement a custom animated Unicode thinking spinner for tool runs1 parent adafc80 commit 7a6cf5e
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| 318 | + | |
318 | 319 | | |
319 | 320 | | |
320 | 321 | | |
| |||
0 commit comments