Skip to content

sessions - remove "In progress" grouping for now#296306

Merged
bpasero merged 3 commits into
mainfrom
ben/copilot-worktree-2026-02-19T11-57-59
Feb 19, 2026
Merged

sessions - remove "In progress" grouping for now#296306
bpasero merged 3 commits into
mainfrom
ben/copilot-worktree-2026-02-19T11-57-59

Conversation

@bpasero
Copy link
Copy Markdown
Contributor

@bpasero bpasero commented Feb 19, 2026

It makes the sessions view very hectic.

Copilot AI review requested due to automatic review settings February 19, 2026 16:01
@bpasero bpasero self-assigned this Feb 19, 2026
@bpasero bpasero added this to the February 2026 milestone Feb 19, 2026
@bpasero bpasero enabled auto-merge (squash) February 19, 2026 16:03
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the "In Progress" section grouping from the agent sessions view to reduce visual clutter and make the interface less hectic. In-progress sessions are now placed in their appropriate date-based sections (Today, Yesterday, Week, Older) alongside completed sessions, rather than being grouped separately at the top.

Changes:

  • Removed the InProgress enum value from AgentSessionSection
  • Updated grouping logic to place in-progress sessions in date-based sections based on their start time
  • Updated tests to verify new behavior where in-progress sessions appear in their date-based sections
  • Cleaned up unused imports of isSessionInProgressStatus where no longer needed

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsModel.ts Removed InProgress enum value from AgentSessionSection
src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsViewer.ts Removed InProgress section label and grouping logic from groupAgentSessionsByDate()
src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsControl.ts Updated shouldShowTodayHeader() to no longer check for in-progress sessions, removed unused import
src/vs/workbench/contrib/chat/test/browser/agentSessions/agentSessionsDataSource.test.ts Updated tests to verify in-progress sessions now appear in date-based sections, removed unused import

@bpasero bpasero merged commit aa0b23d into main Feb 19, 2026
24 checks passed
@bpasero bpasero deleted the ben/copilot-worktree-2026-02-19T11-57-59 branch February 19, 2026 17:09
@vs-code-engineering vs-code-engineering Bot locked and limited conversation to collaborators Apr 5, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants