mirror of
https://github.com/bendtherules/opencode-plugin-compaction-prompt.git
synced 2026-08-18 13:42:55 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
edb5bb47f4 | ||
|
|
57c96fcd3b | ||
|
|
2fe522b99e |
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.2.4
|
||||||
|
|
||||||
|
- Normalize npm package repository metadata.
|
||||||
|
|
||||||
## 0.2.3
|
## 0.2.3
|
||||||
|
|
||||||
- Always ask the model to report whether custom compaction instructions were applied.
|
- Always ask the model to report whether custom compaction instructions were applied.
|
||||||
|
|||||||
+2
-2
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "opencode-plugin-compaction-prompt",
|
"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.",
|
"description": "Customize OpenCode's compaction prompt to preserve important context and omit unnecessary details.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"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",
|
"homepage": "https://github.com/bendtherules/opencode-plugin-compaction-prompt#readme",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
|||||||
Reference in New Issue
Block a user