mirror of
https://github.com/awizemann/scarf.git
synced 2026-05-10 10:36:35 +00:00
44afa8f53b
The config.yaml uses YAML empty string literal (provider: '') which the parser reads as the literal string '' rather than an empty string. Strip surrounding quotes before checking so '' and "" are treated as empty. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>