diff --git a/registry/coder/modules/claude-code/main.tf b/registry/coder/modules/claude-code/main.tf index d8d4b9b5e..44b395d99 100644 --- a/registry/coder/modules/claude-code/main.tf +++ b/registry/coder/modules/claude-code/main.tf @@ -9,6 +9,7 @@ terraform { } } + variable "agent_id" { type = string description = "The ID of a Coder agent." @@ -250,7 +251,7 @@ resource "coder_script" "claude_code" { resource "coder_app" "claude_code_web" { # use a short slug to mitigate https://github.com/coder/coder/issues/15178 slug = local.claude_code_app_slug - display_name = "Claude Code Web" + display_name = "Claude Code Webxz yoxy" agent_id = var.agent_id url = "http://localhost:3284/" icon = var.icon diff --git a/registry/coder/modules/goose/main.tf b/registry/coder/modules/goose/main.tf index 93c2e15bc..755aabf64 100644 --- a/registry/coder/modules/goose/main.tf +++ b/registry/coder/modules/goose/main.tf @@ -26,7 +26,7 @@ variable "order" { variable "group" { type = string - description = "The name of a group that this app belongs to." + description = "The name of a group that this app belongs to!" default = null } @@ -155,7 +155,7 @@ module "agentapi" { set -o pipefail echo -n '${base64encode(local.install_script)}' | base64 -d > /tmp/install.sh - chmod +x /tmp/install.sh + chmod +x /tmp/install.sh ARG_PROVIDER='${var.goose_provider}' \ ARG_MODEL='${var.goose_model}' \