Skip to content

v0.0.6post2

Choose a tag to compare

@wangxingjun778 wangxingjun778 released this 03 Apr 03:22

Release Notes (English)

🚀 New Features

  • OpenClaw Skill: Integrated Sirchmunk as an AI agent skill for natural language local file search. (#118)
  • Offline-First Loading: Models now prioritize local cache before attempting online downloads. (#137)
  • Smarter Ranking: Switched to random sampling in search ranking to reduce bias and improve recall. (#123)
  • Enhanced API: Added SSE streaming for real-time log output and optimized core dependencies. (#118)

🐞 Bug Fixes

  • IME Handling: Fixed accidental message sending when pressing "Enter" during Chinese/CJK input. (#128)
  • Parsing & Prompts: Improved LLM response parsing and fixed KeyError in prompt formatting. (#130, #133)
  • CLI Stability: Fixed a startup crash caused by a missing default parameter in the print function. (#134)

📝 Others

  • Docs: Visual polish with emojis and updated integration guides. (#119)

发布日志 (中文精简版)

🚀 新特性

  • OpenClaw 技能集成:支持 AI Agent 调用 Sirchmunk 进行本地文件自然语言搜索。(#118)
  • 离线优先加载:Embedding 模型优先从本地缓存读取,显著提升网络受限环境下的稳定性。(#137)
  • 搜索排序优化:引入随机采样策略,减少位置偏见,提升搜索召回率。(#123)
  • API 增强:新增 SSE 流式日志输出,并精简了核心运行依赖。(#118)

🐞 修复

  • 输入法优化:修复中文输入过程中按回车键意外发送消息的问题。(#128)
  • Prompt 格式化:修复了 Prompt 格式化导致的 KeyError 报错,并增强了对 LLM 返回 JSON 的解析。(#130, #133)
  • 启动修复:修复了 CLI 启动时因参数缺失导致的崩溃问题。(#134)

📝 其它

  • 文档更新:优化了 README 视觉效果及 OpenClaw 集成指南。(#119)

What's Changed

New Contributors

Full Changelog: v0.0.6post1...v0.0.6post2