mermaid-cli 0.21.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
//! Re-export shim: the identity newtypes moved to [`mermaid_model::ids`].
//!
//! They are pure value types with no dependencies, and `question::QuestionAnswer`
//! — which `tool_run` embeds — is keyed by them, so they had to sit below the
//! model layer rather than beside the reducer that mints them.

pub use mermaid_model::ids::*;