@mathew-cf/opencode-memory 1.0.1 → 1.1.0

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -25,7 +25,7 @@ LLM agents forget everything between sessions. That means rediscovering the same
25
25
  ```jsonc
26
26
  // opencode.jsonc
27
27
  {
28
- "plugin": ["@mathew-cf/opencode-memory@1.0.1"]
28
+ "plugin": ["@mathew-cf/opencode-memory@1.1.0"]
29
29
  }
30
30
  ```
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mathew-cf/opencode-memory",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "description": "Persistent cross-session memory for OpenCode — a hybrid keyword + semantic search layer over a local markdown knowledge base, plus session history tools and guardrails that nudge agents to use them.",
5
5
  "author": "mat",
6
6
  "license": "Apache-2.0",
@@ -46,7 +46,7 @@
46
46
  "persistence"
47
47
  ],
48
48
  "dependencies": {
49
- "@mathew-cf/rag-cli": "^0.4.0",
49
+ "@mathew-cf/rag-cli": "^1.1.0",
50
50
  "@vscode/ripgrep": "^1.17.1",
51
51
  "zod": "^3.25.0"
52
52
  },