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.
- package/dist/llm-client.cjs +1 -1
- package/package.json +1 -1
package/dist/llm-client.cjs
CHANGED
|
@@ -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 =
|
|
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);
|