Skip to content

v0.1.26

Latest

Choose a tag to compare

@qorzj qorzj released this 29 May 03:08
· 8 commits to main since this release

What's Changed

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

Full Changelog: v0.1.25...v0.1.26