opencode-mem 2.8.0 → 2.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,7 +32,7 @@ Add to your OpenCode configuration at `~/.config/opencode/opencode.json`:
32
32
  }
33
33
  ```
34
34
 
35
- The plugin downloads automatically on next startup. macOS users with Apple Silicon must install Homebrew SQLite and configure the custom path - see our Wiki for details.
35
+ The plugin downloads automatically on next startup. macOS users with Apple Silicon must install Homebrew SQLite and configure the custom path.
36
36
 
37
37
  ## Usage Examples
38
38
 
@@ -95,14 +95,7 @@ Configure at `~/.config/opencode/opencode-mem.jsonc`:
95
95
  "memoryApiKey": "env://OPENAI_API_KEY"
96
96
  ```
97
97
 
98
- Full documentation available in our [Configuration Guide](https://github.com/tickernelz/opencode-mem/wiki/Configuration-Guide).
99
-
100
- ## Documentation
101
-
102
- - [Installation Guide](https://github.com/tickernelz/opencode-mem/wiki/Installation-Guide)
103
- - [API Reference](https://github.com/tickernelz/opencode-mem/wiki/API-Reference)
104
- - [Troubleshooting](https://github.com/tickernelz/opencode-mem/wiki/Troubleshooting)
105
- - [Complete Wiki](https://github.com/tickernelz/opencode-mem/wiki)
98
+ Full documentation available in this README.
106
99
 
107
100
  ## Development & Contribution
108
101
 
@@ -122,7 +115,6 @@ This project is actively seeking contributions to become the definitive memory p
122
115
  MIT License - see LICENSE file
123
116
 
124
117
  - **Repository**: https://github.com/tickernelz/opencode-mem
125
- - **Wiki**: https://github.com/tickernelz/opencode-mem/wiki
126
118
  - **Issues**: https://github.com/tickernelz/opencode-mem/issues
127
119
  - **OpenCode Platform**: https://opencode.ai
128
120
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-mem",
3
- "version": "2.8.0",
3
+ "version": "2.8.2",
4
4
  "description": "OpenCode plugin that gives coding agents persistent memory using local vector database",
5
5
  "type": "module",
6
6
  "main": "dist/plugin.js",