Commit Graph
6 Commits
Author SHA1 Message Date
bendtherules 9f549acfde fix: correct $ARGUMENTS token in plugin-compaction-init template
OpenCode's argument token is $ARGUMENTS, not $ARGUMENTS$. With the
extra dollar sign, OpenCode did not substitute the token, so the LLM
ended up writing the literal $ARGUMENTS$ line into the memory file
when no arguments were passed.
2026-08-11 12:55:37 +05:30
bendtherules e8c76ea922 feat: auto-register plugin-compaction-init slash command
Adds a custom OpenCode command that scaffolds the compaction memory
file with ## Keep and ## Discard sections of classification rules.
The configured memoryFile path is substituted into both the command
description and the prompt template, and any arguments passed after
the command name are appended as user instructions.
2026-08-11 12:48:11 +05:30
bendtherules 55db9835a2 feat: always report compaction status 2026-08-01 19:09:10 +05:30
bendtherules 01201a28e8 feat: mark compaction status 2026-08-01 19:06:21 +05:30
bendtherules f3e8dd4b04 fix: skip empty compaction instructions 2026-08-01 16:57:58 +05:30
bendtherules 9b70b18295 feat: add compaction prompt plugin 2026-08-01 16:51:37 +05:30