Skip to content

Commit e19e6d4

Browse files
Sync public snapshot from freebuff-private
Source: CodebuffAI/freebuff-private@c1d67ed30dae2a3919143012ad0fc42506eb3557
1 parent e465ae1 commit e19e6d4

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

agents/base2/base2.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,8 @@ function buildImplementationStepPrompt({
603603
isFree &&
604604
!noReview &&
605605
`You must spawn a ${freeCodeReviewerAgentId} to review the changes after you have implemented the changes and in parallel with typechecking or testing.`,
606+
(isDefault || isMax || (isFree && !noReview)) &&
607+
`Don't spawn a code reviewer if you haven't made code changes, e.g. when you only wrote a plan or answered a question.`,
606608
`When the user request is complete, summarize your changes in a sentence${isFast ? '' : ' or a few short bullet points'}.${isSonnet ? " Don't create any summary markdown files or example documentation files, unless asked by the user." : ''}.`,
607609
!noAskUser &&
608610
`At the end of your turn, you must use the suggest_followups tool to suggest around 3 next steps the user might want to take even if the user just asks a question.`,

bun.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)