This commit is contained in:
Ahmed Ibrahim
2026-03-25 00:05:47 -07:00
parent 7cc6d8ad19
commit 1661767afb
18 changed files with 1799 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
//! Sigils for tool/plugin mentions in plaintext (shared across Codex crates).
/// Default plaintext sigil for tools.
pub const TOOL_MENTION_SIGIL: char = '$';
/// Plugins use `@` in linked plaintext outside TUI.
pub const PLUGIN_TEXT_MENTION_SIGIL: char = '@';