Skip to content

Releases: lessweb/deepcode-cli

v0.1.24

21 May 02:48

Choose a tag to compare

What's Changed

  • fix(ui): 修正组件路径拼写错误 by @hqwlkj in #93
  • fix: resolve CJK composition bug on iOS terminals (backspace packet splitting) by @liante0904 in #94
  • feat: MCP 服务器手动重连功能 by @dengmik-commits in #84
  • refactor: Extract dropdown components by @hqwlkj in #97
  • refactor(ui): 使用 resetPromptInput 简化撤销和回绕处理 by @hqwlkj in #101
  • 新增/undo斜杠命令,同时实现了基于git的快照回滚机制
  • 适配七牛/火山引擎等deepseek模型时可能出现的tool call字段相关问题

New Contributors

Full Changelog: v0.1.23...v0.1.24

v0.1.23

19 May 11:44

Choose a tag to compare

What's Changed

  • feat: 新增 /raw 命令交互与终端消息直出 by @hqwlkj in #89
  • feat(notify): pass STATUS, FAIL_REASON, BODY, TITLE as env vars to notify hook by @Lellansin in #90
  • 修复Windows系统下Bash tool⽆法杀死进程组的问题
  • 实现Bash tool的超时机制,默认10分钟,可在ctrl+o界面调整

Full Changelog: v0.1.22...v0.1.23

v0.1.22

18 May 14:16

Choose a tag to compare

What's Changed

  • feat: add -p/--prompt flag to auto-submit prompt on launch by @whzp015258712145-hub in #86
  • feat: Add Ctrl+O live process stdout viewer by @Lellansin in #75
  • 改进Edit tool在LLM出现参数\转义错误时的表现
  • 新增UpdatePlan tool和自带的plan-and-execute-skill提示词
  • 实现输入框中用@唤起file mention的功能
  • 实现/command斜杠命令

New Contributors

Full Changelog: v0.1.21...v0.1.22

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