Expand description
vtcode-tui exposes inline terminal UI APIs as a reusable crate.
The migrated implementation source lives in src/core_tui/.
Public API is exported directly from this crate.
Re-exports§
pub use core_tui::session::config::AppearanceConfig as SessionAppearanceConfig;pub use ui::theme::ThemeSuite;pub use ui::theme::available_theme_suites;pub use ui::theme::theme_suite_id;pub use ui::theme::theme_suite_label;pub use core_tui::*;
Modules§
Structs§
- Keyboard
Protocol Config - Keyboard
Protocol Settings - Standalone keyboard protocol settings for terminal key event enhancements.
- Session
Options - Standalone session launch options for reusable integrations.
- TuiSyntax
Highlighting Config
Enums§
- Reasoning
Effort Level - Session
Surface - Standalone surface preference for selecting inline vs alternate rendering.
- UiSurface
Preference
Functions§
- spawn_
session_ with_ host - Spawn a session using defaults from a host adapter.
- spawn_
session_ with_ options - Spawn a session using standalone options and local config types.