Skip to content

Sessions: Remove "Completed" sub-label from agent sessions list#302360

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/fix-unclear-completed-timestamp
Closed

Sessions: Remove "Completed" sub-label from agent sessions list#302360
Copilot wants to merge 2 commits intomainfrom
copilot/fix-unclear-completed-timestamp

Conversation

Copy link
Contributor

Copilot AI commented Mar 17, 2026

The "Completed in {duration}" sub-label on session list items showed misleading timestamps — sessions that took seconds would display durations like "15 mins" because lastRequestStarted/lastRequestEnded tracked different things than wall-clock session duration.

Remove the "Completed" and "Completed in {duration}" description text entirely from renderDescription. "Failed" and "Failed after {duration}" labels are preserved since they're actionable. "Working..." and "Input needed." are unchanged.


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Copilot AI linked an issue Mar 17, 2026 that may be closed by this pull request
Remove the "Completed" and "Completed in {duration}" description text
from agent session list items. These labels were confusing as the
timestamps often didn't match user expectations. "Failed" and
"Failed after {duration}" labels are preserved since they convey
actionable information.

Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix unclear sessions completed timestamp Sessions: Remove "Completed" sub-label from agent sessions list Mar 17, 2026
Copilot AI requested a review from bpasero March 17, 2026 07:04
@bpasero bpasero closed this Mar 17, 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.

Sessions: Unclear on completed timestamp

2 participants