## What's Changed * refactor(ui): 重构代码结构,调整文件路径和导入引用 by @hqwlkj in https://github.com/lessweb/deepcode-cli/pull/122 * fix(session): 修复会话清理内存泄漏并补充回归测试 by @Lellansin in https://github.com/lessweb/deepcode-cli/pull/123 * chore(deps): 更新 ink 依赖到 7.0.4 版本 by @hqwlkj in https://github.com/lessweb/deepcode-cli/pull/125 * fix(prompt-buffer): 修正 getCurrentSlashToken 函数逻辑 by @hqwlkj in https://github.com/lessweb/deepcode-cli/pull/129 * refactor: extract telemetry into separate module with enable/disable toggle by @Lellansin in https://github.com/lessweb/deepcode-cli/pull/130 * Edit 工具增强 — 支持空 old_string 的文件编辑,snippet 处理增强(full-file 支持 + 强制 snippet_id) * 快照机制增强 - 修复`/undo`恢复快照场景的已知问题 * Agent+手动混合修改场景优化 - 基于快照机制检测到手动修改时,自动增加system prompt,可有效防止LLM无脑覆盖手动修改。 **Full Changelog**: https://github.com/lessweb/deepcode-cli/compare/v0.1.25...v0.1.26
What's Changed
/undo恢复快照场景的已知问题Full Changelog: v0.1.25...v0.1.26