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