Using the TUI
Launch tx with no arguments to open the terminal UI. The layout includes:
- Session list on the left with your most recent conversations.
- Profiles pane on the right listing saved configurations and virtual entries (such as prompt-assembler prompts).
- Preview area beneath the lists that shows the assembled pipeline, recent transcript highlights, or provider descriptions.
Keyboard highlights:
↑/↓orj/kmove through the active list.PgUp/PgDnjump roughly ten entries at a time.- Typing letters, numbers, or punctuation filters the list; use
Backspaceto edit the filter. Tabswitches focus between sessions and profiles and emits the assembled command to stdout.Ctrl+Tabperforms the same emit action for terminals that forward the modifier.Enterruns the selected entry immediately.Ctrl+Ftoggles between prompt search and full-text search.Ctrl+Pcycles the provider filter.Ctrl+Yprints the highlighted session ID to stdout and exits the TUI.Ctrl+Eexports the highlighted session transcript (matchingtx export) and exits the TUI.Escbacks out of filter overlays or closes the TUI entirely.
The footer displays diagnostics such as hidden providers or stale configuration. Increase verbosity with -v or -vv when launching tx if you want extra logging while you explore the UI.