From ab258c6264c6f0f48dec7295382f5fb00dd0e38e Mon Sep 17 00:00:00 2001 From: hmo Date: Tue, 21 Jul 2026 01:42:14 +0800 Subject: [PATCH] =?UTF-8?q?chore(bot):=20xmpp=20session=20v3->v4=20?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E7=9F=A5=E5=BE=AE=E5=86=BB=E7=BB=93=E6=8C=87?= =?UTF-8?q?=E4=BB=A4=EF=BC=88=E9=83=A8=E7=BD=B2=E7=BA=AA=E5=BE=8B/?= =?UTF-8?q?=E8=AF=86=E5=9B=BE=E7=9F=A5=E8=AF=86=E6=9B=B4=E6=96=B0=EF=BC=89?= =?UTF-8?q?=EF=BC=8C=E5=AF=B9=E8=AF=9D=E4=B8=8A=E4=B8=8B=E6=96=87=E9=87=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/bot/xmpp_agent_core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/bot/xmpp_agent_core.py b/deploy/bot/xmpp_agent_core.py index 00e0137e..94266f6f 100644 --- a/deploy/bot/xmpp_agent_core.py +++ b/deploy/bot/xmpp_agent_core.py @@ -32,7 +32,7 @@ PER_AGENT = { "http_port": 5805, "gateway_url": "http://localhost:8643/v1/chat/completions", "gateway_api_key": "hermes123", - "session_id": "xmpp-zhiwei-v3", + "session_id": "xmpp-zhiwei-v4", # v4=2026-07-21 bump: 刷新冻结指令(部署纪律/识图知识更新) "name_cn": "知微", "mention": "@知微/zhiwei", },