mirror of
https://github.com/bendtherules/opencode-plugin-compaction-prompt.git
synced 2026-08-18 13:42:55 +00:00
fix: expose OpenCode server entrypoint
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.2.1
|
||||||
|
|
||||||
|
- Add the server entrypoint expected by OpenCode's npm plugin loader.
|
||||||
|
|
||||||
## 0.1.2
|
## 0.1.2
|
||||||
|
|
||||||
- Skip compaction prompt changes when no prompt or memory file is provided.
|
- Skip compaction prompt changes when no prompt or memory file is provided.
|
||||||
|
|||||||
+7
-1
@@ -1,8 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "opencode-plugin-compaction-prompt",
|
"name": "opencode-plugin-compaction-prompt",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"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",
|
||||||
|
"types": "./dist/index.d.ts",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/bendtherules/opencode-plugin-compaction-prompt.git"
|
"url": "https://github.com/bendtherules/opencode-plugin-compaction-prompt.git"
|
||||||
@@ -15,6 +17,10 @@
|
|||||||
".": {
|
".": {
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"import": "./dist/index.js"
|
"import": "./dist/index.js"
|
||||||
|
},
|
||||||
|
"./server": {
|
||||||
|
"types": "./dist/index.d.ts",
|
||||||
|
"import": "./dist/index.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
|||||||
Reference in New Issue
Block a user