1 parent 9c839bc commit e40ff61Copy full SHA for e40ff61
1 file changed
python_agent_harness/session.py
@@ -444,7 +444,7 @@ def plan_exit(self) -> str:
444
)
445
if approved:
446
self.switch_to_build()
447
- msg = config.PLAN_EXIT_APPROVED_MESSAGE % (self.plan_mode.plan_file or "")
+ msg = config.PLAN_EXIT_APPROVED_MESSAGE.replace("%s", self.plan_mode.plan_file or "")
448
self.pending_user_prompts.append(msg)
449
return (
450
"User approved switching to build agent. You are now in "
0 commit comments