Skip to content

Commit 73e54d4

Browse files
chore: 2.2.1
1 parent 2fdfb84 commit 73e54d4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>",

scripts/defines.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 兼容性)

0 commit comments

Comments
 (0)