v0.0.6post2
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
KeyErrorin 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
- add recipes for openclaw by @wangxingjun778 in #118
- update docs by @wangxingjun778 in #119
- fix: Prevent key handling during composition events by @youngjuning in #128
- Improve LLM rank candidate selection logic by @coffee3699 in #123
- fix prompts by @wangxingjun778 in #130
- add placeholder for keywords prompts by @wangxingjun778 in #133
- fix: Add default value to _print function parameter by @xerrors in #134
- Add offline-first loading for embedding utils by @wangxingjun778 in #137
New Contributors
- @youngjuning made their first contribution in #128
- @coffee3699 made their first contribution in #123
- @xerrors made their first contribution in #134
Full Changelog: v0.0.6post1...v0.0.6post2