Chat commands
Everyday commands and the advanced /nookins command tree.
Documentation for Nookins 0.42.1-alpha.1 Β· Public alpha
These are commands typed into a Nookins conversation or owner console, not shell commands. The list is taken from the public command registry for 0.41.1-alpha.1. Conversation-scoped commands still require valid routing and their specific permissions; βownerβ entries require the supported private owner context. /help shows everyday help, /calendar help and /sentinel help show capability-specific actions, and /nookins help DOMAIN explains an advanced domain.
Everyday commands
| Usage | Purpose | Scope |
|---|---|---|
/status | Show compact Nookins status | Conversation |
/agent | Show the active agent | Conversation |
/qr TEXT | Generate a branded QR image (WhatsApp only) | Conversation |
/ack [on|off|default] | Configure the π acknowledgement | Owner |
/model [list|auto|MODEL_ID|PROVIDER MODEL_ID] | Show or set the conversation model | Conversation |
/think [auto|minimal|low|medium|high|xhigh|max|ultra] | Show or set reasoning effort | Conversation |
/mode [queue|steer] | Show or set queue/steer mode | Conversation |
/new | Start a fresh agent thread | Conversation |
/settings | Show everyday conversation settings | Conversation |
/task [PROMPT|#HANDLE|follow #HANDLE|cancel #HANDLE] | Start, inspect, follow, or cancel background work | Conversation |
/context dump | Download the effective prompt for troubleshooting | Conversation |
/stop | Stop the active turn | Conversation |
/voice [MODE] [LANG] [VOICE] | Configure voice replies | Conversation |
/calendar [status|connect|disconnect|help] | Connect or inspect your Nookins-native Google Calendar | Conversation |
/sentinel [status|mode|off|help] [--global] | Inspect or configure Sentinel for this conversation or installation | Conversation |
/help | List available Nookins commands | Conversation |
Advanced commands
| Usage | Purpose | Scope |
|---|---|---|
/nookins status | Show compact Nookins status | Conversation |
/nookins session list | List conversation sessions | Conversation |
/nookins session show SESSION | Inspect one conversation session | Conversation |
/nookins session use SESSION | Switch to one conversation session | Conversation |
/nookins session new | Start a new conversation session | Conversation |
/nookins session resume [SESSION] | Resume a conversation session | Conversation |
/nookins session fork [TURN] | Fork a conversation session | Conversation |
/nookins session rename NAME | Rename the current session | Conversation |
/nookins session archive SESSION | Archive a conversation session | Conversation |
/nookins session reset | Reset into a fresh agent thread | Conversation |
/nookins session retry | Retry with recorded frozen context | Conversation |
/nookins session undo | Branch before the last completed turn | Conversation |
/nookins agent list | List available agents | Conversation |
/nookins agent show AGENT | Inspect one agent | Conversation |
/nookins agent use AGENT | Switch to one agent | Conversation |
/nookins agent whoami | Show this conversation and agent identity | Conversation |
/nookins model [list|auto|MODEL_ID] | Show or set the conversation model | Conversation |
/nookins context status | Show context continuity status | Conversation |
/nookins context show [RUN] | Inspect the effective context | Conversation |
/nookins context recover RUN | Request explicit context recovery | Owner |
/nookins input append TEXT | Append input to the active run | Conversation |
/nookins input correct INPUT TEXT | Correct one exact prior input | Conversation |
/nookins input separate turn|task TEXT | Route input to a separate turn or task | Conversation |
/nookins input queue TEXT | Queue input for the next turn | Conversation |
/nookins input interrupt TEXT | Interrupt then project exact input | Owner |
/nookins queue list | Inspect pending input | Conversation |
/nookins queue cancel ITEM GENERATION | Cancel an unleased queue item | Conversation |
/nookins task list | List background tasks | Conversation |
/nookins task show TASK | Inspect a background task | Conversation |
/nookins task follow TASK | Follow task progress | Conversation |
/nookins task cancel TASK | Cancel a background task | Conversation |
/nookins approval list | List pending approvals | Owner |
/nookins approval show APPROVAL | Inspect an exact approval | Owner |
/nookins records list | List Agent Records | Owner |
/nookins records show RECORD | Inspect one Agent Record | Owner |
/nookins records history RECORD | Inspect Agent Record history | Owner |
/nookins records diff RECORD FROM TO | Diff Agent Record revisions | Owner |
/nookins files status [AGENT] | Show Agent Files status | Owner |
/nookins files list AGENT [PATH] | List Agent Files | Owner |
/nookins files stat AGENT PATH | Inspect an Agent File | Owner |
/nookins files read AGENT PATH | Read a bounded Agent File range | Owner |
/nookins run list | List task runs | Owner |
/nookins run show RUN | Inspect one task run | Owner |
/nookins run stop | Stop the active conversation run | Owner |
/nookins run cancel RUN REVISION | Cancel one task run | Owner |
/nookins run recovery preview RUN ACTION | Preview one task-run recovery | Owner |
/nookins run recovery execute RUN PREVIEW_DIGEST | Execute an exact recovery preview | Owner |
/nookins settings search QUERY | Search the typed settings catalog | Owner |
/nookins settings get KEY --scope SCOPE | Inspect one effective setting | Owner |
/nookins settings explain KEY --scope SCOPE | Explain one setting and its source | Owner |
/nookins settings set KEY VALUE --scope SCOPE | Set or propose one typed setting | Owner |
/nookins settings export [--scope SCOPE] | Export a sanitized settings projection | Owner |
/nookins config status | Show source, staged, active, and runtime state | Owner |
/nookins config review [PROPOSAL] | Review the exact staged configuration | Owner |
/nookins config apply [PROPOSAL] | Request the canonical reviewed apply flow | Owner |
/nookins search status | Show search runtime/provider health | Owner |
/nookins storage status | Show storage inventory and health | Owner |
/nookins storage preview CLASS | Preview a bounded maintenance action | Owner |
/nookins tool search QUERY | Search granted Nookins tools | Owner |
/nookins tool show TOOL | Inspect one granted Nookins tool | Owner |
/nookins notification list | List owner notifications | Owner |
/nookins notification acknowledge NOTIFICATION | Acknowledge one notification | Owner |
/nookins help [DOMAIN] | Show canonical Nookins help | Conversation |
Before using a command
/model validates exact provider/model IDs against the live catalog; unsupported reasoning effort can reject a change. /qr renders only on WhatsApp, with a 400-byte UTF-8 payload limit. /context dump is advanced owner-private diagnostics and can contain private prompt/context material; do not share its artifact publicly.
Task inspection is different from starting or cancelling a task. Settings, schedules and permission changes may require a reviewed proposal; typing a command does not bypass that review. A sender's role and quiet-hours policy are checked again before delivery. Read interaction rules and use the CLI reference for commands entered in a terminal.