Skip to content

v0.1.28

Choose a tag to compare

@qorzj qorzj released this 05 Jun 10:20
· 11 commits to main since this release

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相关优化:
    1. 修改Skills的加载路径,使其更符合规范
    2. 改进skill加载结果,主要是增加<skill_resources>内容
    3. 对skills加载路径内的读操作不计入read-out-cwd的权限限制范围
    4. identifyMatchingSkillNames的prompt会预加载AGENTS.md

New Contributors

Full Changelog: v0.1.27...v0.1.28