Skip to content

Slash Commands

Built-in commands

/start

Starts a Claude Code session. If repos already exist, resumes the last active repo. Otherwise prompts to clone one.

/start

/help

Displays the help message with all available commands and a brief description of how the bot works.

/help

/status

Returns the current session state: whether a session is active, the active repo, and session uptime.

/status

/end

Ends the active session. Claude Code terminates and the session state is cleared.

/end

See Sessions for details on session lifecycle.


/stop

Sends SIGTERM to interrupt the current Claude task. The session stays active — Claude will return to the ready state on the next message.

/stop

Use this when Claude is stuck or running an unintended task.


/repo

List all shared repositories and switch between them.

UsageDescription
/repoShow repo list
/repo clone <url> [name]Clone a repo to the shared directory
/repo switch <name>Switch to a repo

See Repositories for full details.


Custom commands

Any commands defined in commands.json also appear in the Telegram command menu and respond to /<command> invocations. See Custom Commands for how to configure them.