//! Sigils for tool/plugin mentions in plaintext (shared across Codex crates).
/// Default plaintext sigil for tools.
pubconstTOOL_MENTION_SIGIL:char='$';/// Plugins use `@` in linked plaintext outside TUI.
pubconstPLUGIN_TEXT_MENTION_SIGIL:char='@';