fix: opencode message argument must come before flags #54

Merged
shoko merged 1 commits from fix/opencode-arg-order into main 2026-03-31 23:35:34 +02:00

1 Commits

Author SHA1 Message Date
shokollm
251b22500c fix: opencode message argument must come before flags
opencode CLI requires: opencode run "message" --session sid --workdir /path
But kugetsu was placing message AFTER flags, causing all commands to fail.

Fixed in:
- cmd_delegate: nohup sh -c with message first
- cmd_start: --fork --session with message first
- fork_session_for_issue: --continue --session with message first

Closes #53
2026-03-31 21:29:37 +00:00