CCA support for empty chat sessions (#1407)

* CCA support for empty chat sessions

* Update src/extension/chatSessions/vscode-node/copilotChatSessionsProvider.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Osvaldo Ortega
2025-10-17 22:05:03 +00:00
committed by GitHub
co-authored by Copilot
parent 39e48f21a7
commit 08efcdc3d6
3 changed files with 47 additions and 4 deletions
@@ -28,6 +28,7 @@ export interface PullRequestSearchItem {
deletions: number;
fullDatabaseId: number;
headRefOid: number;
bodyHTML: string;
}
export interface PullRequestSearchResult {
@@ -198,6 +199,7 @@ export async function makeSearchGraphQLRequest(
}
name
}
bodyHTML
}
}
pageInfo {