feat: 添加 Buddy 相关功能,包括命令、配置和伴侣生成逻辑

This commit is contained in:
abel533
2026-04-01 15:02:05 +08:00
committed by liuzenghui
parent 83fb08926d
commit 0d3a6e2202
7 changed files with 249 additions and 13 deletions
+1
View File
@@ -42,6 +42,7 @@ const FEATURE_FLAGS: Record<string, boolean> = {
ABLATION_BASELINE: false,
DUMP_SYSTEM_PROMPT: false,
CHICAGO_MCP: false,
BUDDY: true,
};
/**