There was an error while loading. Please reload this page.
1 parent 1b40887 commit 12e6b96Copy full SHA for 12e6b96
1 file changed
README.md
@@ -36,6 +36,7 @@ DCP uses its own config file (`~/.config/opencode/dcp.jsonc` or `.opencode/dcp.j
36
| `debug` | `false` | Log to `~/.config/opencode/logs/dcp/` |
37
| `model` | (session) | Model for analysis (e.g., `"anthropic/claude-haiku-4-5"`) |
38
| `showModelErrorToasts` | `true` | Show notifications on model fallback |
39
+| `strictModelSelection` | `false` | Only run AI analysis with session or configured model (disables fallback models) |
40
| `pruning_summary` | `"detailed"` | `"off"`, `"minimal"`, or `"detailed"` |
41
| `protectedTools` | `["task", "todowrite", "todoread", "context_pruning"]` | Tools that are never pruned |
42
| `strategies.onIdle` | `["deduplication", "ai-analysis"]` | Strategies for automatic pruning |
0 commit comments