-
Notifications
You must be signed in to change notification settings - Fork 82
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
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.84% 59.79% -0.06%
=======================================================================
Files 254 255 +1
Lines 55904 56156 +252
Branches 3321 3331 +10
=======================================================================
+ Hits 33456 33577 +121
- Misses 22384 22515 +131
Partials 64 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:
|
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
server/aws-lsp-codewhisperer/src/language-server/agenticChat/agenticChatController.ts
Show resolved
Hide resolved
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
33c28a7
to
f524eb9
Compare
f524eb9
to
77ec8a3
Compare
The base branch was changed.
77ec8a3
to
56e2715
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/workspaceContextServer.ts
Outdated
Show resolved
Hide resolved
@@ -4671,8 +4735,8 @@ export class AgenticChatController implements ChatHandlers { | |||
codeWhispererServiceToken | |||
.listFeatureEvaluations({ userContext }) | |||
.then(result => { | |||
const feature = result.featureEvaluations?.find( | |||
feature => feature.feature === 'MaestroWorkspaceContext' | |||
const feature = result.featureEvaluations?.find(feature => |
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.
why do you need 'MaestroWorkspaceContext'
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.
This is needed for sending telemetry information for this ongoing MaestroWorkspaceContext
. It's still ongoing experiment so we still need include it
56e2715
to
2948fc2
Compare
0072cdf
into
aws:feature/server-side-semantic-search
Problem
Solution
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.