mindkeeper-openclaw 0.2.35 → 0.3.0

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.
@@ -36712,7 +36712,7 @@ function normalizeProvider(provider) {
36712
36712
 
36713
36713
  // src/llm-client.ts
36714
36714
  var SYSTEM_PROMPT = "You are a version control assistant for AI agent configuration files (personality, rules, memory, skills). Given the diffs, write a single-line commit message (max 72 chars). Describe WHAT changed semantically, not technically. No quotes, no conventional-commit prefix. Return ONLY the message.";
36715
- var LLM_TIMEOUT_MS = 15e3;
36715
+ var LLM_TIMEOUT_MS = 45e3;
36716
36716
  var MAX_TOKENS = 100;
36717
36717
  async function callLlm(params) {
36718
36718
  const normalized = normalizeProvider(params.provider);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mindkeeper-openclaw",
3
- "version": "0.2.35",
3
+ "version": "0.3.0",
4
4
  "description": "OpenClaw plugin for mindkeeper: auto-snapshot, diff, and rollback for agent context files",
5
5
  "keywords": [
6
6
  "openclaw",