The live config is read AND written by the coder (UI provider toggles PATCH it),
so tracking it churned `git status`. Untrack it (now gitignored under data/*),
add a tracked data/coder-providers.example.json reference, and update the
.gitignore exception + CLAUDE.md/BOOCODER.md docs. Loader already falls back to
{providers:{}} (built-ins only) when the live file is absent. + CHANGELOG v2.5.15.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
13 lines
225 B
JSON
13 lines
225 B
JSON
{
|
|
"providers": {
|
|
"goose": { "enabled": false },
|
|
"amp-acp": {
|
|
"extends": "acp",
|
|
"label": "Amp",
|
|
"description": "ACP wrapper for Amp",
|
|
"command": ["amp-acp"],
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|