-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tabby-threads): using tabby thread in chat-panel and VSCode plug…
…in (#3475) * feat(tabby-thread): adding tabby threads package * feat(tabby-threads): add customized version of @quilted/threads for Tabby project, also added readme * feat: add CHECK_CAPABILITY method to target.ts * feat: update dependencies for tabby-chat-panel and vscode clients * chore: adding a new interface to encapsulate client apis * chore: Update createClient function parameter name in index.ts and react.ts - In index.ts, update the second parameter of the createClient function from `api: ClientApi` to `api: ClientApiMethods`. - In react.ts, update the second parameter of the useClient function from `api: ClientApi` to `api: ClientApiMethods`. * [autofix.ci] apply automated fixes * chore: update tabby-chat-panel to version 0.3.0 --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b486bf5
commit d8eeeb6
Showing
6 changed files
with
25 additions
and
33 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.