feat(ui): show elapsed time on agent status lines - #139
Open
xz-dev wants to merge 1 commit into
Open
Conversation
xz-dev
force-pushed
the
feat/agent-status-elapsed
branch
4 times, most recently
from
July 23, 2026 08:24
3e4cb3a to
2fb958a
Compare
xz-dev
added a commit
to xz-dev/pi-subagents-tintinweb
that referenced
this pull request
Jul 23, 2026
# Conflicts: # src/ui/conversation-viewer.ts # test/agent-widget.test.ts
xz-dev
added a commit
to xz-dev/pi-subagents-tintinweb
that referenced
this pull request
Jul 23, 2026
xz-dev
force-pushed
the
feat/agent-status-elapsed
branch
from
July 27, 2026 00:15
2fb958a to
9be380c
Compare
xz-dev
added a commit
to xz-dev/pi-subagents-tintinweb
that referenced
this pull request
Jul 27, 2026
xz-dev
added a commit
to xz-dev/pi-subagents-tintinweb
that referenced
this pull request
Jul 27, 2026
xz-dev
added a commit
to xz-dev/pi-subagents-tintinweb
that referenced
this pull request
Jul 29, 2026
xz-dev
force-pushed
the
feat/agent-status-elapsed
branch
from
July 31, 2026 04:34
9be380c to
3d1387e
Compare
xz-dev
added a commit
to xz-dev/pi-subagents-tintinweb
that referenced
this pull request
Jul 31, 2026
xz-dev
added a commit
to xz-dev/pi-subagents-tintinweb
that referenced
this pull request
Jul 31, 2026
xz-dev
force-pushed
the
feat/agent-status-elapsed
branch
from
August 2, 2026 16:22
3d1387e to
e1fff3c
Compare
xz-dev
added a commit
to xz-dev/pi-subagents-tintinweb
that referenced
this pull request
Aug 2, 2026
xz-dev
added a commit
to xz-dev/pi-subagents-tintinweb
that referenced
this pull request
Aug 4, 2026
xz-dev
added a commit
to xz-dev/pi-subagents-tintinweb
that referenced
this pull request
Aug 4, 2026
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
Examples
Before, the activity line only showed the current status, which could look stuck during long phases:
After, each current activity/status line shows how long that visible status has been active:
When the visible activity changes, its timer resets:
The same elapsed suffix is used in the above-editor Agents widget, foreground Agent tool result, and conversation viewer streaming indicator.
Testing
npm run lintnpm run typechecknpm run test