- Notifications
You must be signed in to change notification settings - Fork72
feat: amp upgrades for better ux#390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Changes from1 commit
0914e92
a830a79
0cf9f3e
e88bf5e
8ba00b3
c5aeb39
72f179e
a6737cb
a3566b8
2ad5dcb
1e981cc
212b8b0
6367e26
195b17a
2e88f2f
831a508
6dd1088
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -15,7 +15,7 @@ module "amp-cli" { | ||
source = "registry.coder.com/coder-labs/sourcegraph-amp/coder" | ||
version = "2.0.0" | ||
agent_id = coder_agent.example.id | ||
amp_api_key ="xxxx-xxxx-xxxx" | ||
workdir = "/home/coder/project" | ||
DevelopmentCats marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
} | ||
``` | ||
@@ -50,9 +50,8 @@ module "amp-cli" { | ||
install_amp = true | ||
35C4n0r marked this conversation as resolved. OutdatedShow resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
workdir = "/home/coder/project" | ||
DevelopmentCats marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
instruction_prompt = <<-EOT | ||
# Instructions | ||
- You are an Amp assistant that helps developers debug and write code efficiently. | ||
EOT | ||
ai_prompt = data.coder_parameter.ai_prompt.value | ||
report_tasks = true | ||
35C4n0r marked this conversation as resolved. OutdatedShow resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
Uh oh!
There was an error while loading.Please reload this page.