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
9
//! Re-export shim: the action display value types moved to
//! [`mermaid_model::action`].
//!
//! They had to: `models::ChatMessage` embeds `Vec<ActionDisplay>`, so while
//! these lived in `domain` the model layer reached up into the MVU layer for
//! its own field types — the last cycle blocking `mermaid-model`. The shim keeps
//! `domain::ActionDisplay` and `domain::action::*` resolving unchanged.

pub use mermaid_model::action::{ActionDetails, ActionDisplay, ActionResult};