3 Commits
Author SHA1 Message Date
bendtherules edb5bb47f4 chore: release v0.2.4 2026-08-01 19:11:14 +05:30
bendtherules 57c96fcd3b docs: prepare release notes 2026-08-01 19:11:06 +05:30
bendtherules 2fe522b99e chore: normalize package metadata 2026-08-01 19:10:44 +05:30
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## 0.2.4
- Normalize npm package repository metadata.
## 0.2.3
- Always ask the model to report whether custom compaction instructions were applied.
+2 -2
View File
@@ -1,13 +1,13 @@
{
"name": "opencode-plugin-compaction-prompt",
"version": "0.2.3",
"version": "0.2.4",
"description": "Customize OpenCode's compaction prompt to preserve important context and omit unnecessary details.",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/bendtherules/opencode-plugin-compaction-prompt.git"
"url": "git+https://github.com/bendtherules/opencode-plugin-compaction-prompt.git"
},
"homepage": "https://github.com/bendtherules/opencode-plugin-compaction-prompt#readme",
"bugs": {