feat(scout): autocomplete configured mentions (#26843)
This commit is contained in:
parent
f240bba8e7
commit
4bae84c8b0
5 changed files with 293 additions and 47 deletions
|
|
@ -41,6 +41,12 @@ How is auth handled in @packages/functions/src/api/index.ts?
|
|||
|
||||
The content of the file is added to the conversation automatically.
|
||||
|
||||
Configured references also appear in `@` autocomplete. Type `@alias` to add the reference root as context, or type `@alias/` to autocomplete files inside that reference.
|
||||
|
||||
```text "@docs/README.md"
|
||||
Compare our setup with @docs/README.md
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Bash commands
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue