We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dea573 commit f76700dCopy full SHA for f76700d
README.md
@@ -57,6 +57,7 @@ DCP uses its own config file (`~/.config/opencode/dcp.jsonc` or `.opencode/dcp.j
57
| `debug` | `false` | Log to `~/.config/opencode/logs/dcp/` |
58
| `model` | (session) | Model for analysis (e.g., `"anthropic/claude-haiku-4-5"`) |
59
| `showModelErrorToasts` | `true` | Show notifications on model fallback |
60
+| `showUpdateToasts` | `true` | Show notifications when a new version is available |
61
| `strictModelSelection` | `false` | Only run AI analysis with session or configured model (disables fallback models) |
62
| `pruning_summary` | `"detailed"` | `"off"`, `"minimal"`, or `"detailed"` |
63
| `nudge_freq` | `10` | How often to remind AI to prune (lower = more frequent) |
0 commit comments