Skip to content

Commit

Permalink
Merge main into feature/q-mega
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation authored Nov 26, 2024
2 parents 5233625 + f685aa0 commit 971bdf2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "feature",
"description" : "Introduce @workspace command to enhance chat context fetching for Chat"
}
4 changes: 2 additions & 2 deletions plugins/amazonq/mynah-ui/src/mynah-ui/ui/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const workspaceCommand: QuickActionCommandGroup = {
commands: [
{
command: '@workspace',
description: '(BETA) Reference all code in workspace.',
description: 'Reference all code in workspace.',
},
],
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ aws.settings.codewhisperer.group.q_chat=Chat
aws.settings.codewhisperer.include_code_with_reference=Include suggestions with code references
aws.settings.codewhisperer.include_code_with_reference.tooltip=When checked, Amazon Q will include suggestions with code references. If you authenticate through IAM Identity Center, this setting is controlled by your Amazon Q Developer Pro administrator. <a href="https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/code-reference.html">Learn more<a/>
aws.settings.codewhisperer.project_context=Workspace index
aws.settings.codewhisperer.project_context.tooltip=This feature is in BETA. When you add @workspace to your questions in Amazon Q chat, Amazon Q will index your open workspace files locally to use as context for its response. Extra CPU usage is expected while indexing a workspace. This will not impact Amazon Q features or your IDE, but you may manage CPU usage by setting the number of local threads below.
aws.settings.codewhisperer.project_context.tooltip=When you add @workspace to your questions in Amazon Q chat, Amazon Q will index your open workspace files locally to use as context for its response. Extra CPU usage is expected while indexing a workspace. This will not impact Amazon Q features or your IDE, but you may manage CPU usage by setting the number of local threads below.
aws.settings.codewhisperer.project_context_gpu=Workspace index uses GPU
aws.settings.codewhisperer.project_context_gpu.tooltip=Enable GPU to help index your local workspace files. This setting only applies to Linux and Windows.
aws.settings.codewhisperer.project_context_index_max_size=Workspace index max size
Expand Down

0 comments on commit 971bdf2

Please sign in to comment.