When working with Git repositories, Kiro CLI's fuzzy finder is Git-aware, making it easier to select and add relevant files to your context. This feature helps you quickly identify and include files that are part of your Git repository.
The Git-aware fuzzy finder automatically integrates with your repository's Git information to provide enhanced file selection capabilities:
Navigate to your Git repository in the terminal.
Run the context add command:
/context add
In the fuzzy finder interface, you'll see files from your repository with Git status indicators:
M – Modified filesA – Added files? – Untracked filesType to filter files, using Git status as part of your search criteria.
Use the arrow keys to navigate and press Enter to select files to add to your context.
Working with Git