-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tabby-ui): add mention functionality in tabby chat ui (#3607)
* feat(chat): add mention functionality with category selection and styling * feat(chat): implement mention functionality with category support and editor integration * feat(chat): add input management methods to PromptFormRef interface * refactor(chat): remove unused FileList, CategoryMenu, mention components, and types * refactor(chat): Revert Webviewhelper to a previous version * refactor(chat): remove unused mention components and styles * refactor(chat): remove PopoverMentionList component and its associated styles * [autofix.ci] apply automated fixes * refactor(chat): enhance at-mention handling and improve file item processing * refactor(chat): implement file mention functionality and enhance mention rendering * chore: fix some potential normalize issue * refactor(chat): update chatInputRef type to use PromptFormRef for improved type safety, fix cannot focus bug * update * [autofix.ci] apply automated fixes * update * fix(chat): update fileItemToSourceItem to handle filepath extraction correctly * update * [autofix.ci] apply automated fixes * update * updae * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: liangfung <[email protected]>
- Loading branch information
1 parent
130b2c1
commit af33713
Showing
23 changed files
with
1,486 additions
and
572 deletions.
There are no files selected for viewing
This file contains 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 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 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 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.