You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make /dev non-blocking UI and reduce ~70% time on large repo (#4415)
The file exclusion logic incorrectly traverses ignored directories which significantly increases collection time on projects with large artifacts. Fix by using a visitor that prunes traversal on ignored directories
Copy file name to clipboardExpand all lines: plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/FeatureDevSessionContext.kt
Copy file name to clipboardExpand all lines: plugins/toolkit/jetbrains-core/src/software/aws/toolkits/jetbrains/services/codewhisperer/codescan/sessionconfig/CodeScanSessionConfig.kt
Copy file name to clipboardExpand all lines: plugins/toolkit/resources/resources/software/aws/toolkits/resources/MessagesBundle.properties
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ amazonqFeatureDev.code_generation.updated_code=Code has been updated. Would you
55
55
amazonqFeatureDev.content_length.error_text=The project you have selected for source code is too large to use as context. Please select a different folder to use for this conversation
56
56
amazonqFeatureDev.create_new_plan=What change would you like to discuss?
57
57
amazonqFeatureDev.create_plan=Ok, let me create a plan. This may take a few minutes.
amazonqFeatureDev.error_text=Sorry, we encountered a problem when processing your request.
59
60
amazonqFeatureDev.example_text=You can use /dev to:\n- Add a new feature or logic\n- Write tests\n- Fix a bug in your project\n- Generate a README for a file, folder, or project\n\nTo learn more, visit the [Amazon Q User Guide](https://docs.aws.amazon.com/amazonq/latest/aws-builder-use-ug/getting-started.html)
60
61
amazonqFeatureDev.exception.conversation_not_found=Conversation id must exist before continuing
0 commit comments