mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 08:21:50 +00:00
feat(opencode): add agent description (#10680)
This commit is contained in:
parent
805ae19c9a
commit
b1fbfa7e94
1 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ export namespace Agent {
|
|||
const result: Record<string, Info> = {
|
||||
build: {
|
||||
name: "build",
|
||||
description: "The default agent. Executes tools based on configured permissions.",
|
||||
options: {},
|
||||
permission: PermissionNext.merge(
|
||||
defaults,
|
||||
|
|
@ -87,6 +88,7 @@ export namespace Agent {
|
|||
},
|
||||
plan: {
|
||||
name: "plan",
|
||||
description: "Plan mode. Disallows all edit tools.",
|
||||
options: {},
|
||||
permission: PermissionNext.merge(
|
||||
defaults,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue