Skip to content

Conversation

@willyyhuang
Copy link
Contributor

@willyyhuang willyyhuang commented Nov 12, 2024

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • [✅] New feature (non-breaking change which adds functionality)

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

  • 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

Checklist

  • [✅] My code follows the code style of this project
  • [🚫] I have added tests to cover my changes
  • [✅] A short description of the change has been added to the CHANGELOG if the change is customer-facing in the IDE.
  • [🚫] I have added metrics for my changes (if required)

License

I confirm that my contribution is made under the terms of the Apache 2.0 license.

@willyyhuang willyyhuang requested review from a team as code owners November 12, 2024 16:44
@willyyhuang willyyhuang force-pushed the wlsun/add-opt-in-out-for-auto-build branch from f83c2e0 to 915e441 Compare November 12, 2024 16:49
@willyyhuang willyyhuang force-pushed the wlsun/add-opt-in-out-for-auto-build branch 3 times, most recently from bfd5d61 to 5fcc010 Compare November 13, 2024 15:39
@willyyhuang willyyhuang force-pushed the wlsun/add-opt-in-out-for-auto-build branch from 5fcc010 to bdceace Compare November 13, 2024 20:32
}
}

group(message("aws.settings.codewhisperer.allow_q_dev_build_test_commands")) {

Check warning

Code scanning / QDJVMC

Incorrect string capitalization

String '"Amazon Q: Allow Q /dev to run code and test commands"' is not properly capitalized. It should have title capitalization
@willyyhuang willyyhuang force-pushed the wlsun/add-opt-in-out-for-auto-build branch from bdceace to c5559ef Compare November 13, 2024 21:15
@willyyhuang willyyhuang requested a review from rli November 13, 2024 21:23
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
@willyyhuang willyyhuang force-pushed the wlsun/add-opt-in-out-for-auto-build branch from c5559ef to 5513993 Compare November 14, 2024 15:25
),
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
@willyyhuang willyyhuang force-pushed the wlsun/add-opt-in-out-for-auto-build branch 2 times, most recently from 01f72a7 to 5de5fec Compare November 14, 2024 20:04
@willyyhuang willyyhuang requested a review from rli November 14, 2024 20:54
@willyyhuang willyyhuang force-pushed the wlsun/add-opt-in-out-for-auto-build branch 2 times, most recently from 3f86842 to 85f5ec1 Compare November 18, 2024 15:46
@willyyhuang willyyhuang force-pushed the wlsun/add-opt-in-out-for-auto-build branch from 85f5ec1 to 7248f19 Compare November 18, 2024 18:08
@rli rli merged commit eb22f09 into aws:feature/dev-execution Nov 18, 2024
10 of 12 checks passed
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
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants