@haisto/opencode-mem 2.14.3-beta.3 → 2.14.3-beta.4

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.
@@ -153,7 +153,7 @@ body {
153
153
  align-items: center;
154
154
  justify-content: center;
155
155
  padding: 8px;
156
- border: 1px solid var(--om-border-default);
156
+ border: 1px solid var(--om-accent-green);
157
157
  background: var(--om-bg-primary);
158
158
  color: var(--om-accent-green);
159
159
  text-decoration: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haisto/opencode-mem",
3
- "version": "2.14.3-beta.3",
3
+ "version": "2.14.3-beta.4",
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",