|
|
@@ -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,
|