diff options
| author | Dax Raad <[email protected]> | 2025-08-11 23:36:31 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-11 23:37:09 -0400 |
| commit | 1ec71e419b4ed24af77d8ffe197390927dc074e9 (patch) | |
| tree | e1fbd8421acb6767eb068a08ea74cfcec05e55a1 /opencode.json | |
| parent | 5fbbdcaf643cfa47e297a33d6b7b1ff90c1f6ae0 (diff) | |
| download | opencode-1ec71e419b4ed24af77d8ffe197390927dc074e9.tar.gz opencode-1ec71e419b4ed24af77d8ffe197390927dc074e9.zip | |
support wildcard matching tool names in config
Diffstat (limited to 'opencode.json')
| -rw-r--r-- | opencode.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opencode.json b/opencode.json index 59f14ac75..003253ee7 100644 --- a/opencode.json +++ b/opencode.json @@ -1,5 +1,8 @@ { "$schema": "https://opencode.ai/config.json", + "agent": { + "build": {} + }, "mcp": { "context7": { "type": "remote", |
