fix: work-log timeline, execution context, and task box focus#1612
Merged
Conversation
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR improves the chat work-log timeline, side-panel execution context, and navigation from progress rows to the active task box.
Commits
taskBoxFocusRequestId/requestTaskBoxFocus()for chat coordination.buildContextItems(SkillToolkit args, normalized keys, skills hints); progress row clicks request task-box focus; minor execution context and progress styling.TaskWorkLogAccordionto agent blocks with inline narration and tool rows; scroll/expand task card on focus request.TaskWorkLogAccordionunit tests for the new timeline model.Target
Merge into
testfor integration verification.Made with Cursor