From 0a9e6c031360d8ee2b5982b89f45b33f20d87e65 Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Tue, 28 Apr 2026 08:50:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=88=E5=85=B3=E9=97=AD=20skill=20le?= =?UTF-8?q?arning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/defines.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/defines.ts b/scripts/defines.ts index 9f734f3b2..962796404 100644 --- a/scripts/defines.ts +++ b/scripts/defines.ts @@ -68,7 +68,7 @@ export const DEFAULT_BUILD_FEATURES = [ 'DIRECT_CONNECT', // 直连模式(claude server / claude open) // Skill search & learning 'EXPERIMENTAL_SKILL_SEARCH', // 实验性技能搜索(DiscoverSkills) - 'SKILL_LEARNING', // projectContext cache 无淘汰机制(非 GB 级主因) + // 'SKILL_LEARNING', // projectContext cache 无淘汰机制(非 GB 级主因) // P3: poor mode 'POOR', // 穷鬼模式,跳过 extract_memories/prompt_suggestion 减少消耗 // Team Memory