Settings Reference#
All Llamatik Code settings live under Settings → Llamatik Code.
Llamatik Code (main page)#
| Setting | Description |
|---|
| License key | Pro license key |
| Trial status | Days remaining in free trial |
Inference#
| Setting | Description | Default |
|---|
| Model path | Absolute path to a GGUF model file | — |
| Context size | Token context window | 4096 |
| Threads | CPU threads for inference | System cores / 2 |
| GPU layers | Layers offloaded to GPU (0 = CPU only) | 0 |
| Temperature | Sampling temperature | 0.7 |
| Top-p | Nucleus sampling threshold | 0.9 |
| Agent fallback policy | ABORT / RETRY / ESCALATE on step failure | ABORT |
| Run benchmark | Measure tokens/s for the current model | — |
MCP Servers (1.4.0+)#
| Setting | Description |
|---|
| Server list | All configured MCP servers |
| Add server | Open the server editor |
| Auto-approval rules | Per-tool and per-server rules (Pro) |
Per-server fields: name, command, arguments, environment variables, working directory, enabled, auto-start, trust level.
External Knowledge (1.5.0+)#
| Setting | Description | Default |
|---|
| Enable external knowledge | Master toggle | off |
| Max searches per day | Daily quota (up to tier limit) | tier default |
| Max pages per task | Pages fetched per task | tier default |
| Enable auto-use | Agent searches automatically (Pro) | off |
| Docs sources | Private documentation sources | empty |
Tier limits: Free — 5 searches/day, 3 pages/task, 1 docs source. Pro — 50/day, 10/task, 10 sources.
Code Health Monitor (1.5.0+)#
| Setting | Description | Default |
|---|
| Enable Code Health Monitor | Master toggle | off |
| Analysis mode | OFF / LIGHT / BALANCED / AGGRESSIVE | OFF |
| Run trigger | MANUAL / ON_SAVE / IDLE / BEFORE_COMMIT | MANUAL |
| Max files per scan | Override mode file budget | mode default |
| Max runtime (ms) | Override mode time budget | mode default |
| Max model calls per hour | Rate limit for model-backed insights | mode default |
| Live suggestions | Inline hints as you type (Pro) | off |
| Test awareness | Include missing-test detection | on |
| Regression detection | Include git-diff analysis | off |
| Show dashboard | Enable health dashboard panel | on |
| Before-commit review | Auto-run before every commit (Pro) | off |
Budget reference#
| Mode | Max files | Max runtime | Model calls/hour | Max insights/file |
|---|
| LIGHT | 5 | 8 s | 3 | 3 |
| BALANCED (Pro) | 30 | 30 s | 20 | 10 |
| AGGRESSIVE (Pro) | 150 | 120 s | 50 | 20 |