Files
opencode-plugin-compaction-…/CHANGELOG.md
T
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

780 B

Changelog

0.3.0

  • Auto-register a /plugin-compaction-init slash command that scaffolds the compaction memory file with ## Keep and ## Discard sections of classification rules. User-supplied arguments are appended to extend the defaults.

0.2.4

  • Normalize npm package repository metadata.

0.2.3

  • Always ask the model to report whether custom compaction instructions were applied.

0.2.2

  • Add explicit markers for applied and skipped custom compaction instructions.

0.2.1

  • Add the server entrypoint expected by OpenCode's npm plugin loader.

0.1.2

  • Skip compaction prompt changes when no prompt or memory file is provided.

0.1.1

  • Publish the standalone plugin from its public GitHub repository.

0.1.0

  • Initial standalone release.