woopcode docs
v1.0.0 GitHub

Slash commands

Type / in a session to see the list. /help prints it in full.

Session#

Command Aliases Description
/new /clear, /reset Start a new conversation, keeping the current one
/resume /r Switch to a previous conversation
/sessions /ls List saved conversations for this project
/rename Name the current conversation so it can be resumed by name
/branch /fork Copy this conversation and continue in the copy
/exit /quit, /q Exit Woopcode

/new clears the conversation and the saved history for this repository. There is no undo — see Sessions & history for what is stored and where.

Configuration#

Command Aliases Description
/provider /p Show or switch provider
/login Login to a provider
/logout Logout from a provider
/models /model, /m Show the active model and those available for this provider
/approval /approve Choose how much runs without asking

/provider, /model, and /approval open a picker rather than taking an argument. The choice is saved immediately and survives restarts.

/login and /logout change the stored key. The running session keeps using the client it started with until the provider is switched, so a /login for a different provider does not silently redirect the turn you are in.

Workspace#

Command Aliases Description
/workspace /ws Show workspace information

/workspace reports the directory Woopcode is operating in, the current git branch, and a file count. It is the fastest way to confirm the agent is looking at the project you think it is.

Every command#

Command Aliases Description
/help /h, /? Show available commands
/new /clear, /reset Start a new conversation, keeping the current one
/resume /r Switch to a previous conversation
/sessions /ls List saved conversations for this project
/rename Name the current conversation so it can be resumed by name
/branch /fork Copy this conversation and continue in the copy
/exit /quit, /q Exit Woopcode
/provider /p Show or switch provider
/login Login to a provider
/logout Logout from a provider
/models /model, /m Show the active model and those available for this provider
/approval /approve Choose how much runs without asking
/workspace /ws Show workspace information
/status /info Show comprehensive system status
/version /v Show Woopcode version

See also#

Added in woopcode@0.6.0