Skip to content

Commit 7e61e71

Browse files
fix: 尝试禁用 UDS_INBOX 修复 nodejs 进入失败问题
1 parent b8b48bf commit 7e61e71

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": "1.10.8",
3+
"version": "1.10.9",
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
@@ -53,10 +53,10 @@ export const DEFAULT_BUILD_FEATURES = [
5353
'CONTEXT_COLLAPSE', // 上下文折叠,自动压缩旧消息
5454
'MONITOR_TOOL', // Monitor 工具,流式监控后台进程输出
5555
'FORK_SUBAGENT', // Fork 子代理,在隔离上下文中并行执行任务
56-
'UDS_INBOX', // inbox 数组只增不减(非 GB 级主因)
56+
// 'UDS_INBOX', // inbox 数组只增不减(非 GB 级主因)
5757
'KAIROS', // Kairos 定时任务系统核心
5858
// 'COORDINATOR_MODE', // 已禁用:AgentSummary 30s fork 循环,GB 级泄露主因
59-
'LAN_PIPES', // 依赖 UDS_INBOX(已随 UDS_INBOX 恢复)
59+
// 'LAN_PIPES', // 依赖 UDS_INBOX(已随 UDS_INBOX 恢复)
6060
'BG_SESSIONS', // 后台会话管理(ps/logs/attach/kill)
6161
'TEMPLATES', // 模板任务(new/list/reply 子命令)
6262
// 'REVIEW_ARTIFACT', // 代码审查产物(API 请求无响应,待排查 schema 兼容性)

0 commit comments

Comments
 (0)