Skip to content

Commit cb848c6

Browse files
committed
docs: document subagent limitation, bump to 1.1.5
DCP is disabled for subagents since their purpose is to return a concise summary to the main agent, which pruning could interfere with. Closes #232
1 parent b364cda commit cb848c6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ Each level overrides the previous, so project settings take priority over config
144144

145145
Restart OpenCode after making config changes.
146146

147+
## Limitations
148+
149+
**Subagents** — DCP is disabled for subagents. Subagents are not designed to be token efficient; what matters is that the final message returned to the main agent is a concise summary of findings. DCP's pruning could interfere with this summarization behavior.
150+
147151
## License
148152

149153
MIT

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": "1.1.4",
4+
"version": "1.1.5",
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)