docs: update configuration documentation

- Add missing config options: STRIX_LLM_MAX_RETRIES, STRIX_MEMORY_COMPRESSOR_TIMEOUT, STRIX_TELEMETRY
- Remove non-existent options: LLM_RATE_LIMIT_DELAY, LLM_RATE_LIMIT_CONCURRENT
- Fix defaults: STRIX_SANDBOX_EXECUTION_TIMEOUT (500 -> 120), STRIX_IMAGE (0.1.10 -> 0.1.11)
- Add config file documentation section
- Add --config CLI option to cli.mdx
This commit is contained in:
0xallam
2026-01-21 15:10:07 -08:00
committed by Ahmed Allam
parent 1b394b808b
commit 82d1c0cec4
2 changed files with 42 additions and 14 deletions

View File

@@ -31,6 +31,10 @@ strix --target <target> [options]
Run in headless mode without TUI. Ideal for CI/CD.
</ParamField>
<ParamField path="--config" type="string">
Path to a custom config file (JSON) to use instead of `~/.strix/cli-config.json`.
</ParamField>
## Examples
```bash