From d8ad8c9926a1ac320c88af2dcc3193b313ffe430 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 3 Sep 2025 09:28:56 +0500 Subject: [PATCH 1/2] chore: mark AMP CLI agnet as verified --- registry/coder-labs/modules/sourcegraph-amp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder-labs/modules/sourcegraph-amp/README.md b/registry/coder-labs/modules/sourcegraph-amp/README.md index 6d3c8dfff..f7618ea66 100644 --- a/registry/coder-labs/modules/sourcegraph-amp/README.md +++ b/registry/coder-labs/modules/sourcegraph-amp/README.md @@ -2,7 +2,7 @@ display_name: Amp CLI icon: ../../../../.icons/sourcegraph-amp.svg description: Sourcegraph's AI coding agent with deep codebase understanding and intelligent code search capabilities -verified: false +verified: true tags: [agent, sourcegraph, amp, ai, tasks] --- From e5ff56c2980808d79fb0730b72a93b35464dfc95 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 3 Sep 2025 09:30:18 +0500 Subject: [PATCH 2/2] update version to 1.0.3 --- registry/coder-labs/modules/sourcegraph-amp/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/coder-labs/modules/sourcegraph-amp/README.md b/registry/coder-labs/modules/sourcegraph-amp/README.md index f7618ea66..d4486e658 100644 --- a/registry/coder-labs/modules/sourcegraph-amp/README.md +++ b/registry/coder-labs/modules/sourcegraph-amp/README.md @@ -13,7 +13,7 @@ Run [Amp CLI](https://ampcode.com/) in your workspace to access Sourcegraph's AI ```tf module "amp-cli" { source = "registry.coder.com/coder-labs/sourcegraph-amp/coder" - version = "1.0.2" + version = "1.0.3" agent_id = coder_agent.example.id sourcegraph_amp_api_key = var.sourcegraph_amp_api_key install_sourcegraph_amp = true @@ -60,7 +60,7 @@ variable "sourcegraph_amp_api_key" { module "amp-cli" { count = data.coder_workspace.me.start_count source = "registry.coder.com/coder-labs/sourcegraph-amp/coder" - version = "1.0.2" + version = "1.0.3" agent_id = coder_agent.example.id sourcegraph_amp_api_key = var.sourcegraph_amp_api_key # recommended for authenticated usage install_sourcegraph_amp = true