-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hey, you have on the page some kind of code or script:
// Agent implements, then hands to review agent
session({
mode: "message",
agent: "review",
text: "Review this authentication implementation",
})
// Or research hands to plan
session({
mode: "message",
agent: "plan",
text: "Design our rate limiting based on this research",
})```
How do I actually use this in opencode?
Is there a new menu? it a file? what is it?
Metadata
Metadata
Assignees
Labels
No labels