# Silk Code CLI

## Start Silk Code

```bash
silkcode .
silkcode ~/Projects/my-project
```

## Open the local GUI

```bash
silkcode gui .
```

## One-shot request

```bash
silkcode -p "Fix the failing tests and verify the result"
```

## Commands

- `silkcode review` — review uncommitted changes
- `silkcode test` — run the detected test framework
- `silkcode models` — list, add, pull, or select models
- `silkcode sessions` — list saved sessions
- `silkcode resume` — continue a saved session
- `silkcode mcp` — manage MCP servers
- `silkcode sandbox` — configure remote execution
- `silkcode benchmark` — run coding model evaluations

Interactive commands include `/model`, `/mode`, `/diff`, `/revert`, `/push`, and `/usage`.
