You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -235,7 +235,7 @@ Re-run the install script anytime to update. If Docker was auto-started on first
235
235
|**OpenCode***(prerelease)*| Native local plugin at `~/.config/opencode/plugins/lore-memory.js`; exact tools from `lore_guidance` through `lore_move_node`; system-hook Boot and message-hook Recall |
> **OpenCode prerelease note:** `v1.3.15-pre.3` is tested with OpenCode 1.18.3. The installer downloads `lore-opencode.zip`, installs `lore-memory.js` at `~/.config/opencode/plugins/lore-memory.js`, and reads server URL/token from `~/.lore/config.json`. Boot is injected only through `experimental.chat.system.transform`; prompt Recall is injected as a separate current-turn part through `chat.message`. If the experimental system hook or Lore is unavailable, the adapter fails open instead of blocking the conversation. The standard install does not configure MCP. The native plugin removes duplicate Lore MCP entries at runtime; when an existing user-level `oh-my-openagent.json[c]` or legacy `oh-my-opencode.json[c]` is safely parseable, the installer also sets `claude_code.plugins_override["lore@lore"] = false` to stop duplicate Claude Lore lifecycle hooks. It does not modify Claude Code files, warns and skips unsafe compatibility config, and restores the previous value on uninstall. Generic `/api/mcp` remains a manual fallback only; use `LORE_OPENCODE_ALLOW_MCP=1` for the explicit escape hatch.
238
+
> **OpenCode prerelease note:** `v1.3.15-pre.4` is tested with OpenCode 1.18.3. The installer downloads `lore-opencode.zip`, installs `lore-memory.js` at `~/.config/opencode/plugins/lore-memory.js`, and reads server URL/token from `~/.lore/config.json`. Boot is injected only through `experimental.chat.system.transform`; prompt Recall is injected as a separate current-turn part through `chat.message`. If the experimental system hook or Lore is unavailable, the adapter fails open instead of blocking the conversation. The standard install does not configure MCP. The native plugin removes duplicate Lore MCP entries at runtime; when an existing user-level `oh-my-openagent.json[c]` or legacy `oh-my-opencode.json[c]` is safely parseable, the installer also sets `claude_code.plugins_override["lore@lore"] = false` to stop duplicate Claude Lore lifecycle hooks. It does not modify Claude Code files, warns and skips unsafe compatibility config, and restores the previous value on uninstall. Generic `/api/mcp` remains a manual fallback only; use `LORE_OPENCODE_ALLOW_MCP=1` for the explicit escape hatch.
239
239
240
240
> **Claude Code note:** Claude Code has a built-in auto-memory feature. The
241
241
> install script does not disable it — if you want Lore as your only memory
Copy file name to clipboardExpand all lines: docs/website/content/documents/installation/manual-configuration.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ Restart Codex, open `/hooks`, and trust the Lore hooks if Codex asks for approva
207
207
208
208
## Connect OpenCode
209
209
210
-
The native OpenCode integration is a prerelease in `v1.3.15-pre.3`, tested with OpenCode 1.18.3. It reads the same `~/.lore/config.json` shown above and installs one managed file:
210
+
The native OpenCode integration is a prerelease in `v1.3.15-pre.4`, tested with OpenCode 1.18.3. It reads the same `~/.lore/config.json` shown above and installs one managed file:
211
211
212
212
```text
213
213
~/.config/opencode/plugins/lore-memory.js
@@ -224,7 +224,7 @@ To install `lore-opencode.zip` manually, preserve any unmarked file already at t
0 commit comments