fix: save /plan output in workspace (#1381)
This commit is contained in:
parent
ff3473a37c
commit
b14a07315b
10 changed files with 44 additions and 31 deletions
3
cli.py
3
cli.py
|
|
@ -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}"
|
||||
),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue