diff --git a/.github/persona-brain/agent-memory.json b/.github/persona-brain/agent-memory.json index 4a2defc9..163bf564 100644 --- a/.github/persona-brain/agent-memory.json +++ b/.github/persona-brain/agent-memory.json @@ -38,15 +38,9 @@ }, { "id": 4, - "content": "铸渊已经完成OKComputer系统融合升级", - "category": "general", - "created_at": "2026-03-31T13:16:56.452Z" - }, - { - "id": 5, - "content": "用户身份: 冰朔", - "category": "general", - "created_at": "2026-03-31T13:19:01.936Z" + "content": "铸渊已经完成OKComputer系统融合升级 · 记忆Agent v1.0上线", + "category": "system", + "created_at": "2026-03-31T13:16:56Z" } ] } diff --git a/scripts/memory-agent.js b/scripts/memory-agent.js index 54714735..a5f34bc4 100644 --- a/scripts/memory-agent.js +++ b/scripts/memory-agent.js @@ -482,7 +482,7 @@ class ZhuyuanMemoryAgent { '【用户记忆档案】', `用户ID: ${userId}`, `共有 ${stats.total} 条记忆记录`, - '=' .repeat(40), + '='.repeat(40), ]; memories.forEach((m, i) => {