Release version 0.11.7
- feat(login): localize the web login page across all 10 supported languages.
- fix(acp): resolve
npx-launched ACP agents from the npm prefix, and cache the resolution so agent listing no longer stalls on repeated lookups. Thanks to @Kwensiu for #151. - fix(chat): resume the original ACP session after a reconnect on new-conversation tabs, instead of starting a fresh session.
- fix(chat): mark conversations as cancelled (not failed) when the user cancels a streaming turn, including the sidebar badge label.
- fix(chat): surface agent turn failures with an explicit error state instead of leaving the turn silently pending review.
- fix(chat): show the streaming thinking indicator while reasoning is in flight and hide the expand toggle when reasoning is empty.
- fix(chat): correct the Claude Code agent icon hover title.
发布版本 0.11.7
- 功能(登录):Web 登录页已覆盖全部 10 种支持语言的本地化。
- 修复(ACP):通过
npx启动的 ACP 代理改从 npm prefix 解析,并缓存解析结果,避免代理列表每次扫描时反复阻塞。感谢 @Kwensiu 在 #151 中的贡献。 - 修复(聊天):在"新建会话"标签页上重连后,恢复到原始 ACP 会话,而非新开一个会话。
- 修复(聊天):用户取消正在流式输出的回合时,会话状态标记为"已取消"而非"失败",侧边栏徽标文案同步更正。
- 修复(聊天):代理回合失败时显式呈现错误状态,不再静默停留在待审阅。
- 修复(聊天):推理过程中显示流式 thinking 指示器;推理内容为空时隐藏展开按钮。
- 修复(聊天):修正 Claude Code 代理图标的悬浮标题。