Skip to content

Commit 90af1e7

Browse files
committed
Fix Readme file
1 parent 55080f7 commit 90af1e7

File tree

1 file changed

+6
-6
lines changed
  • registry/harsh9485/modules/sourcegraph_amp

1 file changed

+6
-6
lines changed

registry/harsh9485/modules/sourcegraph_amp/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
display\_name: Sourcegraph AMP
33
icon: ../../../../.icons/sourcegraph_amp.svg
44
description: Run Sourcegraph AMP CLI in your workspace with AgentAPI integration
5-
verified: true
6-
tags: \[agent, sourcegraph, amp, ai, tasks]
5+
verified: false
6+
tags: [agent, sourcegraph, amp, ai, tasks]
77
---
88

99
# Sourcegraph AMP CLI
@@ -31,11 +31,11 @@ module "sourcegraph_amp" {
3131
```tf
3232
data "coder_parameter" "ai_prompt" {
3333
name = "AI Prompt"
34-
description = "Write an initial prompt for Aider to work on."
34+
description = "Write an initial prompt for AMP to work on."
3535
type = "string"
3636
default = ""
3737
mutable = true
38-
ephemeral = true
38+
3939
}
4040
4141
# Set system prompt for Sourcegraph Amp via environment variables
@@ -79,12 +79,12 @@ module "sourcegraph_amp" {
7979
- Logs are written under `/home/coder/.sourcegraph_amp-module/` (`install.log`, `agentapi-start.log`) for debugging
8080
- If AgentAPI fails to start, verify that your container has network access and executable permissions for the scripts
8181

82-
> \[!IMPORTANT]
82+
> [!IMPORTANT]
8383
> For using **Coder Tasks** with Sourcegraph AMP, make sure to pass the `AI Prompt` parameter and set `sourcegraph_amp_api_key`.
8484
> This ensures task reporting and status updates work seamlessly.
8585
8686
## References
8787

88-
- [Sourcegraph AMP Documentation](https://sourcegraph.com/amp)
88+
- [Sourcegraph AMP Documentation](https://ampcode.com/manual)
8989
- [AgentAPI Documentation](https://github.com/coder/agentapi)
9090
- [Coder AI Agents Guide](https://coder.com/docs/tutorials/ai-agents)

0 commit comments

Comments
 (0)