Skip to content

V3.3.0: 多 Profile、DeepSeek 兼容、表格保护、锁优化

Choose a tag to compare

@baileyh8 baileyh8 released this 05 May 17:22
· 60 commits to main since this release

V3.3.0 — 2026-05-01

Fixed

  • #15 COMPLETE_PATCH 平台判断: 非飞书平台(QQ/微信/钉钉等)不再被 complete hook 吞掉响应
  • #18b 工具次数统计: tool_count 累计实际调用次数,不再去重
  • 跨 Profile 数据泄漏: feishu_message_ids/message_bot_ids/last_update_at 改用 session key

Added

  • #16 多 Profile 支持: 一个 sidecar 服务多个 Hermes profile,profile_id:message_id 复合键隔离,独立凭据和 bot 路由
  • #18a DeepSeek 思维链: THINK_TAG_RE 新增 <thinking>/</thinking> 标签过滤
  • #18c Footer 旋转动画: braille spinner,time.time() 驱动
  • #10 表格超限保护: 超过 5 个表格自动截断,避免 11310 错误

Changed

  • 锁优化: 飞书 API 调用移出事件锁,更新间隔 2.0→0.5s(受 #17 fengs2021 启发)

贡献者

测试

  • 425 passed, 0 failed (Python 3.9 / 3.12)

Full Changelog