Skip to content

Commit ef76025

Browse files
committed
v0.3.17 - Bump version
1 parent 6bdd419 commit ef76025

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add to your OpenCode config:
2121
```jsonc
2222
// opencode.jsonc
2323
{
24-
"plugins": ["@tarquinen/[email protected].16"]
24+
"plugins": ["@tarquinen/[email protected].17"]
2525
}
2626
```
2727

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