What's Changed
- feat(mcp): 添加 McpParam 注解支持工具参数描述 by @levicode in #409
- fix(command): 改进代码编辑内容提取的引号处理 by @levicode in #416
- feat(settings): 刷新后保持用户选择的LLM模型配置 by @levicode in #417
- feat(settings): 优化GitHub模型加载和占位符替换机制 by @levicode in #418
- fix(input): 优化Enter键处理避免与代码补全冲突 by @levicode in #421
2.2.2 (2025-06-21)
Bug Fixes
- AutoDevInput: correct placeholder logic for agent display (eb5a89d)
- command: 改进代码编辑内容提取的引号处理 (b2e994e)
- devti: 移除 GitHub Actions 生成器冗余注释 (21de880)
- editor: normalize line endings in code display and closed #423 (714eec8)
- editor: 添加语法高亮器设置的异常处理 #423 (9eb197e)
- fix issue (8fb0f84)
- input: 优化Enter键处理避免与代码补全冲突 (eda9725)
- llm2: 改进 SSE EventSource 管理机制 (1bcc0fd)
- llm: improve error handling for response parsing and closed #424 (37235ae)
- llm: 清理GitHub Copilot初始化的多余日志和注释 (dce7b0f), closes #422
- sketch: 修复代码修改指引格式并添加重构建议 (1809764)
- template: 优化代码生成模板的上下文描述 (e27fe9f)
Features
- ci: 添加GitHub Actions自动化Issue分析工作流 (39476cf)
- command: add robust EditRequest parser (cd67e56)
- command: 添加高级格式编辑请求解析支持 (23ed06d)
- git: 为GitHub问题添加缓存机制 (15eed7d), closes #410
- git: 优化GitHub问题选择弹窗的变量管理 (8584bc7)
- llm: add synchronous cancellation for LLM requests #412 (0bf03d6)
- mcp: 添加 McpParam 注解支持工具参数描述 (e92def7)
- observer: 增强流水线状态日志记录详细信息 (0de0658)
- ripgrep: enhance search instructions with regex examples and usage tips #413 (1b86dc8)
- settings: 优化GitHub模型加载和占位符替换机制 (746e960)
- settings: 刷新后保持用户选择的LLM模型配置 (71c4306)
- sketch: 优化Sketch模式下文件写入行为 (f72bac6)
- sketch: 移除模板中冗余示例优化工具调用说明 (88592f7)
- template: 增强工具调用指南的说明和格式化规范 $420 (4bc33c4)
- ui: add conditional placeholder for agent display and fixed #414 (84b308e)
New Contributors
Full Changelog: v2.2.1...v2.2.2