Skip to content

Commit b83dde6

Browse files
committed
don't use reviewer for small changes
1 parent 507cdfa commit b83dde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/constants/agents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const AGENT_PERSONAS = {
4040
reviewer: {
4141
displayName: 'Nit Pick Nick the Reviewer',
4242
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.',
4444
} as const,
4545
'agent-builder': {
4646
displayName: 'Bob the Agent Builder',

0 commit comments

Comments
 (0)