fix(review): address terminology feedback

This commit is contained in:
Turtle
2026-08-11 14:04:19 +08:00
parent c6f3870b51
commit 096586886a
10 changed files with 13 additions and 13 deletions
@@ -992,7 +992,7 @@ describe('exit_plan_mode', () => {
expect(foldPlanMode(agent.session.events)).toBe(true)
})
it('a throwing provider APIs as the corrective isError and the mode stays plan', async () => {
it('a throwing provider surfaces as the corrective isError and the mode stays plan', async () => {
const { ctx, agent } = await setupWithReview()
ctx.userInteraction.registerProvider({ ask: () => { throw new Error('review aborted') } })
const result = await callExit(ctx, agent)