feat(scout): autocomplete configured mentions (#26843)
This commit is contained in:
parent
f240bba8e7
commit
4bae84c8b0
5 changed files with 293 additions and 47 deletions
|
|
@ -145,7 +145,7 @@ export const Info = Schema.Struct({
|
|||
}),
|
||||
skills: Schema.optional(ConfigSkills.Info).annotate({ description: "Additional skill folder paths" }),
|
||||
reference: Schema.optional(ConfigReference.Info).annotate({
|
||||
description: "Named git or local directory references that can be @ mentioned as Scout-backed subagents",
|
||||
description: "Named git or local directory references that can be mentioned as @alias or @alias/path",
|
||||
}),
|
||||
watcher: Schema.optional(
|
||||
Schema.Struct({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue