From d6d24cecfb6403adf1afbc57f0030e1277448654 Mon Sep 17 00:00:00 2001 From: EyJunge1 Date: Sat, 25 Jul 2026 21:30:21 +0200 Subject: [PATCH] docs: document Windows config paths for plugin install (#102) Clarify that opencode-mem uses %USERPROFILE%\.config\opencode (not AppData) so Windows users can find the correct plugin and config locations. Co-authored-by: Cursor --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 79003c4..cc3845d 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ Add to your OpenCode configuration at `~/.config/opencode/opencode.json`: } ``` +**Windows:** use `%USERPROFILE%\.config\opencode\opencode.json` (for example `C:\Users\\.config\opencode\opencode.json`). This plugin does **not** read `%APPDATA%` or `%LOCALAPPDATA%` for its OpenCode plugin entry — put the file under `.config\opencode` in your user profile, then restart OpenCode. If the plugin does not appear, confirm that path and restart again. + The plugin downloads automatically on next startup. ## Usage Examples @@ -67,6 +69,8 @@ Access the web interface at `http://127.0.0.1:4747` for visual memory browsing a Configure at `~/.config/opencode/opencode-mem.jsonc`: +**Windows:** `%USERPROFILE%\.config\opencode\opencode-mem.jsonc` (same `.config\opencode` directory as above — not AppData). Default storage resolves to `%USERPROFILE%\.opencode-mem\data` (the `~` form in the example below expands to your user home on Windows as well). + The plugin creates a full commented template at this path on first startup. This trimmed example shows the most common settings: ```jsonc