aether-wisp 0.6.2

A terminal UI for AI coding agents via the Agent Client Protocol (ACP)
Documentation
1
2
3
4
5
6
7
8
9
pub mod document;
pub mod feedback;
mod screen;
pub mod source_markdown;

pub use document::PlanDocument;
pub use feedback::{ReviewComment, compile_feedback};
pub use screen::PlanReviewScreen;
pub use source_markdown::{SourceMarkdownLine, render_markdown_source_lines};