You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
initialInput: `Please review this merge request from branch "${currentBranch.name}" into "${mainBranch.name||'main'}".
70
-
71
-
I've included the current production schema as context, along with the proposed database changes.
72
-
73
-
Analyze the changes and provide feedback on:
74
-
- Database schema changes and potential impacts on the production schema
75
-
- Migration safety and rollback considerations
76
-
- Overall code quality and best practices
77
-
- Potential breaking changes or compatibility issues
78
-
- Data integrity and constraint implications
79
-
80
-
Please be concise with your response.`,
69
+
initialInput: `I want to run the attached database changes on my production database branch as part of a branch merge from "${currentBranch.name}" into "${mainBranch.name||'main'}". I've included the current production database schema as extra context. Please analyze the proposed schema changes and provide concise feedback on their impact on the production schema including any migration concerns and potential conflicts.`,
81
70
suggestions: {
82
71
title: `I can help you review the database schema changes from "${currentBranch.name}" to "${mainBranch.name}", here are some specific areas I can focus on:`,
0 commit comments