@eleboucher/opencode-memini 0.5.0 → 0.5.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/memini.js +3 -0
  2. package/package.json +1 -1
package/memini.js CHANGED
@@ -371,6 +371,9 @@ export const MeminiPlugin = async ({ client, worktree, directory }, options) =>
371
371
  };
372
372
 
373
373
  return {
374
+ name: "memini",
375
+ config: async (_config) => {},
376
+ dispose: async () => {},
374
377
  "chat.message": guard("chat.message", async (input, output) => {
375
378
  if (!cfg.recall) return;
376
379
  const query = extractPartsText(output && output.parts);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eleboucher/opencode-memini",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "Automatic cross-session memory for opencode via memini — recall before each turn, capture after.",
5
5
  "keywords": [
6
6
  "memini",