v0.1.20
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/mcp和src/common目录 - 优化系统提示词:删除DeepSeek不擅长的
ast-grep相关内容;注入今天日期;给AI Agent一个名字(Deep Code),防止DeepSeek给自己脑补一个名字。 - 实现完善的配置方案,参见:docs/configuration.md
- 优化
/model的交互UI - 更新README文档
New Contributors
- @dengmik-commits made their first contribution in #48
- @yuefengw made their first contribution in #55
Full Changelog: v0.1.19...v0.1.20