aether-wisp 0.4.21

A terminal UI for AI coding agents via the Agent Client Protocol (ACP)
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod anchored_surface_builder;
mod cached_layer;
mod input_box;
mod key_hints;
mod vertical_cursor;

pub(crate) use anchored_surface_builder::AnchoredSurfaceBuilder;
pub(crate) use cached_layer::CachedLayer;
pub(crate) use input_box::{INPUT_BOX_INDENT, input_box_frame, input_box_width};
pub(crate) use key_hints::render_key_hints;
pub(crate) use vertical_cursor::VerticalCursor;