## 变更内容
- 在选项选择提示中增加了对日语输入法全角数字输入的支持
- 修复了 Shell 补全缓存文件在退出时被截断的问题
- 修复了在工具执行过程中中断会话恢复时的 API 错误
- 修复了在输出令牌限制较大的模型上自动压缩触发过早的问题
- 修复了任务 ID 在删除后可能被重复使用的问题
- 修复了 VS Code 扩展在 Windows 系统上文件搜索无法正常工作的问题
- 改进了读/搜索进度指示器,进行中时显示"读取中...",完成时显示"已读取"
- 改进了 Claude 优先使用文件操作工具(读取、编辑、写入)而非 Bash 等效命令(cat、sed、awk)
- [VS Code] 增加了 Python 虚拟环境自动激活功能,确保 `python` 和 `pip` 命令使用正确的解释器(可通过 `claudeCode.usePythonEnvironment` 设置进行配置)
- [VS Code] 修复了消息操作按钮背景颜色不正确的问题
## What's changed
- Added support for full-width (zenkaku) number input from Japanese IME in option selection prompts
- Fixed shell completion cache files being truncated on exit
- Fixed API errors when resuming sessions that were interrupted during tool execution
- Fixed auto-compact triggering too early on models with large output token limits
- Fixed task IDs potentially being reused after deletion
- Fixed file search not working in VS Code extension on Windows
- Improved read/search progress indicators to show "Reading…" while in progress and "Read" when complete
- Improved Claude to prefer file operation tools (Read, Edit, Write) over bash equivalents (cat, sed, awk)
- [VSCode] Added automatic Python virtual environment activation, ensuring `python` and `pip` commands use the correct interpreter (configurable via `claudeCode.usePythonEnvironment` setting)
- [VSCode] Fixed message action buttons having incorrect background colors