feat: Fuzzy search via

This commit is contained in:
Tino Ehrich 2025-11-26 11:47:37 +01:00 committed by Mario Zechner
parent 138d111b05
commit b8e5f8db6d
3 changed files with 221 additions and 6 deletions

View file

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