Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e47369

Browse files
authored
chore: mark AMP CLI agent as verified (#408)
1 parent d9d44ca commit 9e47369

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
display_name: Amp CLI
33
icon: ../../../../.icons/sourcegraph-amp.svg
44
description: Sourcegraph's AI coding agent with deep codebase understanding and intelligent code search capabilities
5-
verified: false
5+
verified: true
66
tags: [agent, sourcegraph, amp, ai, tasks]
77
---
88

@@ -13,7 +13,7 @@ Run [Amp CLI](https://ampcode.com/) in your workspace to access Sourcegraph's AI
1313
```tf
1414
module "amp-cli" {
1515
source = "registry.coder.com/coder-labs/sourcegraph-amp/coder"
16-
version = "1.0.2"
16+
version = "1.0.3"
1717
agent_id = coder_agent.example.id
1818
sourcegraph_amp_api_key = var.sourcegraph_amp_api_key
1919
install_sourcegraph_amp = true
@@ -60,7 +60,7 @@ variable "sourcegraph_amp_api_key" {
6060
module "amp-cli" {
6161
count = data.coder_workspace.me.start_count
6262
source = "registry.coder.com/coder-labs/sourcegraph-amp/coder"
63-
version = "1.0.2"
63+
version = "1.0.3"
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)