Both
@remember {id}›
Boosts any message's retrieval importance (×2, or ×3 if marked by both you and the AI). Every message shows its ID as [ID:N] in context. The AI's own current response ID appears at the bottom of the current message block.
@recall {topic}›
Retrieves semantically similar memories from past conversations. Triggers continuation — the AI pauses, receives the results, then continues its response naturally.
@recall --deep {topic}›
Same as @recall but searches the deep archive: messages older than 6 months or with low importance that don't surface in normal retrieval.
@forget {topic}›
Archives memories matching a topic, moving them to deep storage where they won't appear in normal retrieval. Use to declutter active memory.
@concept list›
Lists all narrative concepts — high-level interpretive frameworks that surface automatically when their keywords appear in conversation. Triggers continuation.
@concept view {name}›
Shows the full definition, keywords, and content of a specific concept. Triggers continuation.
@concept create {name}›
Creates a new narrative concept. Inline syntax: @concept create name | kw1, kw2 | definition text
@concept edit {name}›
Edits an existing concept's keywords or content using the same pipe syntax as create.
@concept delete {name}›
Permanently deletes a concept.
@file list›
Lists all uploaded files with descriptions and UUIDs. Triggers continuation so the AI can act on the listing.
@file view {uuid}›
Loads a file's full content into context. Triggers continuation so the AI can read and respond to it. Supports images, PDFs, text, and JSON.
@file search {query}›
Searches uploaded files by their descriptions. Triggers continuation with matching results.
@config {param} {value}›
Adjusts runtime settings. Changes take effect immediately. See config.example.json for available parameters.
AI only
@note {section}›
Creates or replaces a named section in the AI's persistent notepad. Content goes between the command and @endnote. Notes survive across conversations and always appear in context.
@note remove {section}›
Removes a named note section from the notepad.
@note clear›
Clears all note sections entirely.
@describe {uuid}›
Views a file and generates a persistent description for it, enabling future @file search results. Triggers continuation so the AI sees the file first.
@artifact {category}/{slug}›
Saves creative or technical work as a markdown file on disk. Full syntax: @artifact category/slug | title | tag1, tag2 | summary followed by content and @endartifact. Categories: poetry, stories, technical, design.