From a0e82b9c889baaa009b7ba99c52742daac7e631e Mon Sep 17 00:00:00 2001 From: Osvaldo Ortega Date: Tue, 26 Aug 2025 16:19:00 -0700 Subject: [PATCH] Adding description to chat sessions --- src/github/copilotRemoteAgent.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/github/copilotRemoteAgent.ts b/src/github/copilotRemoteAgent.ts index 03a5cd614d..a881397a1c 100644 --- a/src/github/copilotRemoteAgent.ts +++ b/src/github/copilotRemoteAgent.ts @@ -788,6 +788,7 @@ export class CopilotRemoteAgentManager extends Disposable { pullRequest: pullRequest, tooltip, status, + description: `PR #${pullRequest.number} • +300/-50`, timing: { startTime: timestampNumber }