aether-wisp 0.2.0

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

pub(crate) use anchored_surface_builder::AnchoredSurfaceBuilder;
pub(crate) use cached_layer::CachedLayer;
pub(crate) use vertical_cursor::VerticalCursor;