SWUST Code龙山灵码
A terminal tool for long-running software engineering tasks. Built on MiMo-Code, it provides memory, checkpoints, subagents, goal-driven execution, and a Chinese-first TUI.
A terminal tool for long-running software engineering tasks. Built on MiMo-Code, it provides memory, checkpoints, subagents, goal-driven execution, and a Chinese-first TUI.
INSTALL
npm install -g @swust-code/cli
swust-codeFACTS
swust-code.swust-code/SWUST Code is most useful inside an existing repository, especially when the work cannot be finished in one turn:
For a short conceptual explanation, a normal chat tool is usually simpler.
Project memory stores durable rules and facts. When a session approaches the context limit, checkpoints record progress and help rebuild the next working context.
Read: Persistent Memory
goal describes a completion condition in natural language, compose structures complex work, and subagents handle local research, implementation, or verification.
Read: Agent Modes
Task Gate, Bash Safety, Write Guard, and Document Validation handle premature stopping, risky shell commands, out-of-bounds writes, and structured-document edits.
Read: Security
/dream consolidates project knowledge. /distill turns repeated actions into skills, commands, subagents, or workflows.
Read: Workflow Engine
| Goal | Page |
|---|---|
| Install and complete the first launch | Quick Start |
| Configure models and providers | LLM Providers |
Understand subagents, goal, and compose | Agent Modes |
| Check CLI commands and config fields | CLI Commands, Config Schema |
| Read the current version status | Mainline Status |