feat: Improve @-command file path completion with fzf integration (#5650)

Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
DevMassive 2025-08-07 08:41:04 +09:00 committed by GitHub
parent 4782113ceb
commit 9ac3e8b79e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 49 additions and 2 deletions

View file

@ -114,8 +114,8 @@ describe('useAtCompletion', () => {
expect(result.current.suggestions.map((s) => s.value)).toEqual([
'src/',
'src/components/',
'src/components/Button.tsx',
'src/index.js',
'src/components/Button.tsx',
]);
});