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
8
//! Re-export shim: the question value types moved to
//! [`mermaid_model::question`].
//!
//! `ToolMetadata::Questions` carries `Vec<QuestionAnswer>`, and that enum is
//! embedded in `ChatMessage` through `ActionDisplay`, so these types are part
//! of the wire/persistence surface rather than reducer-only state.

pub use mermaid_model::question::*;