Skip to content

Commit f76700d

Browse files
committed
docs: add showUpdateToasts config option to README
Document the new showUpdateToasts configuration option that was added in v0.4.0 to allow users to disable update notification toasts.
1 parent 8dea573 commit f76700d

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
@@ -57,6 +57,7 @@ DCP uses its own config file (`~/.config/opencode/dcp.jsonc` or `.opencode/dcp.j
5757
| `debug` | `false` | Log to `~/.config/opencode/logs/dcp/` |
5858
| `model` | (session) | Model for analysis (e.g., `"anthropic/claude-haiku-4-5"`) |
5959
| `showModelErrorToasts` | `true` | Show notifications on model fallback |
60+
| `showUpdateToasts` | `true` | Show notifications when a new version is available |
6061
| `strictModelSelection` | `false` | Only run AI analysis with session or configured model (disables fallback models) |
6162
| `pruning_summary` | `"detailed"` | `"off"`, `"minimal"`, or `"detailed"` |
6263
| `nudge_freq` | `10` | How often to remind AI to prune (lower = more frequent) |

0 commit comments

Comments
 (0)