From 41a6309365d31cc14725cf3b178c8c1853eeed8f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 31 Mar 2026 13:23:19 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=A0=81=E5=AE=A1?= =?UTF-8?q?=E6=9F=A5=E5=8F=8D=E9=A6=88:=20=E7=A7=BB=E9=99=A4=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E8=AE=B0=E5=BF=86=E6=9D=A1=E7=9B=AE=20+=20=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E5=AD=97=E7=AC=A6=E4=B8=B2=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Agent-Logs-Url: https://github.com/qinfendebingshuo/guanghulab/sessions/e6c67138-48cf-4719-8ca3-ec9a4a641fd1 Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com> --- .github/persona-brain/agent-memory.json | 12 +++--------- scripts/memory-agent.js | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) 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) => {