@eleboucher/opencode-memini 0.5.3 → 0.5.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.
Files changed (2) hide show
  1. package/memini.js +0 -3
  2. package/package.json +1 -1
package/memini.js CHANGED
@@ -371,9 +371,6 @@ 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 () => {},
377
374
  "chat.message": guard("chat.message", async (input, output) => {
378
375
  if (!cfg.recall) return;
379
376
  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.3",
3
+ "version": "0.5.4",
4
4
  "description": "Automatic cross-session memory for opencode via memini — recall before each turn, capture after.",
5
5
  "keywords": [
6
6
  "memini",