v1.1.0
The main contents covered in the v1.1.0 Release Note are as follows:
- SYS Bus Architecture Restructuring — Message bus migrated to sys_bus, adding OFF channel mode.
- IM layer simplification—Feishu bot reduced by ~900 lines of legacy code, Discord bot improved, and IM Kconfig unified.
- CLI Refactoring — cli_cmd.c (line 2245) was replaced with app_cli_cmd.c (line 803), reducing code size by 64%.
- Agent Loop Improvements — More robust tool state management and clearer logs
- MCP tool optimizations — improvements have been made to tool_exec, tool_cron, tool_files, and tool_openclaw_ctrl.
- Gateway Layer — ACP client log level correction, KV persistence configuration
- Board-level support — Added T5AI Core and T5AI configuration without SD card.
v1.1.0 Release Note 涵盖的主要内容:
- SYS Bus 架构重构 — 消息总线迁移至 sys_bus,新增 OFF 通道模式
- IM 层精简 — Feishu bot 削减 ~900 行历史代码,Discord bot 改进,统一 IM Kconfig
- CLI 重构 — cli_cmd.c(2245行)替换为 app_cli_cmd.c(803行),代码量减少 64%
- Agent Loop 改进 — 工具状态管理更健壮,日志更清晰
- MCP 工具优化 — tool_exec、tool_cron、tool_files、tool_openclaw_ctrl 均有改进
- 网关层 — ACP client 日志级别修正,KV 持久化配置
- 板级支持 — 新增 T5AI Core 和无 SD 卡 T5AI 配置
What's Changed
- Refactor configuration and message bus implementation by @maidang-xing in #37
Full Changelog: v1.0.0...v1.1.0