Skip to content

Commit 690554c

Browse files
Copilotalexr00
andauthored
Add description generation for existing pull requests (#8254)
* Initial plan * Initial exploration of codebase Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com> * Add description generation for existing PRs with sparkle icon UI Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com> * Fix: Populate patches array with actual PR diff data for better description generation Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com> * Improve useEffect to properly handle state changes Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com> * Clean up --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
1 parent 91ccb5c commit 690554c

6 files changed

Lines changed: 1053 additions & 880 deletions

File tree

common/views.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ export interface TitleAndDescriptionResult {
166166
description: string | undefined;
167167
}
168168

169+
export interface DescriptionResult {
170+
description: string | undefined;
171+
}
172+
169173
export interface CloseResult {
170174
state: GithubItemStateEnum;
171175
commentEvent?: CommentEvent;

0 commit comments

Comments
 (0)