-
Notifications
You must be signed in to change notification settings - Fork 80
Semantic search tool integration #2154
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
base: feature/server-side-semantic-search
Are you sure you want to change the base?
Semantic search tool integration #2154
Conversation
527620f
to
d368473
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## feature/server-side-semantic-search #2154 +/- ##
======================================================================
Coverage ? 59.70%
======================================================================
Files ? 255
Lines ? 55820
Branches ? 3290
======================================================================
Hits ? 33325
Misses ? 22431
Partials ? 64
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
216b5f8
to
779934a
Compare
779934a
to
10de36d
Compare
...s-lsp-codewhisperer/src/language-server/agenticChat/tools/workspaceContext/semanticSearch.ts
Outdated
Show resolved
Hide resolved
server/aws-lsp-codewhisperer/src/language-server/workspaceContext/workspaceFolderManager.ts
Outdated
Show resolved
Hide resolved
server/aws-lsp-codewhisperer/src/language-server/workspaceContext/workspaceContextServer.ts
Outdated
Show resolved
Hide resolved
ff060e9
to
48d7608
Compare
...s-lsp-codewhisperer/src/language-server/agenticChat/tools/workspaceContext/semanticSearch.ts
Outdated
Show resolved
Hide resolved
...s-lsp-codewhisperer/src/language-server/agenticChat/tools/workspaceContext/semanticSearch.ts
Show resolved
Hide resolved
...s-lsp-codewhisperer/src/language-server/agenticChat/tools/workspaceContext/semanticSearch.ts
Outdated
Show resolved
Hide resolved
...s-lsp-codewhisperer/src/language-server/agenticChat/tools/workspaceContext/semanticSearch.ts
Outdated
Show resolved
Hide resolved
...s-lsp-codewhisperer/src/language-server/agenticChat/tools/workspaceContext/semanticSearch.ts
Show resolved
Hide resolved
@@ -1801,6 +1802,33 @@ export class AgenticChatController implements ChatHandlers { | |||
case DisplayFindings.toolName: | |||
// no need to write tool message for CodeReview or DisplayFindings | |||
break | |||
case SemanticSearch.toolName: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we have UI mocks for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No I don't think we have one, we were just based on existing tool style and trying to get it out for A/B. If there's any UI requirement needs to be polished we we can iterate it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we get PM approval on the UX (if it's a native tool, we should have dedicated UI/UX for it)
server/aws-lsp-codewhisperer/src/language-server/agenticChat/agenticChatController.ts
Show resolved
Hide resolved
48d7608
to
e96f6d3
Compare
...s-lsp-codewhisperer/src/language-server/agenticChat/tools/workspaceContext/semanticSearch.ts
Outdated
Show resolved
Hide resolved
e96f6d3
to
4d436cc
Compare
4d436cc
to
33c28a7
Compare
Problem
Solution
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.