mermaid-cli 0.7.1

Open-source AI pair programmer with agentic capabilities. Local-first with Ollama, native tool calling, and beautiful TUI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod app;
pub mod cli;
pub mod clipboard;
pub mod constants;
pub mod domain;
pub mod effect;
pub mod mcp;
pub mod models;
pub mod ollama;
pub mod prompts;
pub mod providers;
pub mod render;
pub mod session;
pub mod utils;

pub use app::{Config, load_config, persist_last_model};