Skip to main content

expand_inline_shell

Function expand_inline_shell 

Source
pub fn expand_inline_shell(
    content: &str,
    cwd: Option<&Path>,
    _timeout_secs: u64,
) -> String
Expand description

Execute inline shell snippets (!\command`) in skill content. Replaces each snippet with its stdout (trimmed). Failures produce a short [inline-shell error: …]` marker.