reference
The command-line.
Every Anthracode subcommand. Run anthracode --help in your terminal for the canonical list.
Sessions
anthracode [project]Start an interactive TUI session in the current (or named) project.
anthracode attach <url>Attach to an existing project share URL or remote project directory.
anthracode run <prompt>One-shot mode. Runs a prompt to completion and prints the result. Useful in scripts.
Memory
anthracode memory lsList memory entries grouped by section (user, project, shared, scratch).
anthracode memory show <id>Print a memory entry to stdout.
anthracode memory rm <id>Remove a memory entry.
anthracode memory edit <id>Open the entry in $EDITOR.
Tasks
anthracode tasks lsList tasks in the current project. Status filter via --status.
anthracode tasks resume <id>Resume an in-progress task.
anthracode tasks rm <id>Delete a task. Completed tasks auto-trim.
MCP
anthracode mcp lsList configured MCP servers.
anthracode mcp add <name> <url-or-cmd>Register a Model Context Protocol server. See the MCP guide.
anthracode mcp rm <name>Remove a configured MCP server.
Models & auth
anthracode auth loginConfigure provider API keys interactively.
anthracode modelsList available models for your configured providers.
Misc
anthracode --versionPrint the 4-part version.
anthracode --helpPrint the full command list.
Environment variables
ANTHRACODE_HOME=~/.anthracode # config and global memory
ANTHRACODE_LOG_LEVEL=info # debug | info | warn | error
ANTHRACODE_NO_COLOR=1 # disable ANSI colour
OPENCODE_VERSION=2.0.0.0 # override version (CI builds)