Skip to content

Commit 9f54923

Browse files
authored
Merge pull request #100 from Tarquinen/docs/fix-autoupdate-default-description
Fix autoUpdate documentation to reflect actual defaults
2 parents 8c245ea + 906aa7d commit 9f54923

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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) |

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@tarquinen/opencode-dcp",
4-
"version": "0.4.10",
4+
"version": "0.4.11",
55
"type": "module",
66
"description": "OpenCode plugin that optimizes token usage by pruning obsolete tool outputs from conversation context",
77
"main": "./dist/index.js",

0 commit comments

Comments
 (0)