Re-exports§
pub use session::Session;
Modules§
- app
- attachment
- cli
- command
- conversation
- error
- file_
index - git_
review - renderer
- Frame rendering.
- request
- runtime
- screens
- session
- settings
- surfaces
- testing
- Public testing harness for driving the application model without side effects.
- theme
- view
- Rendering convention for this module:
Widgetvalues contain only the short-lived visual configuration for one frame. Persistent selection, scrolling, hit-test geometry, and input drafts stay in controller state and are passed toStatefulWidgetimplementations separately. Line-building helpers remain plain functions because they are also measured, cached, or inserted into scrollback before a terminal area exists.
Constants§
Functions§
- run_tui
- Launch the Wisp TUI with the given agent subprocess command.
- run_
with_ session - Run the TUI from an already-initialized ACP session.