File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " claude-code-best" ,
3- "version" : " 2.2.0 " ,
3+ "version" : " 2.2.1 " ,
44 "description" : " Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal" ,
55 "type" : " module" ,
66 "author" : " claude-code-best <claude-code-best@proton.me>" ,
Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ export const DEFAULT_BUILD_FEATURES = [
6363 // 'CONTEXT_COLLAPSE', // 已禁用:实现是空壳 stub,启用后会抑制 auto compact 导致上下文管理完全失效
6464 'MONITOR_TOOL' , // Monitor 工具,流式监控后台进程输出
6565 // 'FORK_SUBAGENT', // 已禁用:通过 Agent tool 的特殊方式实现了等效功能,无需再开
66- 'UDS_INBOX' , // 进程间通信管道(inbox/pipe/peers 等命令),内存问题已解决
6766 'KAIROS' , // Kairos 定时任务系统核心
6867 'COORDINATOR_MODE' , // 多 worker 编排模式(AgentSummary 泄露已在 52b61c2c 修复)
69- 'LAN_PIPES' , // 局域网管道,依赖 UDS_INBOX(内存问题已解决)
68+ // 'UDS_INBOX', // 进程间通信管道(inbox/pipe/peers 等命令)构建后 nodejs 环境卡住
69+ // 'LAN_PIPES', // 局域网管道,依赖 UDS_INBOX 构建后 nodejs 环境卡住
7070 'BG_SESSIONS' , // 后台会话管理(ps/logs/attach/kill)
7171 'TEMPLATES' , // 模板任务(new/list/reply 子命令)
7272 // 'REVIEW_ARTIFACT', // 代码审查产物(API 请求无响应,待排查 schema 兼容性)
You can’t perform that action at this time.
0 commit comments