vault backup: 2026-02-25 16:53:37

This commit is contained in:
windyboy
2026-02-25 16:53:37 +08:00
parent 40330ac90d
commit 1e3905d304
266 changed files with 699 additions and 103 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ if [[ -z "$QUERY" ]]; then
exit 1
fi
PROMPT_FILE="$(mktemp /tmp/mem-prompt-XXXXXX.md)"
PROMPT_FILE="$(mktemp -t mem-prompt.XXXXXX)"
trap 'rm -f "$PROMPT_FILE"' EXIT
echo "[memory] 正在检索本地语义记忆..." >&2