Deep dive

Core capabilities, shown in the terminal.

A direct look at the CyxCode workflow: what appears in the terminal, and what each capability does in practice.

CyxCode shell mode catching a command failure in the terminal

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.

CyxCode pattern learning review screen

Pattern learning

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.

CyxCode project memory view with saved context

Project memory

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.

CyxCode terminal workflow screenshot

Semantic recall

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.

Commands

Everything at a glance

CommandWhat it does
/cyxinitInitialize .cyxcode/ in a project
/remember <info>Save a memory manually
/learn-patternsReview and approve learned patterns
/dreamConsolidate memories, patterns, and stats
/updateUpgrade to the latest release
cyxcode auditShow recent audit events
cyxcode reportGenerate a token savings report

See it in your terminal.

Install once. The pattern library starts growing on your first error.

Install CyxCode ->