Skip to content

Commit ef6e008

Browse files
committed
Fix README to accurately document autoUpdate default behavior
The README previously stated autoUpdate was enabled by default and that DCP 'automatically updates itself'. This was incorrect - autoUpdate defaults to false. Updated documentation to: - Clarify that auto-update is opt-in (set autoUpdate: true to enable) - Change default value in config table from true to false - Update description text to say 'checks for' instead of 'updates'
1 parent 8c245ea commit ef6e008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add to your OpenCode config:
2222

2323
The `experimental.primary_tools` setting ensures the `prune` tool is only available to the primary agent (not subagents).
2424

25-
DCP automatically updates itself in the background when new versions are available. You'll see a toast notification when an update is downloaded—just restart OpenCode to apply it. To disable auto-updates, set `"autoUpdate": false` in your DCP config.
25+
DCP automatically checks for new versions in the background. You'll see a toast notification when an update is available. To enable automatic background updates, set `"autoUpdate": true` in your DCP config.
2626

2727
Restart OpenCode. The plugin will automatically start optimizing your sessions.
2828

@@ -63,7 +63,7 @@ DCP uses its own config file (`~/.config/opencode/dcp.jsonc` or `.opencode/dcp.j
6363
| `model` | (session) | Model for analysis (e.g., `"anthropic/claude-haiku-4-5"`) |
6464
| `showModelErrorToasts` | `true` | Show notifications on model fallback |
6565
| `showUpdateToasts` | `true` | Show notifications when a new version is available |
66-
| `autoUpdate` | `true` | Automatically download new versions (restart to apply) |
66+
| `autoUpdate` | `false` | Automatically download new versions (restart to apply) |
6767
| `strictModelSelection` | `false` | Only run AI analysis with session or configured model (disables fallback models) |
6868
| `pruning_summary` | `"detailed"` | `"off"`, `"minimal"`, or `"detailed"` |
6969
| `nudge_freq` | `10` | How often to remind AI to prune (lower = more frequent) |

0 commit comments

Comments
 (0)