Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Sep 08:41
· 5 commits to main since this release

中文说明

  • 限制每个会话最多保留 20 个旁问气泡;满额先关闭最旧的已完成气泡,成功后接收新问题,失败则保留答案和当前输入并显示中英文提示。
  • 关闭清理失败时显示本地化重试提示,宿主错误详情仅记录日志。
  • 修复资源清理失败覆盖已完成答案的问题,保留关闭重试能力。
  • 为启动取消和资源清理增加有界等待,继续接管迟到的子代理;卸载异常不再阻塞插件退出,未释放子代理仍受工具保护。
  • 按会话保留最近的旁问气泡,避免其他会话的提问挤掉答案;淘汰时清理失败会保留气泡供重试。
  • 将中英文 README 的社区说明统一为引用块格式。

English

  • Limit each session to 20 side-question bubbles. At capacity, close the oldest completed bubble before accepting a new question; failed closure preserves answers and the current input with a localized message.
  • Show localized retry messages when cleanup fails during closure and keep host error details in logs.
  • Preserve completed answers when resource cleanup fails, with close retries still available.
  • Bound startup cancellation and cleanup waits while retaining ownership of late child agents. Cleanup errors no longer block plugin unload, and unreleased children remain protected from tool execution.
  • Retain recent bubbles per session so questions in another session cannot evict answers. Failed cleanup during eviction keeps the bubble available for retry.
  • Format the community notice consistently as a blockquote in both READMEs.