Skip to main content

Module prelude

Module prelude 

Source
Expand description

Commonly used VT Code TUI API items.

Re-exports§

pub use super::FullscreenInteractionSettings;
pub use super::InlineCommand;
pub use super::InlineEvent;
pub use super::InlineHandle;
pub use super::InlineSession;
pub use super::SessionAppearanceConfig;
pub use super::SessionOptions;
pub use super::TrustMode;
pub use super::spawn_session_with_host;
pub use super::spawn_session_with_options;

Structs§

InlineSegment
A styled text segment with shared style.
InlineTextStyle
Inline text styling with foreground/background color and text effects.
InlineTheme
Resolved theme colors for inline rendering.
KeyboardProtocolSettings
Standalone keyboard protocol settings for terminal key event enhancements.
PlanContent
Structured plan content for display in the Implementation Blueprint panel.
PlanPhase
A phase in an implementation plan (groups related steps).
PlanStep
A step in an implementation plan.
SlashCommandItem
A single slash-command entry for the suggestion palette.
WizardStep
A single step in a wizard modal flow.

Enums§

InlineMessageKind
Message kind tag for inline transcript lines.
SessionSurface
Standalone surface preference for selecting inline vs alternate rendering.
WizardModalMode
Wizard modal behavior variant.