Skip to content

Commit 7b3a79d

Browse files
committed
docs: add tui plugin install config
1 parent 8e5b180 commit 7b3a79d

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Automatically reduces token usage in OpenCode by managing conversation context.
99

1010
## Installation
1111

12-
Add to your OpenCode config:
12+
Add to your OpenCode configs:
1313

1414
```jsonc
1515
// opencode.jsonc
@@ -18,6 +18,13 @@ Add to your OpenCode config:
1818
}
1919
```
2020

21+
```jsonc
22+
// tui.jsonc
23+
{
24+
"plugin": ["@tarquinen/opencode-dcp@latest"],
25+
}
26+
```
27+
2128
Using `@latest` ensures you always get the newest version automatically when OpenCode starts.
2229

2330
Restart OpenCode. The plugin will automatically start optimizing your sessions.

0 commit comments

Comments
 (0)