-
Notifications
You must be signed in to change notification settings - Fork 223
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
feat(feature dev): Add setting to allow Q to run code and test commands #5077
feat(feature dev): Add setting to allow Q to run code and test commands #5077
Conversation
f83c2e0
to
915e441
Compare
...oftware/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevController.kt
Fixed
Show fixed
Hide fixed
...oftware/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevController.kt
Fixed
Show fixed
Hide fixed
...software/aws/toolkits/jetbrains/services/codewhisperer/settings/CodeWhispererConfigurable.kt
Fixed
Show fixed
Hide fixed
bfd5d61
to
5fcc010
Compare
...s-community/src/software/aws/toolkits/jetbrains/services/amazonq/FeatureDevSessionContext.kt
Outdated
Show resolved
Hide resolved
...s-community/src/software/aws/toolkits/jetbrains/services/amazonq/FeatureDevSessionContext.kt
Show resolved
Hide resolved
...software/aws/toolkits/jetbrains/services/codewhisperer/settings/CodeWhispererConfigurable.kt
Outdated
Show resolved
Hide resolved
...oftware/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevController.kt
Show resolved
Hide resolved
...munity/src/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/FeatureDevConstants.kt
Outdated
Show resolved
Hide resolved
5fcc010
to
bdceace
Compare
@@ -113,6 +113,29 @@ | |||
} | |||
} | |||
|
|||
group(message("aws.settings.codewhisperer.allow_q_dev_build_test_commands")) { |
Check warning
Code scanning / QDJVMC
Incorrect string capitalization
bdceace
to
c5559ef
Compare
messenger.sendAnswer( | ||
tabId = message.tabId, | ||
messageType = FeatureDevMessageType.SystemPrompt, | ||
message = message("amazonqFeatureDev.follow_up.generate_dev_file") |
Check warning
Code scanning / QDJVMC
Usage of redundant or deprecated syntax or deprecated symbols
...oftware/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevController.kt
Fixed
Show fixed
Hide fixed
...oftware/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevController.kt
Fixed
Show fixed
Hide fixed
plugins/core/core/src/software/aws/toolkits/core/utils/DevFileUtils.kt
Outdated
Show resolved
Hide resolved
c5559ef
to
5513993
Compare
), | ||
val followUps = mutableListOf( | ||
FollowUp( | ||
pillText = message("amazonqFeatureDev.follow_up.new_task"), |
Check warning
Code scanning / QDJVMC
Usage of redundant or deprecated syntax or deprecated symbols
status = FollowUpStatusType.Success | ||
), | ||
FollowUp( | ||
pillText = message("amazonqFeatureDev.follow_up.decline_for_project"), |
Check warning
Code scanning / QDJVMC
Usage of redundant or deprecated syntax or deprecated symbols
01f72a7
to
5de5fec
Compare
3f86842
to
85f5ec1
Compare
85f5ec1
to
7248f19
Compare
Types of changes
Description
Q /dev team is launching a new feature: Allow Q to execute build/test based on customer's configuration 🎉🎉
We have made a couple tweaks to incorporate the user experience
codefileExtensions
setChecklist
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.