Skip to content

Releases: lessweb/deepcode-cli

v0.1.21

16 May 07:51

Choose a tag to compare

What's Changed

  • docs: add English translations of configuration.md and mcp.md by @rock-solid-sites in #56
  • feat: 添加 GitHub CI 工作流,支持多平台多版本自动验证 by @Lellansin in #76
  • refactor: MCP 新增状态管理增强与 UI 可视化 by @hqwlkj in #72
  • style(DropdownMenu): 调整内边距优化下拉菜单布局 by @hqwlkj in #73
  • fix: resolve Windows CI failures (CRLF, MCP spawn, cross-platform test runner) by @Lellansin in #77
  • 为每个模型添加使用跟踪,并修复退出摘要(exit summary)表格
  • 改进Edit/Write tool,在一读多写失败的情况下提示LLM文件或片段已过时
  • 后端重构: move debug and error logging to common directory

New Contributors

Full Changelog: v0.1.20...v0.1.21

v0.1.20

14 May 14:43

Choose a tag to compare

What's Changed

  • feat: add MCP (Model Context Protocol) support with /mcp command by @dengmik-commits in #48
  • feat: Handle Shift+Enter as prompt newline by @Lellansin in #52
  • fix: improve Windows Git Bash detection by @yuefengw in #55
  • Feat: 新增 DropdownMenu 组件 by @hqwlkj in #58
  • feat: Add prompt undo and redo shortcuts by @Lellansin in #59
  • refactor(session): 简化并统一会话系统消息的处理逻辑 by @hqwlkj in #62
  • fix(ui): 修正 reasoningEffort 显示逻辑 by @hqwlkj in #63
  • fix(session): 修复系统消息可见性设置错误 by @hqwlkj in #64
  • fix: filter image_url content from API messages for DeepSeek compatibility by @dengmik-commits in #51
  • feat(ui): 优化消息视图的布局和宽度自适应 by @hqwlkj in #66
  • 重构docs目录,分拆为普通文档目录(docs)和提示词模板目录(templates)
  • 重构后端代码,分拆出 src/mcpsrc/common 目录
  • 优化系统提示词:删除DeepSeek不擅长的ast-grep相关内容;注入今天日期;给AI Agent一个名字(Deep Code),防止DeepSeek给自己脑补一个名字。
  • 实现完善的配置方案,参见:docs/configuration.md
  • 优化/model的交互UI
  • 更新README文档

New Contributors

Full Changelog: v0.1.19...v0.1.20