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
Copy file name to clipboardExpand all lines: common/src/constants/agents.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ export const AGENT_PERSONAS = {
40
40
reviewer: {
41
41
displayName: 'Nit Pick Nick the Reviewer',
42
42
purpose:
43
-
'Reviews file changes and responds with critical feedback. Use this after making any significant change to the codebase.',
43
+
'Reviews file changes and responds with critical feedback. Use this after making any significant change to the codebase; otherwise, no need to use this agent for minor changes since it takes a second.',
0 commit comments