Skip to content

Commit 4d8c845

Browse files
committed
fix: update opencode-auth-provider to 0.1.5 to fix cache thrashing
1 parent 630c269 commit 4d8c845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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.8",
4+
"version": "0.3.9",
55
"type": "module",
66
"description": "OpenCode plugin that optimizes token usage by pruning obsolete tool outputs from conversation context",
77
"main": "./dist/index.js",
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@ai-sdk/openai-compatible": "^1.0.27",
4141
"@opencode-ai/sdk": "latest",
42-
"@tarquinen/opencode-auth-provider": "^0.1.4",
42+
"@tarquinen/opencode-auth-provider": "^0.1.5",
4343
"ai": "^5.0.98",
4444
"gpt-tokenizer": "^3.4.0",
4545
"jsonc-parser": "^3.3.1",

0 commit comments

Comments
 (0)