chore: generate
This commit is contained in:
parent
9b815bcbd2
commit
8dc2ffd48f
11 changed files with 940 additions and 450 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue