nookins / docs

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

UsagePurposeScope
/statusShow compact Nookins statusConversation
/agentShow the active agentConversation
/qr TEXTGenerate a branded QR image (WhatsApp only)Conversation
/ack [on|off|default]Configure the πŸ‘€ acknowledgementOwner
/model [list|auto|MODEL_ID|PROVIDER MODEL_ID]Show or set the conversation modelConversation
/think [auto|minimal|low|medium|high|xhigh|max|ultra]Show or set reasoning effortConversation
/mode [queue|steer]Show or set queue/steer modeConversation
/newStart a fresh agent threadConversation
/settingsShow everyday conversation settingsConversation
/task [PROMPT|#HANDLE|follow #HANDLE|cancel #HANDLE]Start, inspect, follow, or cancel background workConversation
/context dumpDownload the effective prompt for troubleshootingConversation
/stopStop the active turnConversation
/voice [MODE] [LANG] [VOICE]Configure voice repliesConversation
/calendar [status|connect|disconnect|help]Connect or inspect your Nookins-native Google CalendarConversation
/sentinel [status|mode|off|help] [--global]Inspect or configure Sentinel for this conversation or installationConversation
/helpList available Nookins commandsConversation

Advanced commands

UsagePurposeScope
/nookins statusShow compact Nookins statusConversation
/nookins session listList conversation sessionsConversation
/nookins session show SESSIONInspect one conversation sessionConversation
/nookins session use SESSIONSwitch to one conversation sessionConversation
/nookins session newStart a new conversation sessionConversation
/nookins session resume [SESSION]Resume a conversation sessionConversation
/nookins session fork [TURN]Fork a conversation sessionConversation
/nookins session rename NAMERename the current sessionConversation
/nookins session archive SESSIONArchive a conversation sessionConversation
/nookins session resetReset into a fresh agent threadConversation
/nookins session retryRetry with recorded frozen contextConversation
/nookins session undoBranch before the last completed turnConversation
/nookins agent listList available agentsConversation
/nookins agent show AGENTInspect one agentConversation
/nookins agent use AGENTSwitch to one agentConversation
/nookins agent whoamiShow this conversation and agent identityConversation
/nookins model [list|auto|MODEL_ID]Show or set the conversation modelConversation
/nookins context statusShow context continuity statusConversation
/nookins context show [RUN]Inspect the effective contextConversation
/nookins context recover RUNRequest explicit context recoveryOwner
/nookins input append TEXTAppend input to the active runConversation
/nookins input correct INPUT TEXTCorrect one exact prior inputConversation
/nookins input separate turn|task TEXTRoute input to a separate turn or taskConversation
/nookins input queue TEXTQueue input for the next turnConversation
/nookins input interrupt TEXTInterrupt then project exact inputOwner
/nookins queue listInspect pending inputConversation
/nookins queue cancel ITEM GENERATIONCancel an unleased queue itemConversation
/nookins task listList background tasksConversation
/nookins task show TASKInspect a background taskConversation
/nookins task follow TASKFollow task progressConversation
/nookins task cancel TASKCancel a background taskConversation
/nookins approval listList pending approvalsOwner
/nookins approval show APPROVALInspect an exact approvalOwner
/nookins records listList Agent RecordsOwner
/nookins records show RECORDInspect one Agent RecordOwner
/nookins records history RECORDInspect Agent Record historyOwner
/nookins records diff RECORD FROM TODiff Agent Record revisionsOwner
/nookins files status [AGENT]Show Agent Files statusOwner
/nookins files list AGENT [PATH]List Agent FilesOwner
/nookins files stat AGENT PATHInspect an Agent FileOwner
/nookins files read AGENT PATHRead a bounded Agent File rangeOwner
/nookins run listList task runsOwner
/nookins run show RUNInspect one task runOwner
/nookins run stopStop the active conversation runOwner
/nookins run cancel RUN REVISIONCancel one task runOwner
/nookins run recovery preview RUN ACTIONPreview one task-run recoveryOwner
/nookins run recovery execute RUN PREVIEW_DIGESTExecute an exact recovery previewOwner
/nookins settings search QUERYSearch the typed settings catalogOwner
/nookins settings get KEY --scope SCOPEInspect one effective settingOwner
/nookins settings explain KEY --scope SCOPEExplain one setting and its sourceOwner
/nookins settings set KEY VALUE --scope SCOPESet or propose one typed settingOwner
/nookins settings export [--scope SCOPE]Export a sanitized settings projectionOwner
/nookins config statusShow source, staged, active, and runtime stateOwner
/nookins config review [PROPOSAL]Review the exact staged configurationOwner
/nookins config apply [PROPOSAL]Request the canonical reviewed apply flowOwner
/nookins search statusShow search runtime/provider healthOwner
/nookins storage statusShow storage inventory and healthOwner
/nookins storage preview CLASSPreview a bounded maintenance actionOwner
/nookins tool search QUERYSearch granted Nookins toolsOwner
/nookins tool show TOOLInspect one granted Nookins toolOwner
/nookins notification listList owner notificationsOwner
/nookins notification acknowledge NOTIFICATIONAcknowledge one notificationOwner
/nookins help [DOMAIN]Show canonical Nookins helpConversation

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.

On this page