chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-02 01:34:11 +00:00
parent 9b815bcbd2
commit 8dc2ffd48f
11 changed files with 945 additions and 455 deletions
+1 -3
View File
@@ -158,9 +158,7 @@ export const Plugin = PluginV2.define({
item.description =
"General-purpose agent for researching complex questions and executing multi-step tasks. Use this agent to execute multiple units of work in parallel."
item.mode = "subagent"
item.permissions.push(
...PermissionV2.merge(defaults, [{ action: "todowrite", resource: "*", effect: "deny" }]),
)
item.permissions.push(...PermissionV2.merge(defaults, [{ action: "todowrite", resource: "*", effect: "deny" }]))
})
editor.update(AgentV2.ID.make("explore"), (item) => {