codetether-agent 4.5.7

A2A-native AI coding agent for the CodeTether ecosystem
Documentation
//! Slash command constants used for autocomplete suggestions.

/// All recognized slash commands (including easy-mode aliases).
pub const SLASH_COMMANDS: &[&str] = &[
    "/help",
    "/sessions",
    "/swarm",
    "/ralph",
    "/bus",
    "/protocol",
    "/file",
    "/image",
    "/autoapply",
    "/network",
    "/autocomplete",
    "/steer",
    "/mcp",
    "/model",
    "/settings",
    "/lsp",
    "/rlm",
    "/latency",
    "/inspector",
    "/symbols",
    "/chat",
    "/new",
    "/keys",
    "/spawn",
    "/kill",
    "/agents",
    "/agent",
    "/add",
    "/talk",
    "/say",
    "/list",
    "/ls",
    "/remove",
    "/rm",
    "/focus",
    "/home",
    "/main",
    "/webview",
    "/classic",
    "/autochat",
];