Skip to content

Commit d11b35e

Browse files
chore: 2.4.2
1 parent 8570b6b commit d11b35e

2 files changed

Lines changed: 2 additions & 2 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.4.1",
3+
"version": "2.4.2",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const DEFAULT_BUILD_FEATURES = [
5959
'DAEMON', // 守护进程模式,长驻 supervisor 管理后台 worker(非 GB 级主因)
6060
'ACP', // ACP 代理协议,支持外部 agent 接入
6161
'WORKFLOW_SCRIPTS', // 工作流脚本(.claude/workflows/ 中的 YAML/MD)
62-
'HISTORY_SNIP', // 历史消息裁剪,压缩上下文窗口
62+
// 'HISTORY_SNIP', // 已禁用:snip 功能暂时关闭
6363
// 'CONTEXT_COLLAPSE', // 已禁用:实现是空壳 stub,启用后会抑制 auto compact 导致上下文管理完全失效
6464
'MONITOR_TOOL', // Monitor 工具,流式监控后台进程输出
6565
// 'FORK_SUBAGENT', // 已禁用:通过 Agent tool 的特殊方式实现了等效功能,无需再开

0 commit comments

Comments
 (0)