mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 10:05:14 +00:00
feat: Fuzzy search via
This commit is contained in:
parent
138d111b05
commit
b8e5f8db6d
3 changed files with 221 additions and 6 deletions
|
|
@ -460,6 +460,17 @@ Aborts any in-flight agent work, clears all messages, and creates a new session
|
|||
|
||||
The interactive input editor includes several productivity features:
|
||||
|
||||
### File Reference (`@`)
|
||||
|
||||
Type **`@`** to fuzzy-search for files in your project:
|
||||
- `@editor` → finds files with "editor" in the name
|
||||
- `@readme` → finds README files anywhere in the project
|
||||
- Autocomplete triggers immediately when you type `@`
|
||||
- Use **Up/Down arrows** to navigate, **Tab**/**Enter** to select
|
||||
- Only shows attachable files (text, code, images)
|
||||
|
||||
Uses `fdfind`/`fd` for fast searching if available, falls back to `find` on all Unix systems.
|
||||
|
||||
### Path Completion
|
||||
|
||||
Press **Tab** to autocomplete file and directory paths:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue