-
Notifications
You must be signed in to change notification settings - Fork 43
feat(vscode): @ file mention with dropdown and file chips #397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
6fd3227
feat(vscode): add file search API plumbing for @ mention feature
iscekic 7725520
feat(vscode): implement @ file mention with dropdown and file chips
iscekic eee4cf1
feat(vscode): use FileIcon component for @ mention dropdown and file …
iscekic ba5a16d
fix(vscode): inline SVG sprite to avoid cross-origin webview error
iscekic 813b8b0
fix(vscode): address bot review comments on @ file mention
iscekic 69a3eb4
refactor(vscode): use kilo-ui Icon and IconButton in PromptInput
iscekic 75de389
refactor(vscode): extract useFileMention hook from PromptInput
iscekic b6ba06b
fix(vscode): prevent race condition in file search debounce counter
iscekic 4c492f6
fix(vscode): sync text signal when file mention replaces @query
iscekic 9d9b1e3
fix(vscode): remove unused onInput return value
iscekic 9805982
fix(vscode): scroll active file mention item into view on keyboard na…
iscekic a0aae38
fix(vscode): require at least 1 character after @ before triggering f…
iscekic 7f869a4
fix(vscode): improve @ file mention UX
iscekic 79aef43
fix(vscode): use querySelectorAll for dropdown scroll into view
iscekic ae2a510
debug(vscode): add logging to diagnose dropdown scroll issue
iscekic bcc2a4c
fix(vscode): scroll dropdown active item via handleKeyDown instead of…
iscekic e38ac99
debug(vscode): add logging to scrollToActiveItem
iscekic 143f222
debug(vscode): add logging to handleKeyDown
iscekic ac20f76
debug(vscode): add component render log
iscekic 22006f6
chore(vscode): remove debug logging from PromptInput
iscekic e2caa75
Merge branch 'dev' into feature/vscode-at-file-mention
iscekic aa287f2
feat(vscode): inline @file mention with highlight overlay instead of …
iscekic d4e0c4d
fix(vscode): position file mention dropdown absolutely above input
iscekic 5ebec98
fix(vscode): suppress ghost text and autocomplete while mention dropd…
iscekic 05522f4
fix(vscode): adjust textarea height after file mention selection
iscekic e714e5f
fix(vscode): invalidate in-flight autocomplete request on send
iscekic 315c0fa
fix(vscode): construct valid file:// URL from relative paths using wo…
iscekic 78579ca
fix(vscode): address review feedback on @ file mention
iscekic 847367b
Merge branch 'dev' into feature/vscode-at-file-mention
iscekic 7ee51be
fix(vscode): normalize Windows paths in file mention URL construction
iscekic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.