Skip to content

Session Insight v0.5.0

Choose a tag to compare

@bbsteel bbsteel released this 31 Jul 08:29
ae1c223

Highlights

  • Sub-agent collaboration dock: open a horizontal dock above the terminal with a zoomable timeline of nested agent work, and jump from each launch or result back into the matching terminal evidence.
  • Multi-agent collaboration readers: recognize structured sub-agent graphs for Grok, Codex, Chrys, and Copilot through a shared collaboration contract, index, and render APIs.
  • Faster replay navigation: jump to the next user message, open clickable terminal and Markdown links, and toggle folds from the header triangle without losing place.

Features

  • indexing: improve incremental indexing performance so large libraries refresh with less overhead.
  • session assistant: unify the session assistant toolbar entry points and panel state.

Bug Fixes

  • collaboration: disambiguate Chrys launch vs result jumps, fix dock layout and launch targeting, and harden Grok live progress and nested incomplete states.
  • terminal: keep streamed terminal state synchronized and improve initial replay loading.
  • analysis: return the correct session analysis provider result.
  • bookmarks: restore the bookmarked-session filter in the sidebar after header cleanup.

Other

  • docs: refresh README highlights for collaboration and navigation; maintainer guidance for retiring merged worktree runtime instances.

亮点

  • 子 Agent 协作 Dock:在终端上方打开横向协作 Dock,缩放嵌套委托时间轴,并从每次启动或结果跳回对应终端证据。
  • 多 Agent 协作识别:通过共享 collaboration 契约、索引与渲染 API,识别 Grok、Codex、Chrys、Copilot 的结构化子 Agent 图。
  • 更顺手的回放导航:跳到下一条用户消息,点击终端与 Markdown 链接,并从折叠头三角切换折叠且不丢位置。

新功能

  • 索引:改进增量索引性能,降低大型会话库刷新开销。
  • 会话助手:统一会话助手工具栏入口与面板状态。

修复

  • 协作:区分 Chrys 启动与结果跳转,修复 Dock 布局与启动落点,并加固 Grok live 进度与嵌套未完成状态。
  • 终端:保持流式终端状态同步,并改善首次回放加载。
  • 分析:返回正确的会话分析 provider 结果。
  • 收藏:在清理回放头后恢复侧栏“已收藏会话”筛选。

其他

  • 文档:更新 README 中协作与导航亮点;补充合并后 worktree 运行实例回收的维护说明。

Full Changelog: v0.4.1...v0.5.0