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
10 changed files with 44 additions and 31 deletions

3
cli.py
View File

@@ -3318,7 +3318,8 @@ class HermesCLI:
user_instruction,
task_id=self.session_id,
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}"
),
)