Skip to content

AgentHost - enable review capability for uncommitted changes changeset - #326156

Draft
Ladislau Szomoru (lszomoru) wants to merge 1 commit into
mainfrom
lszomoru/physical-mollusk
Draft

AgentHost - enable review capability for uncommitted changes changeset#326156
Ladislau Szomoru (lszomoru) wants to merge 1 commit into
mainfrom
lszomoru/physical-mollusk

Conversation

@lszomoru

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings July 16, 2026 13:46
@lszomoru
Ladislau Szomoru (lszomoru) enabled auto-merge (squash) July 16, 2026 13:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Enables review UI for Agent Host uncommitted changesets and corrects resource-operation toolbar state.

Changes:

  • Advertises review capability for uncommitted changes.
  • Removes incorrect reviewed-state toggling from resource operations.
Show a summary per file
File Description
changesActions.ts Removes reviewed-state toggling from operations.
changesetUri.ts Enables uncommitted changeset review capability.

Review details

  • Files reviewed: 2/2 changed files
  • Comments generated: 2
  • Review effort level: Medium

uriTemplate: buildUncommittedChangesetUri(sessionUri),
changeKind: ChangesetKind.Uncommitted
changeKind: ChangesetKind.Uncommitted,
capabilities: { review: {} }
import { IActiveSession } from '../../../services/sessions/common/sessionsManagement.js';
import { IChangesViewService } from '../common/changesViewService.js';
import { ChangesMultiDiffSourceResolver, SessionChangesFileResourceContext, SessionChangesReviewedFilesContext } from './changesMultiDiffSourceResolver.js';
import { ChangesMultiDiffSourceResolver, SessionChangesReviewedFilesContext } from './changesMultiDiffSourceResolver.js';
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.

2 participants