Skip to content

fix: work-log timeline, execution context, and task box focus#1612

Merged
Douglasymlai merged 4 commits into
testfrom
fix/running-log
May 5, 2026
Merged

fix: work-log timeline, execution context, and task box focus#1612
Douglasymlai merged 4 commits into
testfrom
fix/running-log

Conversation

@Douglasymlai
Copy link
Copy Markdown
Contributor

Summary

This PR improves the chat work-log timeline, side-panel execution context, and navigation from progress rows to the active task box.

Commits

  1. fix(store) — Mirror toolkit notices into the assignee agent log; add taskBoxFocusRequestId / requestTaskBoxFocus() for chat coordination.
  2. fix(side-panel) — Rework buildContextItems (SkillToolkit args, normalized keys, skills hints); progress row clicks request task-box focus; minor execution context and progress styling.
  3. fix(chat) — Refactor TaskWorkLogAccordion to agent blocks with inline narration and tool rows; scroll/expand task card on focus request.
  4. test — Update TaskWorkLogAccordion unit tests for the new timeline model.

Target

Merge into test for integration verification.

Made with Cursor

Douglasymlai and others added 4 commits May 5, 2026 10:36
…s signal

Push NOTICE payloads into the assignee agent log so the chat work-log timeline
can render them inline. Add a monotonic taskBoxFocusRequestId and
requestTaskBoxFocus() so the side panel can ask the chat to scroll and expand
the active task box.

Co-authored-by: Cursor <cursoragent@cursor.com>
…ss UX

Rework buildContextItems to classify toolkits with normalized keys, parse
SkillToolkit load_skill args into per-skill rows, and fold enabled skills into
classification hints. Wire skills from skillsStore into single-agent an workforce
panels. Progress rows request chat task-box focus; tighten execution context
spacing and progress circle styling.

Co-authored-by: Cursor <cursoragent@cursor.com>
Refactor TaskWorkLogAccordion to agent blocks with a flat timeline of inline
narration and tool rows; treat clone_for_new_session as preparation noise.
Scroll the active query group and expand TaskCard when the side panel requests
focus. Small UserMessageCard / UserQueryGroup wiring updates.

Co-authored-by: Cursor <cursoragent@cursor.com>
Update unit tests for buildAgentBlocks and accordion behavior after the
work-log refactor.

Co-authored-by: Cursor <cursoragent@cursor.com>
@Douglasymlai Douglasymlai merged commit 6b8554e into test May 5, 2026
1 check passed
@4pmtong 4pmtong added this to the Sprint 23 milestone May 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants