Skip to content

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.

INSTALL

npm install -g @swust-code/cli
swust-code

FACTS

Version
v0.6.0
Base
MiMo-Code
Command
swust-code
Project assets
.swust-code/

What It Is For

SWUST Code is most useful inside an existing repository, especially when the work cannot be finished in one turn:

  • fixing a set of test, type, or build failures
  • completing a refactor, migration, or feature in stages
  • delegating research, implementation, review, or verification to subagents
  • keeping project rules, findings, and progress across sessions

For a short conceptual explanation, a normal chat tool is usually simpler.

Core Capabilities

Keep Project Context

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

Split Long Tasks

goal describes a completion condition in natural language, compose structures complex work, and subagents handle local research, implementation, or verification.

Read: Agent Modes

Reduce Engineering Risk

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

Package Repeated Work

/dream consolidates project knowledge. /distill turns repeated actions into skills, commands, subagents, or workflows.

Read: Workflow Engine

Start Here

GoalPage
Install and complete the first launchQuick Start
Configure models and providersLLM Providers
Understand subagents, goal, and composeAgent Modes
Check CLI commands and config fieldsCLI Commands, Config Schema
Read the current version statusMainline Status