mirror of
https://github.com/0xMassi/webclaw.git
synced 2026-05-13 17:02:36 +02:00
Introduces config.rs with NoxaConfig (serde Deserialize, all-optional fields, unknown-field-tolerant), ResolvedConfig (concrete post-merge struct), and NoxaConfig::load() (explicit path > NOXA_CONFIG env > ./config.json, missing file returns default). Also adds Debug derives to OutputFormat, Browser, and PdfModeArg required by NoxaConfig. 4 tests pass. |
||
|---|---|---|
| .. | ||
| noxa-cli | ||
| noxa-core | ||
| noxa-fetch | ||
| noxa-llm | ||
| noxa-mcp | ||
| noxa-pdf | ||