-
Notifications
You must be signed in to change notification settings - Fork 60
Comparing changes
Open a pull request
base repository: coder/modules
base: main
head repository: coder/modules
compare: cat-amazonq
- 14 commits
- 4 files changed
- 2 contributors
Commits on May 7, 2025
-
feat(amazon-q): add initial module implementation with tests and README
- Introduced the `amazon-q` module, which installs and configures Amazon's AI coding assistant. - Added `main.tf` for Terraform resource definitions, including variables and local configurations. - Created `main.test.ts` for testing the module's functionality, ensuring required resources are created. - Included a comprehensive `README.md` with usage instructions, prerequisites, and examples for running Amazon Q in various configurations.
Configuration menu - View commit details
-
Copy full SHA for dcc2572 - Browse repository at this point
Copy the full SHA dcc2572View commit details -
refactor(amazon-q): remove validation for experiment_auth_tarball var…
…iable - Updated the `experiment_auth_tarball` variable in `main.tf` to remove the validation condition, allowing it to default to null. This change allows the module to build and for the validation to be done on the template side
Configuration menu - View commit details
-
Copy full SHA for a3bb1b1 - Browse repository at this point
Copy the full SHA a3bb1b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca20a12 - Browse repository at this point
Copy the full SHA ca20a12View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbc1aa1 - Browse repository at this point
Copy the full SHA bbc1aa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9df68ce - Browse repository at this point
Copy the full SHA 9df68ceView commit details -
fix(amazon-q): update default value for experiment_auth_tarball variable
- Changed the default value of the `experiment_auth_tarball` variable in `main.tf` from null to "tarball" to provide a more meaningful default for users, and to allow for validation at the template level
Configuration menu - View commit details
-
Copy full SHA for fb90707 - Browse repository at this point
Copy the full SHA fb90707View commit details
Commits on May 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 525a845 - Browse repository at this point
Copy the full SHA 525a845View commit details -
feat(amazon-q): enhance prompts and architecture detection
- Added `system_prompt` and `task_prompt` variables - Updated the script to detect system architecture and download the appropriate version of Amazon Q for x86_64 and arm64. - Refactored the prompt handling to use a local variable combining system and task prompt
Configuration menu - View commit details
-
Copy full SHA for 87c34b7 - Browse repository at this point
Copy the full SHA 87c34b7View commit details -
docs(amazon-q): update README with image and variable formatting
- Added a screenshot of Amazon Q in action to enhance visual understanding. - Removed unverified instructions regarding `zstd` installation for macOS. - Add variables for System and Task Prompts
Configuration menu - View commit details
-
Copy full SHA for f47c160 - Browse repository at this point
Copy the full SHA f47c160View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9bee76 - Browse repository at this point
Copy the full SHA d9bee76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ec8726 - Browse repository at this point
Copy the full SHA 9ec8726View commit details -
Configuration menu - View commit details
-
Copy full SHA for baca01d - Browse repository at this point
Copy the full SHA baca01dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26d58a2 - Browse repository at this point
Copy the full SHA 26d58a2View commit details
Commits on May 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8f5737f - Browse repository at this point
Copy the full SHA 8f5737fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...cat-amazonq