We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d04383 commit 25f684cCopy full SHA for 25f684c
registry/coder/modules/aider/main.tf
@@ -93,7 +93,7 @@ variable "install_agentapi" {
93
variable "agentapi_version" {
94
type = string
95
description = "The version of AgentAPI to install."
96
- default = "v0.6.3"
+ default = "v0.10.0"
97
}
98
99
variable "ai_prompt" {
registry/coder/modules/aider/scripts/start.sh
@@ -20,9 +20,9 @@ echo "--------------------------------"
20
if [ -n "$ARG_API_KEY" ]; then
21
printf "API key provided!\n"
22
export $ARG_ENV_API_NAME_HOLDER=$ARG_API_KEY
23
- else
+else
24
printf "API key not provided.\n"
25
- fi
+fi
26
27
build_initial_prompt() {
28
local initial_prompt=""
0 commit comments