mermaid-cli 0.18.0

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
/// CLI argument parsing and command handling - Gateway
mod args;
mod commands;
mod daemon;
mod feedback;

pub use args::{
    Cli, Commands, DaemonCommand, GitHost, OutputFormat, PairCommand, PluginCommand, PrCommand,
    QaCommand, resolve_run_prompt,
};
pub use commands::{handle_command, list_models, show_version};