We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805ae19 commit b1fbfa7Copy full SHA for b1fbfa7
1 file changed
packages/opencode/src/agent/agent.ts
@@ -73,6 +73,7 @@ export namespace Agent {
73
const result: Record<string, Info> = {
74
build: {
75
name: "build",
76
+ description: "The default agent. Executes tools based on configured permissions.",
77
options: {},
78
permission: PermissionNext.merge(
79
defaults,
@@ -87,6 +88,7 @@ export namespace Agent {
87
88
},
89
plan: {
90
name: "plan",
91
+ description: "Plan mode. Disallows all edit tools.",
92
93
94
0 commit comments