mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 15:15:57 +03:00
[GH-ISSUE #147] [Feature]: support using OpenCode agents in custom hats #57
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @francocalvo on GitHub (Feb 2, 2026).
Original GitHub issue: https://github.com/mikeyobrien/ralph-orchestrator/issues/147
Use case
When using a multi hat ralph loop, it would be excellent to be able to pass the
--agentflag to Opencode.For example, I already have the 'planner' and 'builder' agents for me, with it's own permissions, default model and so on.
Proposed solution
Add the 'agent' property to the custom hat configuration.
Area
CLI
Backend(s) impacted
No response
Alternatives considered
No response
Additional context
No response
@mikeyobrien commented on GitHub (Feb 2, 2026):
You should be already able do this by passing
args: ["--agent", "name"]@francocalvo commented on GitHub (Feb 2, 2026):
Incredible. Thank you! This really ticks most of the things I imagined for a tool like this! :D