From c8a502f81f972bca1b8d1049a884d453121fc7ca Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Sat, 11 Apr 2026 23:27:28 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=20feature=20=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.ts | 11 ----------- scripts/dev.ts | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/build.ts b/build.ts index b5ad80dbf..ec4b0091e 100644 --- a/build.ts +++ b/build.ts @@ -41,17 +41,6 @@ const DEFAULT_BUILD_FEATURES = [ 'COORDINATOR_MODE', 'LAN_PIPES', // 'REVIEW_ARTIFACT', // API 请求无响应,需进一步排查 schema 兼容性 - // PR-package restored features - 'WORKFLOW_SCRIPTS', - 'HISTORY_SNIP', - 'CONTEXT_COLLAPSE', - 'MONITOR_TOOL', - 'FORK_SUBAGENT', - 'UDS_INBOX', - 'KAIROS', - 'COORDINATOR_MODE', - 'LAN_PIPES', - // 'REVIEW_ARTIFACT', // API 请求无响应,需进一步排查 schema 兼容性 // P3: poor mode (disable extract_memories + prompt_suggestion) 'POOR', ] diff --git a/scripts/dev.ts b/scripts/dev.ts index dbe149434..ca693ab68 100644 --- a/scripts/dev.ts +++ b/scripts/dev.ts @@ -48,17 +48,6 @@ const DEFAULT_FEATURES = [ "COORDINATOR_MODE", "LAN_PIPES", // "REVIEW_ARTIFACT", // API 请求无响应,需进一步排查 schema 兼容性 - // PR-package restored features - "WORKFLOW_SCRIPTS", - "HISTORY_SNIP", - "CONTEXT_COLLAPSE", - "MONITOR_TOOL", - "FORK_SUBAGENT", - "UDS_INBOX", - "KAIROS", - "COORDINATOR_MODE", - "LAN_PIPES", - // "REVIEW_ARTIFACT", // API 请求无响应,需进一步排查 schema 兼容性 // P3: poor mode (disable extract_memories + prompt_suggestion) "POOR", ];