Skip to content

Commit 971bdf2

Browse files
Merge main into feature/q-mega
2 parents 5233625 + f685aa0 commit 971bdf2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "feature",
3+
"description" : "Introduce @workspace command to enhance chat context fetching for Chat"
4+
}

plugins/amazonq/mynah-ui/src/mynah-ui/ui/commands.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const workspaceCommand: QuickActionCommandGroup = {
5757
commands: [
5858
{
5959
command: '@workspace',
60-
description: '(BETA) Reference all code in workspace.',
60+
description: 'Reference all code in workspace.',
6161
},
6262
],
63-
}
63+
}

plugins/core/resources/resources/software/aws/toolkits/resources/MessagesBundle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ aws.settings.codewhisperer.group.q_chat=Chat
234234
aws.settings.codewhisperer.include_code_with_reference=Include suggestions with code references
235235
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/>
236236
aws.settings.codewhisperer.project_context=Workspace index
237-
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.
237+
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.
238238
aws.settings.codewhisperer.project_context_gpu=Workspace index uses GPU
239239
aws.settings.codewhisperer.project_context_gpu.tooltip=Enable GPU to help index your local workspace files. This setting only applies to Linux and Windows.
240240
aws.settings.codewhisperer.project_context_index_max_size=Workspace index max size

0 commit comments

Comments
 (0)