chore: 添加脚本与构建配置更新

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
unraid
2026-04-22 22:38:10 +08:00
parent eec961352b
commit 2247026bd5
13 changed files with 396 additions and 89 deletions

View File

@@ -55,13 +55,23 @@ export const DEFAULT_BUILD_FEATURES = [
'CONTEXT_COLLAPSE',
'MONITOR_TOOL',
'FORK_SUBAGENT',
// 'UDS_INBOX',
'UDS_INBOX',
'KAIROS',
'COORDINATOR_MODE',
'LAN_PIPES',
'BG_SESSIONS',
'TEMPLATES',
// 'REVIEW_ARTIFACT', // API 请求无响应,需进一步排查 schema 兼容性
// P3: poor mode (disable extract_memories + prompt_suggestion)
// 'REVIEW_ARTIFACT', // API 请求无响应,需进一步排查 schema 兼容性
// API content block types
'CONNECTOR_TEXT',
// Attribution tracking
'COMMIT_ATTRIBUTION',
// Server mode (claude server / claude open)
'DIRECT_CONNECT',
// Skill search
'EXPERIMENTAL_SKILL_SEARCH',
// P3: poor mode (disable extract_memories + prompt_suggestion)
'POOR',
] as const;
// Team Memory (shared memory files between agent teammates)
'TEAMMEM',
]as const;