Skip to content

Commit c65f4f8

Browse files
committed
v0.3.16 - Bump version
1 parent a1a0221 commit c65f4f8

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
@@ -59,7 +59,7 @@ Settings merge: **Defaults** → **Global** → **Project**. Restart OpenCode af
5959
### Version Pinning
6060

6161
```json
62-
{ "plugin": ["@tarquinen/[email protected].15"] }
62+
{ "plugin": ["@tarquinen/[email protected].16"] }
6363
```
6464

6565
## License

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