Skip to main contentModule tui_vt
Source pub use main_loop::run_tui;
- file_search
- @-triggered fuzzy file picker for the composer (grok-build parity).
- frame_layout
- Production bridge from the grok-build-style agent view layout
(
oxicode_vtui::design::layout) to the live ratatui render path. - git_tui
- Git TUI — interactive overlay for
git status, diff viewing, staging, commit. - host
- Host adapter implementation — connects oxicode’s application state to vtcode-ui’s HostAdapter.
- image_preview
- Inline image preview support for kitty / iTerm2 graphics protocols.
- issues_panel
- State, rendering, and input handling for the
/issue TUI panel.
See docs/superpowers/specs/2026-08-27-tui-issues-panel-design.md. - keymap
- Global keyboard shortcut resolver for the TUI.
- main_loop
- TUI main event loop — connects oxicode’s
AgentSession to vtcode-ui’s
InlineSession protocol and a ratatui rendering backend. - notifications
- Terminal desktop-notification protocols (grok-build parity).
- settings_defs
- Declarative
SettingDef table for the /settings TUI panel. - slash
- vim
- Vim-style prompt editing engine.