Shell mode
Prefix any command with ! and CyxCode runs it directly without spending a model turn. Known failures are matched before the agent runs, so the fix appears instantly and repeated errors stay free.
Deep dive
A direct look at the CyxCode workflow: what appears in the terminal, and what each capability does in practice.
Prefix any command with ! and CyxCode runs it directly without spending a model turn. Known failures are matched before the agent runs, so the fix appears instantly and repeated errors stay free.
When a pattern misses, the agent handles the failure once, then CyxCode captures the error, proposed fix, and generated regex for review. Approved patterns become reusable guardrails for the next session.
Small indexed files in .cyxcode/memory/ preserve decisions, conventions, and discoveries. Recall loads only what is relevant, so useful project knowledge returns without flooding the prompt.
When no exact pattern matches, local semantic recall searches prior errors and project context for near matches. The agent gets a better starting point while the lookup stays local and free.
| Command | What it does |
|---|---|
/cyxinit | Initialize .cyxcode/ in a project |
/remember <info> | Save a memory manually |
/learn-patterns | Review and approve learned patterns |
/dream | Consolidate memories, patterns, and stats |
/update | Upgrade to the latest release |
cyxcode audit | Show recent audit events |
cyxcode report | Generate a token savings report |
Install once. The pattern library starts growing on your first error.