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 8e5b180 commit 7b3a79dCopy full SHA for 7b3a79d
1 file changed
README.md
@@ -9,7 +9,7 @@ Automatically reduces token usage in OpenCode by managing conversation context.
9
10
## Installation
11
12
-Add to your OpenCode config:
+Add to your OpenCode configs:
13
14
```jsonc
15
// opencode.jsonc
@@ -18,6 +18,13 @@ Add to your OpenCode config:
18
}
19
```
20
21
+```jsonc
22
+// tui.jsonc
23
+{
24
+ "plugin": ["@tarquinen/opencode-dcp@latest"],
25
+}
26
+```
27
+
28
Using `@latest` ensures you always get the newest version automatically when OpenCode starts.
29
30
Restart OpenCode. The plugin will automatically start optimizing your sessions.
0 commit comments