mirror of
https://github.com/bendtherules/opencode-plugin-compaction-prompt.git
synced 2026-08-18 21:52:46 +00:00
15 lines
334 B
JSON
15 lines
334 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"plugin": [
|
|
[
|
|
"opencode-plugin-compaction-prompt",
|
|
{
|
|
"memoryFile": ".opencode/compaction.md",
|
|
"mode": "append",
|
|
"prompt": "<Example prompt for compaction>",
|
|
"completionMarker": "Custom compaction request honored."
|
|
}
|
|
]
|
|
]
|
|
}
|