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
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevController.kt
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -335,8 +335,6 @@ class FeatureDevController(
335
335
)
336
336
)
337
337
338
-
// Ensure that chat input is enabled so that customers can iterate over code generation if they choose to do so
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevControllerTest.kt
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -157,14 +157,6 @@ class FeatureDevControllerTest : FeatureDevTestBase() {
@@ -45,10 +45,11 @@ export class TabDataGenerator {
45
45
],
46
46
[
47
47
'featuredev',
48
-
`I can generate code to implement new functionality across your workspace. To get started, describe the task you're trying to accomplish, and I'll generate code. If you want to make changes, you can provide feedback and I'll regenerate code.
49
-
50
-
What would you like work on?
51
-
`,
48
+
`Hi! I'm the Amazon Q Developer Agent for software development.
49
+
50
+
I can generate code to implement new functionality across your workspace. To get started, describe the task you're trying to accomplish, and I'll generate code to implement it. If you want to make changes to the code, you can tell me what to improve and I'll generate new code based on your feedback.
amazonqFeatureDev.chat_message.start_code_generation=Okay, I'll generate code for that. This might take a few minutes.\n\nYou can navigate away from this chat, but please keep this tab open. I'll notify you when I'm done.
44
44
amazonqFeatureDev.chat_message.start_code_generation_retry=Okay, I'll generate new code. This might take a few minutes.\n\nYou can navigate away from this chat, but please keep this tab open. I'll notify you when I'm done.
amazonqFeatureDev.code_generation.iteration_counts=Would you like me to add this code to your project, or provide feedback for new code? You have {0} out of {1} code iterations remaining.
49
+
amazonqFeatureDev.code_generation.iteration_counts=Would you like me to add this code to your project, or provide feedback for new code? You have {0} out of {1} code generations left.
50
50
amazonqFeatureDev.code_generation.iteration_limit.error_text=Sorry, you've reached the quota for number of iterations on code generation. You can insert this code in your files or discuss a new plan. For more information on quotas, see the [Amazon Q Developer documentation](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/software-dev.html#quotas).
51
-
amazonqFeatureDev.code_generation.iteration_zero=Would you like me to add this code to your files?
51
+
amazonqFeatureDev.code_generation.iteration_zero=Would you like me to add this code to your project?
52
52
amazonqFeatureDev.code_generation.no_file_changes=Unable to generate any file changes
53
53
amazonqFeatureDev.code_generation.no_retries.error_message=I'm sorry, I'm having trouble generating your code and can't continue at the moment. Please try again later, and share feedback to help me improve.
54
54
amazonqFeatureDev.code_generation.notification_message=Your code suggestions from Amazon Q are ready to review
@@ -58,7 +58,7 @@ amazonqFeatureDev.code_generation.provide_code_feedback=How can I improve the co
58
58
amazonqFeatureDev.code_generation.updated_code=Okay, I updated your code files. Would you like to work on another task?
59
59
amazonqFeatureDev.content_length.error_text=The folder you selected is too large for me to use as context. Please choose a smaller folder to work on. For more information on quotas, see the [Amazon Q Developer documentation](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/software-dev.html#quotas).
60
60
amazonqFeatureDev.error_text=Sorry, we encountered a problem when processing your request.
61
-
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)
61
+
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 Developer User Guide](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/software-dev.html)
62
62
amazonqFeatureDev.exception.conversation_not_found=I'm sorry, I'm having technical difficulties at the moment. Please try again.
63
63
amazonqFeatureDev.exception.export_parsing_error=I'm sorry, I'm having trouble producing your code. Please try again.
64
64
amazonqFeatureDev.exception.guardrails=I'm sorry, I'm having trouble generating your code. Please try again.
@@ -73,22 +73,22 @@ amazonqFeatureDev.exception.upload_code=I'm sorry, I couldn't upload your worksp
73
73
amazonqFeatureDev.follow_instructions_for_authentication=Follow instructions to re-authenticate ...
amazonqFeatureDev.follow_up.incorrect_source_folder=The folder you chose isn't in your open workspace folder. You can add this folder to your workspace, or choose a folder in your open workspace.
amazonqFeatureDev.no_retries.error_text=I'm sorry, I'm having technical difficulties and can't continue at the moment. Please try again later, and share feedback to help me improve.
84
-
amazonqFeatureDev.placeholder.additional_improvements=Provide input on additional improvements
85
-
amazonqFeatureDev.placeholder.after_code_generation=Select an option above to proceed
84
+
amazonqFeatureDev.placeholder.additional_improvements=Choose an option to proceed
85
+
amazonqFeatureDev.placeholder.after_code_generation=Choose an option to proceed
86
86
amazonqFeatureDev.placeholder.after_monthly_limit=Chat input is disabled
87
87
amazonqFeatureDev.placeholder.closed_session=Open a new chat tab to continue
0 commit comments