aether-wisp 0.1.5

A terminal UI for AI coding agents via the Agent Client Protocol (ACP)
Documentation
1
2
3
4
5
6
7
8
Application-level errors for the Wisp TUI.

# Variants

- **`Io`** — wraps [`std::io::Error`] from terminal I/O (raw mode, rendering).
- **`Acp`** — wraps [`AcpClientError`]acp_utils::client::AcpClientError from the agent connection (spawn failure, protocol errors, broken pipe).

Both variants implement `From` conversions so `?` propagation works naturally.