Skip to content

Commit 12e6b96

Browse files
committed
Add strictModelSelection to README
1 parent 1b40887 commit 12e6b96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ DCP uses its own config file (`~/.config/opencode/dcp.jsonc` or `.opencode/dcp.j
3636
| `debug` | `false` | Log to `~/.config/opencode/logs/dcp/` |
3737
| `model` | (session) | Model for analysis (e.g., `"anthropic/claude-haiku-4-5"`) |
3838
| `showModelErrorToasts` | `true` | Show notifications on model fallback |
39+
| `strictModelSelection` | `false` | Only run AI analysis with session or configured model (disables fallback models) |
3940
| `pruning_summary` | `"detailed"` | `"off"`, `"minimal"`, or `"detailed"` |
4041
| `protectedTools` | `["task", "todowrite", "todoread", "context_pruning"]` | Tools that are never pruned |
4142
| `strategies.onIdle` | `["deduplication", "ai-analysis"]` | Strategies for automatic pruning |

0 commit comments

Comments
 (0)