feat: Auto-scroll to latest logs for worker sub-tasks#1318
Open
spider-yamet wants to merge 9 commits intoeigent-ai:mainfrom
Open
feat: Auto-scroll to latest logs for worker sub-tasks#1318spider-yamet wants to merge 9 commits intoeigent-ai:mainfrom
spider-yamet wants to merge 9 commits intoeigent-ai:mainfrom
Conversation
Collaborator
|
Can you make a screenshot in the description? Thanks. |
Contributor
Author
22.02.2026_17.31.15_REC.mp4Hi, I have added screen recording, I added test button for mock testing. (not mentioned on PR, only for test) |
Contributor
Author
|
could you please review, @bytecii @Wendong-Fan |
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.
Related Issue
Closes #1315
Description
Implements auto-scroll for the worker sub-task log panel in the Workflow view so the latest toolkit logs stay visible without manual scrolling.
Changes:
src/components/WorkFlow/node.tsx: When the workflow node is expanded and a task is selected, the right-hand log panel (which showsselectedTask.toolkits) now scrolls to the bottom when:This addresses the behavior requested in #1315 (auto-scroll so latest logs are always visible).
Testing Evidence (REQUIRED)
(Attach a short screen recording or screenshots showing: workflow node expanded, task running with toolkit logs, log panel auto-scrolling to the latest entry as new logs appear; optionally, scrolling up and confirming it does not override until you scroll back near the bottom.)
What is the purpose of this pull request?
Contribution Guidelines Acknowledgement