Replies: 2 comments
|
This sounds less like user error and more like a capability / routing regression or guardrail kicking in. From what you’re describing, the system clearly recognizes the @agent intent, but then falls back to a constrained execution path where
A few things worth checking:
If this is a regression, I’d expect:
Given that it’s happening repeatedly and not just on malformed prompts, I’d lean toward this being worth opening an issue — especially if you can include:
That would help determine if it’s a breaking change in agent delegation or an intentional restriction that just isn’t clearly documented. |
|
@webrcost4 I'm very new to the plugin.
The configured agents seem to be loaded properly, as when I type
I'm fairly new to opencode, so I've only used v1.2.24. I simply followed the specs when I set up my global env: |- agents/
| |- <agent>.md
|- skills/
| |- <skill>
| | |- SKILL.mdboth agents and skills are registering in the TUI text completion popups
This, I believe is the result of a mistake in understanding by the system. It's equivocating agent definitions with the skills they internally invoke which isn't necessarily accurate because of prompt engineering. But yes, kind of. I can preface my true prompt to Sisyphus with the agent definition and probably get the same or a similar result.
Yes, this is happening for all prompts, both multi-step and simple I hope that provides more context. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm fairly certain I should be able to have sisyphus delegate to specific agents by @ing their names in the prompt, but recently it gets confused when I do. I'll prompt it with something like "Have @ do " and it responds with:
This has happened multiple times recently. Not the exact same response, but it always mentions something similar to "The task() tool's subagent_type only supports explore, librarian, oracle, metis, momus — not custom agents." Does this warrant an issue or am I using the tool improperly?
All reactions