Silk Code CLI
Start interactive or one-shot coding sessions, review changes, run tests, manage models, and resume previous work.
Start Silk Code
silkcode .
silkcode ~/Projects/my-project
silkcode gui .
silkcode -p "Fix the failing tests and verify the result"
Command reference
| Command | Purpose |
|---|---|
| silkcode [path] | Start the interactive terminal REPL. |
| silkcode gui [path] | Open the local browser GUI. |
| silkcode review | Review uncommitted changes. |
| silkcode test | Run the detected project test framework. |
| silkcode models | List, add, pull, or select models. |
| silkcode sessions | List previous sessions. |
| silkcode resume | Continue a saved session. |
| silkcode mcp | Manage Model Context Protocol servers. |
| silkcode sandbox | Configure remote execution. |
| silkcode benchmark | Run coding model evaluations. |
Interactive commands
Inside the REPL, use /model, /mode, /diff, /revert, /push, and /usage.