Skip to content

Commit c141176

Browse files
test(evals): add informal agreement to plan mode eval prompt
Updates 'should transition from plan mode to normal execution' eval to align with the new 'informal agreement' prompt mandate introduced in PR #24423, fixing flakiness.
1 parent 113fd61 commit c141176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

evals/plan_mode.eval.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ describe('plan_mode', () => {
305305
settings,
306306
},
307307
prompt:
308-
'Enter plan mode and plan to create a new module called foo. The plan should be saved as foo-plan.md. Then, exit plan mode.',
308+
'I agree with your strategy. Please enter plan mode and draft the plan to create a new module called foo. The plan should be saved as foo-plan.md. Then, exit plan mode.',
309309
assert: async (rig, result) => {
310310
const enterPlanCalled = await rig.waitForToolCall('enter_plan_mode');
311311
expect(

0 commit comments

Comments
 (0)