Skip to content

Commit 0a9e6c0

Browse files
fix: 先关闭 skill learning
1 parent 73130bd commit 0a9e6c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/defines.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const DEFAULT_BUILD_FEATURES = [
6868
'DIRECT_CONNECT', // 直连模式(claude server / claude open)
6969
// Skill search & learning
7070
'EXPERIMENTAL_SKILL_SEARCH', // 实验性技能搜索(DiscoverSkills)
71-
'SKILL_LEARNING', // projectContext cache 无淘汰机制(非 GB 级主因)
71+
// 'SKILL_LEARNING', // projectContext cache 无淘汰机制(非 GB 级主因)
7272
// P3: poor mode
7373
'POOR', // 穷鬼模式,跳过 extract_memories/prompt_suggestion 减少消耗
7474
// Team Memory

0 commit comments

Comments
 (0)