fix(agy): map -r/--resume with session id to --conversation #146

Merged
rootiest merged 1 commits from fix/agy-resume-conversation-syntax into main 2026-09-10 03:38:01 +00:00
1 Commits
Author SHA1 Message Date
rootiest 4ab52329e1 fix(agy): map -r/--resume with session id to --conversation
agy uses different resume syntax than claude: -c/--continue always
resumes the most-recent session, while --conversation takes a
specific session id. Previously -r/--resume was blanket-mapped to
-c/--continue, breaking `agy --resume <id>` and `agy -r=<id>` style
invocations. Now bare -r/--resume (no id following) maps to
-c/--continue; -r/--resume given an id (via =id or a following
non-flag word) maps to --conversation(=id).
2026-09-09 23:24:29 -04:00