chabeau 0.7.3

A full-screen terminal chat interface that connects to various AI APIs for real-time conversations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod appearance;
pub mod builtin_themes;
pub mod chat_loop;
pub mod help;
pub mod layout;
pub mod markdown;
pub mod osc;
pub mod osc_backend;
pub mod osc_state;
pub mod picker;
pub mod renderer;
pub mod span;
pub mod theme;
pub mod title;