When a user starts a task using opencode and puts it in the plan agent, it will be unable to use the fagent cli (since opencode plan agents can't use bash afaik). Thus opencode will be stuck with a false status as idle for the whole session.
We need to:
- Figure out how to give opencode access to the
fagent command while in plan mode (or any mode that doesn't have read/bash access)
- Figure out ways to further improve the opencode plugin we install to automatically switch status based on hooks
- Figure out ways to further improve the claude plugin we install to automatically switch status based on hooks
When a user starts a task using opencode and puts it in the plan agent, it will be unable to use the
fagentcli (since opencode plan agents can't use bash afaik). Thus opencode will be stuck with a false status as idle for the whole session.We need to:
fagentcommand while in plan mode (or any mode that doesn't have read/bash access)