imp-tui 0.2.0

Terminal UI for the imp coding agent
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod animation;
pub mod app;
pub mod event_source;
pub mod highlight;
pub mod interactive;
pub mod keybindings;
pub mod markdown;
pub mod selection;
pub mod terminal;
pub mod theme;
pub mod tui_interface;
pub mod turn_tracker;
pub mod views;