@momomemory/opencode-momo 0.1.1 → 0.1.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/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -375,7 +375,7 @@ async function runConfigure(flags) {
375
375
  Restart OpenCode to apply changes.`);
376
376
  }
377
377
  function printHelp() {
378
- console.log(`opencode-momo v0.1.1
378
+ console.log(`opencode-momo v0.1.2
379
379
 
380
380
  OpenCode plugin that gives coding agents persistent memory using Momo.
381
381
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momomemory/opencode-momo",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "OpenCode plugin that gives coding agents persistent memory using Momo",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",