-
Notifications
You must be signed in to change notification settings - Fork 274
feat(feature dev): Add setting to allow Q to run code and test commands #5077
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
Merged
rli
merged 2 commits into
aws:feature/dev-execution
from
willyyhuang:wlsun/add-opt-in-out-for-auto-build
Nov 18, 2024
Merged
feat(feature dev): Add setting to allow Q to run code and test commands #5077
rli
merged 2 commits into
aws:feature/dev-execution
from
willyyhuang:wlsun/add-opt-in-out-for-auto-build
Nov 18, 2024
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
chengoramazon
approved these changes
Nov 13, 2024
rli
reviewed
Nov 13, 2024
...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
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
'message(String, vararg Any): String' is deprecated. Use extension-specific localization bundle instead
...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
rli
reviewed
Nov 14, 2024
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
'message(String, vararg Any): String' is deprecated. Use extension-specific localization bundle instead
| 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
'message(String, vararg Any): String' is deprecated. Use extension-specific localization bundle instead
01f72a7 to
5de5fec
Compare
3f86842 to
85f5ec1
Compare
85f5ec1 to
7248f19
Compare
rli
approved these changes
Nov 18, 2024
willyyhuang
added a commit
that referenced
this pull request
Dec 4, 2024
…ds (#5077) 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 - Added a new setting to allow Q to run code and test commands per project - Added a pre-filled prompt option for customer to generate a configuration for this feature - Added a couple follow up buttons throughout the /dev flow and added logic around them - Updated copies - Updated `codefileExtensions` set
karanA-aws
pushed a commit
to karanA-aws/aws-toolkit-jetbrains
that referenced
this pull request
Jan 17, 2025
…ds (aws#5077) 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 - Added a new setting to allow Q to run code and test commands per project - Added a pre-filled prompt option for customer to generate a configuration for this feature - Added a couple follow up buttons throughout the /dev flow and added logic around them - Updated copies - Updated `codefileExtensions` set
karanA-aws
added a commit
to karanA-aws/aws-toolkit-jetbrains
that referenced
this pull request
Jan 23, 2025
6 tasks
rli
pushed a commit
that referenced
this pull request
Jan 24, 2025
…ecution. (#5295) #### Parameter Update for Testing: - Updated function parameters to address testing issues introduced by changes made in PR #5077. #### Enhanced Development Prompt: - Modified GENERATE_DEV_FILE_PROMPT to support running install, build, and test commands independently. #### Improved Build and Code File Upload Logic: - Updated the logic to enable uploading build files alongside code files.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
codefileExtensionssetChecklist
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.