From 0967bab53dd83ce872500e8a92d77a3935c3a4db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=B3=AF=20=28Xiaonuo=29?= Date: Thu, 23 Apr 2026 18:41:18 +0800 Subject: [PATCH] =?UTF-8?q?rename:=20FAMILY=5FCONVENTIONS=20=E2=86=92=20HE?= =?UTF-8?q?RMES=5FAGENT=5FCONVENTIONS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [小糯] --- src/commands/personality.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/personality.ts b/src/commands/personality.ts index bf1dddc..e7b4cbe 100644 --- a/src/commands/personality.ts +++ b/src/commands/personality.ts @@ -58,7 +58,7 @@ function getPreview(value: string | PersonalityDict): string { function loadConventions(): string { try { const { execSync } = require("child_process"); - const result = execSync("cfg get FAMILY_CONVENTIONS", { + const result = execSync("cfg get HERMES_AGENT_CONVENTIONS", { encoding: "utf-8", timeout: 5000, stdio: ["pipe", "pipe", "pipe"],