Skip to content

Commit 8bc7101

Browse files
committed
v0.3.20 - Bump version
1 parent 4e2530c commit 8bc7101

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Add to your OpenCode config:
1313
```jsonc
1414
// opencode.jsonc
1515
{
16-
"plugin": ["@tarquinen/[email protected].19"]
16+
"plugin": ["@tarquinen/[email protected].20"]
1717
}
1818
```
1919

@@ -48,7 +48,7 @@ DCP uses its own config file (`~/.config/opencode/dcp.jsonc` or `.opencode/dcp.j
4848
| `pruning_summary` | `"detailed"` | `"off"`, `"minimal"`, or `"detailed"` |
4949
| `protectedTools` | `["task", "todowrite", "todoread", "context_pruning"]` | Tools that are never pruned |
5050
| `strategies.onIdle` | `["deduplication", "ai-analysis"]` | Strategies for automatic pruning |
51-
| `strategies.onTool` | `["deduplication"]` | Strategies when AI calls `context_pruning` |
51+
| `strategies.onTool` | `["deduplication", "ai-analysis"]` | Strategies when AI calls `context_pruning` |
5252

5353
**Strategies:** `"deduplication"` (fast, zero LLM cost) and `"ai-analysis"` (maximum savings). Empty array disables that trigger.
5454

@@ -57,7 +57,7 @@ DCP uses its own config file (`~/.config/opencode/dcp.jsonc` or `.opencode/dcp.j
5757
"enabled": true,
5858
"strategies": {
5959
"onIdle": ["deduplication", "ai-analysis"],
60-
"onTool": ["deduplication"]
60+
"onTool": ["deduplication", "ai-analysis"]
6161
},
6262
"protectedTools": ["task", "todowrite", "todoread", "context_pruning"]
6363
}

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