Skip to content

Commit ac48f0d

Browse files
fix: update Sourcegraph AMP source URL (#370)
Co-authored-by: Amp <[email protected]>
1 parent 49ef120 commit ac48f0d

File tree

1 file changed

+7
-7
lines changed
  • registry/coder-labs/modules/sourcegraph-amp

1 file changed

+7
-7
lines changed

registry/coder-labs/modules/sourcegraph-amp/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: Sourcegraph AMP
33
icon: ../../../../.icons/sourcegraph-amp.svg
4-
description: Run Sourcegraph AMP CLI in your workspace with AgentAPI integration
4+
description: Sourcegraph's AI coding agent with deep codebase understanding and intelligent code search capabilities
55
verified: false
66
tags: [agent, sourcegraph, amp, ai, tasks]
77
---
@@ -11,9 +11,9 @@ tags: [agent, sourcegraph, amp, ai, tasks]
1111
Run [Sourcegraph AMP CLI](https://sourcegraph.com/amp) in your workspace to access Sourcegraph's AI-powered code search and analysis tools, with AgentAPI integration for seamless Coder Tasks support.
1212

1313
```tf
14-
module "sourcegraph_amp" {
15-
source = "registry.coder.com/coder-labs/sourcegraph_amp/coder"
16-
version = "1.0.0"
14+
module "sourcegraph-amp" {
15+
source = "registry.coder.com/coder-labs/sourcegraph-amp/coder"
16+
version = "1.0.1"
1717
agent_id = coder_agent.example.id
1818
sourcegraph_amp_api_key = var.sourcegraph_amp_api_key
1919
install_sourcegraph_amp = true
@@ -57,10 +57,10 @@ variable "sourcegraph_amp_api_key" {
5757
sensitive = true
5858
}
5959
60-
module "sourcegraph_amp" {
60+
module "sourcegraph-amp" {
6161
count = data.coder_workspace.me.start_count
62-
source = "registry.coder.com/coder-labs/sourcegraph_amp/coder"
63-
version = "1.0.0"
62+
source = "registry.coder.com/coder-labs/sourcegraph-amp/coder"
63+
version = "1.0.1"
6464
agent_id = coder_agent.example.id
6565
sourcegraph_amp_api_key = var.sourcegraph_amp_api_key # recommended for authenticated usage
6666
install_sourcegraph_amp = true

0 commit comments

Comments
 (0)