pub fn build_opencode_command(
binary: &Path,
model: &str,
prompt: &str,
) -> CommandExpand description
Build the opencode run command with hardening flags.
Unlike codex (9 flags) and claude (7 flags), opencode has only
--dangerously-skip-permissions for auto-approval.