Skip to content

Commit c515ee7

Browse files
committed
v0.4.12 - Bump version
1 parent 5a46bd7 commit c515ee7

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
@@ -13,7 +13,7 @@ Add to your OpenCode config:
1313
```jsonc
1414
// opencode.jsonc
1515
{
16-
"plugin": ["@tarquinen/[email protected].2"],
16+
"plugin": ["@tarquinen/[email protected].12"],
1717
"experimental": {
1818
"primary_tools": ["prune"]
1919
}
@@ -24,7 +24,7 @@ The `experimental.primary_tools` setting ensures the `prune` tool is only availa
2424

2525
When a new version is available, DCP will show a toast notification. Update by changing the version number in your config.
2626

27-
> **Note:** Using `@latest` (e.g. `@tarquinen/opencode-dcp@latest`) does not reliably force the latest update in Opencode. Please use specific version numbers (e.g. `@0.4.2`).
27+
> **Note:** Using `@latest` (e.g. `@tarquinen/opencode-dcp@latest`) does not reliably force the latest update in Opencode. Please use specific version numbers (e.g. `@0.4.12`).
2828
2929
Restart OpenCode. The plugin will automatically start optimizing your sessions.
3030

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