fix(vscode-webui): display subagent todo list regardless of toggle status - #1602
Draft
wsxiaoys wants to merge 2 commits into
Draft
fix(vscode-webui): display subagent todo list regardless of toggle status#1602wsxiaoys wants to merge 2 commits into
wsxiaoys wants to merge 2 commits into
Conversation
…atus Ensure the subagent's todo list is rendered outside the expandable message list container, allowing it to remain visible even when the subagent details are collapsed. Updated storybooks to showcase this behavior. 🤖 Generated with [Pochi](https://getpochi.com) | [Task](https://app.getpochi.com/share/p-7f53b13ecdc04990b2d35c9f8ebcd85e) Co-Authored-By: Pochi <noreply@getpochi.com>
Codecov Report❌ Patch coverage is ❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (75.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #1602 +/- ##
==========================================
+ Coverage 22.31% 23.77% +1.45%
==========================================
Files 737 742 +5
Lines 72789 74555 +1766
Branches 1913 2127 +214
==========================================
+ Hits 16244 17723 +1479
- Misses 56254 56550 +296
+ Partials 291 282 -9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
wsxiaoys
marked this pull request as draft
May 29, 2026 02:05
Ensure the todo list is rendered above the expandable list of steps (expandableDetail) in ExpandableToolContainer. This places the todo list immediately below the header block when expanded, matching the design. 🤖 Generated with [Pochi](https://getpochi.com) | [Task](https://app.getpochi.com/share/p-7f53b13ecdc04990b2d35c9f8ebcd85e) Co-Authored-By: Pochi <noreply@getpochi.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
TaskThreadas thedetailprop ofExpandableToolContainer.{detail}above{showDetails && expandableDetail}inExpandableToolContainerto ensure that when expanded, the todo list is rendered immediately below the header block (and above the list of steps), matching the design specification.showTodos={false}in the main expandable detail'sTaskThreadto prevent duplicate todo list rendering when expanded.new-task-tool-gallery.stories.tsxandsubtask-agent.stories.tsx) to showcase and verify this behavior.Screenshots
Correct Behavior (Both Collapsed & Expanded)
Test plan
SubtaskAgentorNewTaskcomponents.🤖 Generated with Pochi | Task