chore: 2.2.1

This commit is contained in:
claude-code-best
2026-05-07 23:50:09 +08:00
parent 2fdfb844cb
commit 73e54d4bbc
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "claude-code-best",
"version": "2.2.0",
"version": "2.2.1",
"description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal",
"type": "module",
"author": "claude-code-best <claude-code-best@proton.me>",

View File

@@ -63,10 +63,10 @@ export const DEFAULT_BUILD_FEATURES = [
// 'CONTEXT_COLLAPSE', // 已禁用:实现是空壳 stub启用后会抑制 auto compact 导致上下文管理完全失效
'MONITOR_TOOL', // Monitor 工具,流式监控后台进程输出
// 'FORK_SUBAGENT', // 已禁用:通过 Agent tool 的特殊方式实现了等效功能,无需再开
'UDS_INBOX', // 进程间通信管道inbox/pipe/peers 等命令),内存问题已解决
'KAIROS', // Kairos 定时任务系统核心
'COORDINATOR_MODE', // 多 worker 编排模式AgentSummary 泄露已在 52b61c2c 修复)
'LAN_PIPES', // 局域网管道,依赖 UDS_INBOX内存问题已解决
// 'UDS_INBOX', // 进程间通信管道inbox/pipe/peers 等命令)构建后 nodejs 环境卡住
// 'LAN_PIPES', // 局域网管道,依赖 UDS_INBOX 构建后 nodejs 环境卡住
'BG_SESSIONS', // 后台会话管理ps/logs/attach/kill
'TEMPLATES', // 模板任务new/list/reply 子命令)
// 'REVIEW_ARTIFACT', // 代码审查产物API 请求无响应,待排查 schema 兼容性)