Skip to main content
The following commands can be used in chat with the / prefix or in the terminal with the cow prefix (some are chat-only).
In the Web console, typing / brings up an autocomplete menu with keyboard navigation and Tab completion.

help

Show help information for all available commands.

status

View current session and service status, including process info, model configuration, message count, and loaded skills.

cancel

Abort the agent task currently running in this session. When the agent is busy with a long task (e.g. multi-turn tool calls or a long streaming response), send /cancel and the agent will stop before the next tool execution. Available across all channels — Web, WeChat, WeCom, Feishu, etc.

config

View or modify runtime configuration. Changes take effect immediately without restarting. View all configurable items:
View a single item:
Modify a config item:
Configurable items:
When changing model, the system automatically matches the corresponding model API. Configuration is persisted to config.json.

context

View current session context statistics, including message count and content length.
Clear current session context:
Clearing context makes the Agent “forget” previous conversation, useful for switching topics or freeing context space.

logs

View recent service logs. Shows the last 20 lines by default, up to 50.
Specify line count:

version

Show the current CowAgent version.