Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/modules
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: coder/modules
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cat-amazonq
Choose a head ref
  • 14 commits
  • 4 files changed
  • 2 contributors

Commits on May 7, 2025

  1. 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.
    DevelopmentCats committed May 7, 2025
    Configuration menu
    Copy the full SHA
    dcc2572 View commit details
    Browse the repository at this point in the history
  2. 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
    DevelopmentCats committed May 7, 2025
    Configuration menu
    Copy the full SHA
    a3bb1b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca20a12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbc1aa1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9df68ce View commit details
    Browse the repository at this point in the history
  6. 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
    DevelopmentCats committed May 7, 2025
    Configuration menu
    Copy the full SHA
    fb90707 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. Configuration menu
    Copy the full SHA
    525a845 View commit details
    Browse the repository at this point in the history
  2. 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
    DevelopmentCats committed May 13, 2025
    Configuration menu
    Copy the full SHA
    87c34b7 View commit details
    Browse the repository at this point in the history
  3. 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
    DevelopmentCats committed May 13, 2025
    Configuration menu
    Copy the full SHA
    f47c160 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9bee76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ec8726 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    baca01d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26d58a2 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. Configuration menu
    Copy the full SHA
    8f5737f View commit details
    Browse the repository at this point in the history
Loading