fix: save /plan output in workspace (#1381)

This commit is contained in:
Teknium 2026-03-14 21:28:51 -07:00 committed by GitHub
parent ff3473a37c
commit b14a07315b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 44 additions and 31 deletions

View file

@ -1161,7 +1161,8 @@ class GatewayRunner:
user_instruction,
task_id=_quick_key,
runtime_note=(
f"Save the markdown plan with write_file to this exact path: {plan_path}"
"Save the markdown plan with write_file to this exact relative path "
f"inside the active workspace/backend cwd: {plan_path}"
),
)
if not event.text: