echoes-vault-opencode 1.0.28 → 1.0.29

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/package.json +1 -1
  2. package/tui.tsx +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "echoes-vault-opencode",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "description": "EchoesVault — persistent memory plugin for OpenCode. Obsidian-style knowledge base with daily logs, encyclopedia pages, and session resumption.",
5
5
  "type": "module",
6
6
  "main": "index.ts",
package/tui.tsx CHANGED
@@ -26,7 +26,7 @@ const tui: TuiPlugin = async (api) => {
26
26
  <text color="gray"> /echoes-end (End session)</text>
27
27
  <text color="gray"> /echoes-status (Show status)</text>
28
28
  </box>
29
- </box>
29
+
30
30
  )
31
31
  },
32
32
  },