typeduck-codex-utils-absolute-path 0.16.0

Support package for the standalone Codex Web runtime (codex-utils-plugins)
Documentation
1
2
3
4
5
6
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 = '@';