-
-
Notifications
You must be signed in to change notification settings - Fork 108
feat(ai): add Context7 documentation tools integration #299
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 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
30c00e5
feat(ai): add Context7 documentation tools integration
illyadmitriev 470e51c
refactor: improve Context7 integration and tool UI readability
illyadmitriev 6d4576d
refactor: complete Zod to ArkType migration and enhance AI tools
illyadmitriev 6479813
refactor(tools): centralize tool creation and improve performance
illyadmitriev 42828f8
Merge branch 'main' of https://github.com/wannabespace/conar into fea…
letstri 8511c00
feat(ai): add Context7 documentation tools integration
illyadmitriev 9639279
refactor: improve Context7 integration and tool UI readability
illyadmitriev e8f6e60
refactor: complete Zod to ArkType migration and enhance AI tools
illyadmitriev ebee7ad
refactor(tools): centralize tool creation and improve performance
illyadmitriev 0e50898
fix(orpc): add explicit output types to prevent ToJsonSchemaError
illyadmitriev b649e25
fix: return `webSecurity` operator
illyadmitriev cb4b748
chore: update context7 aisdk dep
letstri 594efa7
refactor(ai): improve schema validation and filter handling
illyadmitriev 9b81e02
Merge branch 'feat/context-implementation' of https://github.com/wann…
letstri 8f09ecb
Merge branch 'feat/context-implementation' of https://github.com/wann…
letstri 02684d1
chore: remove zod dependency
letstri 517fd4d
refactor: simplify error handling
letstri d42a20b
refactor: enhance input schema descriptions
letstri f672d83
refactor: enhance schema descriptions
letstri aad50f0
refactor: streamline component structure
letstri 36459d8
refactor(ai): update input schema and improve null handling
letstri f169ded
refactor(chat): enhance tool state handling and icon management
letstri 1603a8a
refactor: integrate new tool types
letstri d525d96
Merge branch 'main' of https://github.com/wannabespace/conar into fea…
letstri b47aa32
refactor: remove unused ai dependency
letstri 49b5764
refactor(chat): improve tool title generation and update component st…
letstri 1cdafc8
Merge branch 'main' of https://github.com/wannabespace/conar into fea…
letstri d8d92ed
refactor(chat): enhance ChatMessageTool component
letstri 626a6a1
refactor(chat): streamline error handling and state management in Cha…
letstri c640e48
refactor(chat): improve title generation and error message extraction…
letstri 76e6a30
refactor(chat): enhance ChatMessageTool component
letstri 3305c53
refactor(chat): reintroduce tool-queryDocs functionality in ChatMessa…
letstri 7a5b29a
refactor(chat): allow dynamic language selection in MonacoOutput comp…
letstri 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,4 +22,5 @@ GITHUB_CLIENT_ID= | |
| GITHUB_CLIENT_SECRET= | ||
| EXA_API_KEY= | ||
| GITHUB_TOKEN= | ||
| CONTEXT7_API_KEY= | ||
| TODESKTOP_WEBHOOK_SECRET= | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,4 +22,5 @@ GITHUB_CLIENT_ID= | |
| GITHUB_CLIENT_SECRET= | ||
| EXA_API_KEY= | ||
| GITHUB_TOKEN= | ||
| CONTEXT7_API_KEY= | ||
| TODESKTOP_WEBHOOK_SECRET= | ||
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
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.
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.