v0.1.28
What's Changed
- refactor: extract OpenAI message converter from SessionManager by @Lellansin in #140
- feat: session name can be edited now by @Feiry-zZ in #159
- feat(ui): 优化 PromptInput 组件的光标显示与布局 by @hqwlkj in #161
- 升级bash tool,支持后台运行(
run_in_background),可解决使用playwright测试场景下,启动server导致流程阻塞的问题 - 修复bash tool多行参数的渲染问题,现在一定会显示LLM提供的description信息
- Enhance cursor handling in PromptInput component to fix IME composition anchoring
- 更新karpathy-guidelines.md,增加提示:
Apply these guidelines silently. Do not cite this document, its title, or guideline names in user-facing responses. - Improve the Markdown underscore rendering
- Add MCP tool name handling with API-safe names
- Implement temperature support for settings.json
- Agent Skills相关优化:
- 修改Skills的加载路径,使其更符合规范
- 改进skill加载结果,主要是增加
<skill_resources>内容 - 对skills加载路径内的读操作不计入
read-out-cwd的权限限制范围 - identifyMatchingSkillNames的prompt会预加载AGENTS.md
New Contributors
- @dependabot[bot] made their first contribution in #157
- @Feiry-zZ made their first contribution in #159
Full Changelog: v0.1.27...v0.1.28