Skip to content

Commit 25f684c

Browse files
committed
fix: update agentapi version to resolve -l flag error
1 parent 8d04383 commit 25f684c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

registry/coder/modules/aider/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ variable "install_agentapi" {
9393
variable "agentapi_version" {
9494
type = string
9595
description = "The version of AgentAPI to install."
96-
default = "v0.6.3"
96+
default = "v0.10.0"
9797
}
9898

9999
variable "ai_prompt" {

registry/coder/modules/aider/scripts/start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ echo "--------------------------------"
2020
if [ -n "$ARG_API_KEY" ]; then
2121
printf "API key provided!\n"
2222
export $ARG_ENV_API_NAME_HOLDER=$ARG_API_KEY
23-
else
23+
else
2424
printf "API key not provided.\n"
25-
fi
25+
fi
2626

2727
build_initial_prompt() {
2828
local initial_prompt=""

0 commit comments

Comments
 (0)