You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(web): restore work-log turn scoping and widen URL extraction
Address three Cursor reviewer comments on 7875a07:
- ChatView: pass `activeLatestTurn?.turnId` into `deriveWorkLogEntries`
again. The `undefined` slipped in during rebase resolution and broadened
the chat work log across every turn instead of the active one.
- session-logic: run `extractToolCommandActivity` for non-command tools
so the timeline picks up localhost URLs and `outputPreview` from
Monitor/tail tools, matching what `deriveSidebarAgentCommandStatus`
already does. `commandPreview` stays narrow (via `extractToolCommand`)
for non-command tools so details like `/tmp/app.ts` aren't inferred as
commands.
- toolActivity: normalize `127.0.0.1` and `[::1]` (along with `0.0.0.0`)
to `localhost` for href-based dedup so the same server printed under
multiple loopback hosts collapses to a single chip. The visible `url`
preserves the original spelling.
0 commit comments