You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Add to your OpenCode config:
13
13
```jsonc
14
14
// opencode.jsonc
15
15
{
16
-
"plugin": ["@tarquinen/opencode-dcp@0.4.2"],
16
+
"plugin": ["@tarquinen/opencode-dcp"],
17
17
"experimental": {
18
18
"primary_tools": ["prune"]
19
19
}
@@ -22,7 +22,7 @@ Add to your OpenCode config:
22
22
23
23
The `experimental.primary_tools` setting ensures the `prune` tool is only available to the primary agent (not subagents).
24
24
25
-
When a new version is available, DCP will show a toast notification. Update by changing the version number in your config.
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.
26
26
27
27
Restart OpenCode. The plugin will automatically start optimizing your sessions.
28
28
@@ -63,6 +63,7 @@ DCP uses its own config file (`~/.config/opencode/dcp.jsonc` or `.opencode/dcp.j
63
63
|`model`| (session) | Model for analysis (e.g., `"anthropic/claude-haiku-4-5"`) |
64
64
|`showModelErrorToasts`|`true`| Show notifications on model fallback |
65
65
|`showUpdateToasts`|`true`| Show notifications when a new version is available |
66
+
|`autoUpdate`|`true`| Automatically download new versions (restart to apply) |
66
67
|`strictModelSelection`|`false`| Only run AI analysis with session or configured model (disables fallback models) |
67
68
|`pruning_summary`|`"detailed"`|`"off"`, `"minimal"`, or `"detailed"`|
68
69
|`nudge_freq`|`10`| How often to remind AI to prune (lower = more frequent) |
0 commit comments