fix: add cline agent support to resolve_session_id.sh and resume documentation

This commit is contained in:
2026-06-28 10:58:43 +09:00
parent 21a4e96052
commit 2b9bb39d6f
2 changed files with 6 additions and 2 deletions
@@ -104,6 +104,10 @@ case "$AGENT" in
tmux new-session -d -s "$SESSION_NAME" -x 140 -y 40 -c "$WORKSPACE" \
"hermes --resume $UUID"
;;
cline)
tmux new-session -d -s "$SESSION_NAME" -x 140 -y 40 -c "$WORKSPACE" \
"cline -i --id $UUID"
;;
esac
# 4. Update agent-sessions.yaml: status running, last_visible_status