返回全部动态
Claude Code 2.1.19 发布:修复崩溃并新增参数简写
原标题:2.1.19
AI 摘要
Claude Code 发布 2.1.19 版本更新,新增环境变量 CLAUDE_CODE_ENABLE_TASKS 以保留旧系统,并支持自定义命令中的 $0、$1 等参数简写。修复了多个崩溃问题,包括无 AVX 指令支持处理器上的崩溃和终端关闭时进程悬挂问题。同时修复了会话恢复、粘贴文本丢失、代理列表显示错误等问题,并调整了技能权限和参数索引语法。SDK 新增消息重放功能,VSCode 扩展对所有用户启用了会话分叉和回退功能。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
- Added env var `CLAUDE_CODE_ENABLE_TASKS`, set to `false` to keep the old system temporarily - Added shorthand `$0`, `$1`, etc. for accessing individual arguments in custom commands - Fixed crashes on processors without AVX instruction support - Fixed dangling Claude Code processes when terminal is closed by catching EIO errors from `process.exit()` and using SIGKILL as fallback - Fixed `/rename` and `/tag` not updating the correct session when resuming from a different directory (e.g., git wor
发布时间:—
抓取时间:2026-09-07 03:47
来源机构:Anthropic