We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 630c269 commit 4d8c845Copy full SHA for 4d8c845
package.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://json.schemastore.org/package.json",
3
"name": "@tarquinen/opencode-dcp",
4
- "version": "0.3.8",
+ "version": "0.3.9",
5
"type": "module",
6
"description": "OpenCode plugin that optimizes token usage by pruning obsolete tool outputs from conversation context",
7
"main": "./dist/index.js",
@@ -39,7 +39,7 @@
39
"dependencies": {
40
"@ai-sdk/openai-compatible": "^1.0.27",
41
"@opencode-ai/sdk": "latest",
42
- "@tarquinen/opencode-auth-provider": "^0.1.4",
+ "@tarquinen/opencode-auth-provider": "^0.1.5",
43
"ai": "^5.0.98",
44
"gpt-tokenizer": "^3.4.0",
45
"jsonc-parser": "^3.3.1",
0 commit comments