Skip to content

Commit b1fbfa7

Browse files
authored
feat(opencode): add agent description (anomalyco#10680)
1 parent 805ae19 commit b1fbfa7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/opencode/src/agent/agent.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export namespace Agent {
7373
const result: Record<string, Info> = {
7474
build: {
7575
name: "build",
76+
description: "The default agent. Executes tools based on configured permissions.",
7677
options: {},
7778
permission: PermissionNext.merge(
7879
defaults,
@@ -87,6 +88,7 @@ export namespace Agent {
8788
},
8889
plan: {
8990
name: "plan",
91+
description: "Plan mode. Disallows all edit tools.",
9092
options: {},
9193
permission: PermissionNext.merge(
9294
defaults,

0 commit comments

Comments
 (0)