Implement Plan button

This commit is contained in:
Colin McDonnell
2025-12-30 20:14:49 -08:00
parent 573c473dc1
commit ad1f51d704
5 changed files with 138 additions and 15 deletions
+1
View File
@@ -337,6 +337,7 @@ export interface DependencyInstallationState {
export interface ToolState {
prNumber?: number;
issueNumber?: number;
selectedMode?: string;
review?: {
id: number; // REST API database ID (for fix URLs)
nodeId: string; // GraphQL node ID (for mutations)