mindkeeper-openclaw 0.2.22 → 0.2.24

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.
package/dist/index.js CHANGED
@@ -512,7 +512,7 @@ var DEFAULT_CONFIG = {
512
512
  debounceMs: 3e4
513
513
  },
514
514
  commitMessage: {
515
- mode: "template"
515
+ mode: "llm"
516
516
  }
517
517
  };
518
518
  var SensitiveFieldError = class extends Error {
@@ -2,6 +2,7 @@
2
2
  "id": "mindkeeper-openclaw",
3
3
  "name": "Mindkeeper",
4
4
  "description": "Time machine for your AI's brain. Auto-snapshots every change to agent context files (AGENTS.md, SOUL.md, MEMORY.md, skills, etc.) with full history, visual diffs, and one-command rollback.",
5
+ "tools": ["mind_status", "mind_history", "mind_diff", "mind_rollback", "mind_snapshot"],
5
6
  "configSchema": {
6
7
  "type": "object",
7
8
  "additionalProperties": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mindkeeper-openclaw",
3
- "version": "0.2.22",
3
+ "version": "0.2.24",
4
4
  "description": "OpenClaw plugin for mindkeeper: auto-snapshot, diff, and rollback for agent context files",
5
5
  "keywords": [
6
6
  "openclaw",