Skip to content

Commit 0024e53

Browse files
authored
fix: update opencode-auth-provider to 0.1.5 to fix cache thrashing (#10)
* fix: update opencode-auth-provider to 0.1.5 to fix cache thrashing * chore: update package-lock.json
1 parent 88641b4 commit 0024e53

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)