From 754d753fcb278a24e4765e7466492102a4a51943 Mon Sep 17 00:00:00 2001 From: DevelopmentCats Date: Thu, 15 May 2025 17:39:08 +0000 Subject: [PATCH 1/4] chore(amazon-q): add SVG icon for amazon-q module --- .icons/amazon-q.svg | 268 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 268 insertions(+) create mode 100644 .icons/amazon-q.svg diff --git a/.icons/amazon-q.svg b/.icons/amazon-q.svg new file mode 100644 index 000000000..a797165b2 --- /dev/null +++ b/.icons/amazon-q.svg @@ -0,0 +1,268 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From f0578c73bf5aee6807770e329030c93627201165 Mon Sep 17 00:00:00 2001 From: DevelopmentCats Date: Thu, 15 May 2025 17:39:47 +0000 Subject: [PATCH 2/4] chore(amazon-q): update version to 1.0.1, modify tags, and resolve icon reference for new icon in README.md --- registry/coder/modules/amazon-q/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/registry/coder/modules/amazon-q/README.md b/registry/coder/modules/amazon-q/README.md index e6f2a2742..b7f2961d9 100644 --- a/registry/coder/modules/amazon-q/README.md +++ b/registry/coder/modules/amazon-q/README.md @@ -1,10 +1,10 @@ --- display_name: Amazon Q description: Run Amazon Q in your workspace to access Amazon's AI coding assistant. -icon: ../../../../.icons/aws.svg +icon: ../../../../.icons/amazon-q.svg maintainer_github: coder verified: true -tags: [ai, helper, amazon-q] +tags: [agent, ai] --- # Amazon Q @@ -14,7 +14,7 @@ Run [Amazon Q](https://aws.amazon.com/q/) in your workspace to access Amazon's A ```tf module "amazon-q" { source = "registry.coder.com/coder/amazon-q/coder" - version = "1.0.0" + version = "1.0.1" agent_id = coder_agent.example.id # Required: see below for how to generate experiment_auth_tarball = var.amazon_q_auth_tarball @@ -82,7 +82,7 @@ module "amazon-q" { ```tf module "amazon-q" { source = "registry.coder.com/coder/amazon-q/coder" - version = "1.0.0" + version = "1.0.1" agent_id = coder_agent.example.id experiment_auth_tarball = var.amazon_q_auth_tarball experiment_use_tmux = true @@ -94,7 +94,7 @@ module "amazon-q" { ```tf module "amazon-q" { source = "registry.coder.com/coder/amazon-q/coder" - version = "1.0.0" + version = "1.0.1" agent_id = coder_agent.example.id experiment_auth_tarball = var.amazon_q_auth_tarball experiment_report_tasks = true @@ -106,7 +106,7 @@ module "amazon-q" { ```tf module "amazon-q" { source = "registry.coder.com/coder/amazon-q/coder" - version = "1.0.0" + version = "1.0.1" agent_id = coder_agent.example.id experiment_auth_tarball = var.amazon_q_auth_tarball experiment_pre_install_script = "echo Pre-install!" From 2e1a08f99f305807f0236acd0c2498f7a0dfeaf7 Mon Sep 17 00:00:00 2001 From: DevCats Date: Thu, 15 May 2025 12:46:30 -0500 Subject: [PATCH 3/4] chore: atif adds aws to amazon-q tags add aws in amazon-q tags Co-authored-by: M Atif Ali --- registry/coder/modules/amazon-q/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder/modules/amazon-q/README.md b/registry/coder/modules/amazon-q/README.md index b7f2961d9..3c13f82e3 100644 --- a/registry/coder/modules/amazon-q/README.md +++ b/registry/coder/modules/amazon-q/README.md @@ -4,7 +4,7 @@ description: Run Amazon Q in your workspace to access Amazon's AI coding assista icon: ../../../../.icons/amazon-q.svg maintainer_github: coder verified: true -tags: [agent, ai] +tags: [agent, ai, aws] --- # Amazon Q From 6219db5d7399a252d9e1f9c5333ecda6f6cc2fa6 Mon Sep 17 00:00:00 2001 From: DevelopmentCats Date: Thu, 15 May 2025 17:52:08 +0000 Subject: [PATCH 4/4] chore(amazon-q): add 'amazon-q' tag to README.md since ist a slug --- registry/coder/modules/amazon-q/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder/modules/amazon-q/README.md b/registry/coder/modules/amazon-q/README.md index 3c13f82e3..0713602e8 100644 --- a/registry/coder/modules/amazon-q/README.md +++ b/registry/coder/modules/amazon-q/README.md @@ -4,7 +4,7 @@ description: Run Amazon Q in your workspace to access Amazon's AI coding assista icon: ../../../../.icons/amazon-q.svg maintainer_github: coder verified: true -tags: [agent, ai, aws] +tags: [agent, ai, aws, amazon-q] --- # Amazon Q