fix(resume): pass workspace, role, and epoch to update_yaml_resumed.sh to fix fallback silent bugs

This commit is contained in:
2026-07-24 23:39:39 +09:00
parent d6b523c943
commit d2a82478e9
2 changed files with 27 additions and 12 deletions
@@ -116,6 +116,6 @@ sleep 2
# 5. Update agent-sessions.yaml: status running, last_visible_status
bash "$(dirname "${BASH_SOURCE[0]}")/update_yaml_resumed.sh" \
--session "$SESSION_NAME" --uuid "$UUID" --agent "$AGENT"
--session "$SESSION_NAME" --uuid "$UUID" --agent "$AGENT" --workspace "$WORKSPACE"
echo "Successfully resumed $SESSION_NAME ($AGENT)"