Skip to content

Commit 0aeb033

Browse files
trywebDeveloper
andauthored
docs: update OpenCode compatibility — v1.4.3 verified, issue #20623 root cause clarified (#82)
- Mark OpenCode v1.4.3 as fully verified (NAPI works correctly) - Clarify issue #20623: root cause was stale plugin cache on skip-version upgrade, not a plugin loader bug — clearing cache resolves it - Update badge from 1.2.27-1.3.7 to 1.4.3 - Update README warning section with correct fix (clear cache) - Add v0.8.1 to Version History in both README files Co-authored-by: Developer <dev@local>
1 parent 2017db4 commit 0aeb033

3 files changed

Lines changed: 125 additions & 263 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**LanceDB-backed long-term memory provider for OpenCode**
44

55
[![npm version](https://img.shields.io/npm/v/lancedb-opencode-pro)](https://www.npmjs.com/package/lancedb-opencode-pro)
6-
[![OpenCode](https://img.shields.io/badge/OpenCode-1.2.27--1.3.7-blue)](https://opencode.ai) ⚠️ [1.3.8+ known issue](docs/OPENCODE_COMPATIBILITY.md)
6+
[![OpenCode](https://img.shields.io/badge/OpenCode-1.4.3-blue)](https://opencode.ai)
77

88
Welcome to **lancedb-opencode-pro**! This plugin empowers OpenCode with a durable, long-term memory system powered by LanceDB.
99

@@ -12,11 +12,11 @@ To help you find what you need quickly, please select the guide that best fits y
1212
## 🗺️ Choose Your Path
1313

1414
### ⚠️ Experiencing Issues?
15-
*You see "Memory store unavailable" error or plugin not loading on OpenCode v1.3.8+*
15+
*You see "Memory store unavailable" error or plugin not loading*
1616
👉 **[Read the Compatibility Guide (10 min)](docs/OPENCODE_COMPATIBILITY.md)**
17-
- Known OpenCode v1.3.8+ NAPI bug (Issue #20623)
17+
- Fix: `rm -rf ~/.cache/opencode/node_modules/` then restart
18+
- OpenCode v1.4.3 fully supported (NAPI issue was a cache problem, not a loader bug)
1819
- Diagnosis checklist and solutions
19-
- Downgrade instructions & alternatives
2020

2121
### 🚀 First-Time Users
2222
*You are new to this project and want to get it running quickly.*
@@ -173,6 +173,7 @@ Alternatively, install via `.tgz` release asset or build from source. See [Insta
173173

174174
## 🗺️ Version History
175175

176+
- **v0.8.1**: @opencode-ai/sdk and plugin upgrade to 1.4.3, bunfig.toml test isolation fix
176177
- **v0.8.0**: Structured Logging via client.app.log() per OpenCode best practices, Test Environment Isolation Fix
177178
- **v0.7.0**: OpenCode SDK v1.3.14 Compatibility, Node 22 memory_search Race Condition Fix
178179
- **v0.6.3**: Index Creation Guard (defer on empty/insufficient tables, fix #70), LanceDB 0.27.2

README_zh.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**LanceDB-backed long-term memory provider for OpenCode**
44

55
[![npm version](https://img.shields.io/npm/v/lancedb-opencode-pro)](https://www.npmjs.com/package/lancedb-opencode-pro)
6-
[![OpenCode](https://img.shields.io/badge/OpenCode-1.2.27+-blue)](https://opencode.ai)
6+
[![OpenCode](https://img.shields.io/badge/OpenCode-1.4.3-blue)](https://opencode.ai)
77

88
歡迎使用 **lancedb-opencode-pro**!本擴充套件透過 LanceDB 為 OpenCode 提供持久且高效的長期記憶系統。
99

@@ -166,6 +166,7 @@ docker compose exec opencode-dev npm run verify:full
166166

167167
## 🗺️ 版本歷史
168168

169+
- **v0.8.1**: @opencode-ai/sdk 與 plugin 升級至 1.4.3,bunfig.toml 測試隔離修復
169170
- **v0.8.0**: 結構化日誌 (client.app.log()) 遵循 OpenCode 最佳實踐、測試環境隔離修復
170171
- **v0.7.0**: OpenCode SDK v1.3.14 相容性、Node 22 memory_search 競爭條件修復
171172
- **v0.6.3**: 索引建立守衛(空表/不足資料時延後建立,修復 #70)、LanceDB 0.27.2

0 commit comments

Comments
 (0)