From e6b9800f8ea189128212300e212f1c1488b53068 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Wed, 7 Jan 2026 17:38:28 +0000 Subject: [PATCH] Revert "DNM: testing in claude code module" This reverts commit 9029bd1555b3427894f7c2e80707948c02f747e9. --- registry/coder/modules/claude-code/main.tf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/registry/coder/modules/claude-code/main.tf b/registry/coder/modules/claude-code/main.tf index 3b1f7d66..bd160ded 100644 --- a/registry/coder/modules/claude-code/main.tf +++ b/registry/coder/modules/claude-code/main.tf @@ -338,9 +338,8 @@ locals { } module "agentapi" { - # source = "registry.coder.com/coder/agentapi/coder" - # version = "2.0.0" - source = "github.com/coder/registry//registry/coder/modules/agentapi?ref=cj%2Fagentapi%2Fimprove-wait-for-start" + source = "registry.coder.com/coder/agentapi/coder" + version = "2.0.0" agent_id = var.agent_id web_app_slug = local.app_slug