v2.2.12
·
1126 commits
to master
since this release
Highlights
- You can now use project-level and local setting sources in Claude Code sessions, improving configuration flexibility across environments (#192).
- Fixed Claude scheduled replies losing their session anchors, making follow-up replies stay attached to the correct session (#193).
- Improved Slack message handling for connect mentions, thin file events, and empty mention menus, reducing missed triggers and broken onboarding flows (#195, #198).
- You can now send silent agent replies in threads, enabling less disruptive automated responses (#196).
Changes
Added
- Add support for silent agent replies in threads (#196).
Fixed
- Enable project and local setting sources for Claude Code sessions (#192).
- Preserve scheduled reply session anchors in Claude and reuse the scheduled base session id (#193).
- Refresh the Claude Opus 4.7 model catalog (#199).
- Handle Slack connect mentions and thin file events, including deduping events and stripping connect mentions reliably (#195).
- Preserve raw mention text and control routing for Slack agents to avoid misrouted commands.
- Restore the empty mention menu and keep empty DM mention onboarding working in Slack (#198).
- Improve Slack bot self-identification when no app ID is available and keep shared content handling guarded.
- Read Slack SDK response objects correctly.
- Preserve result attachment fallback in Lark (#197).
Changed
- Internal: bump GitHub Actions versions.
Full Changelog: v2.2.11...v2.2.12
亮点
- 现在 Claude Code 会话可以读取项目级和本地设置来源,配置方式更灵活,适配不同开发环境更方便(#192)。
- 修复了 Claude 定时回复丢失会话锚点的问题,后续回复会更稳定地挂载到正确的会话中(#193)。
- 改进了 Slack 对 connect mention、thin file 事件以及空 mention 菜单的处理,减少消息触发失败和引导流程异常(#195、#198)。
- 现在支持在线程中发送静默的 agent 回复,自动化回复可以更低干扰地工作(#196)。
变更
新增
- 新增线程中的静默 agent 回复支持(#196)。
修复
- 修复 Claude Code 会话无法启用项目级和本地设置来源的问题(#192)。
- 修复 Claude 定时回复的会话锚点保留问题,并复用定时任务的基础会话 ID(#193)。
- 更新 Claude 的 Opus 4.7 模型目录(#199)。
- 修复 Slack 对 connect mention 和 thin file 事件的处理,包括事件去重以及更可靠地剥离 connect mention(#195)。
- 修复 Slack 中 agent 对原始 mention 文本和控制路由的保留,避免命令被错误路由。
- 修复 Slack 空 mention 菜单,并保留私信场景下的空 mention 引导流程(#198)。
- 修复 Slack 在缺少 app ID 时对自身 bot 的识别问题,并补强共享内容处理保护。
- 修复 Slack SDK 响应对象的读取问题。
- 修复 Lark 结果附件的回退保留逻辑(#197)。
变更
- 内部:升级 GitHub Actions 版本。
Full Changelog: v2.2.11...v2.2.12