Skip to content

Commit 08ef2d4

Browse files
authored
Merge pull request #68 from Tarquinen/docs/add-showUpdateToasts-readme
docs: add showUpdateToasts config option to README
2 parents 8dea573 + 90f1ea5 commit 08ef2d4

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Add to your OpenCode config:
1313
```jsonc
1414
// opencode.jsonc
1515
{
16-
"plugin": ["@tarquinen/[email protected].0"]
16+
"plugin": ["@tarquinen/[email protected].1"]
1717
}
1818
```
1919

@@ -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) |

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.0",
4+
"version": "0.4.1",
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)