From 4f22907ed4b4ec8c34125a279335b56bae92d8d3 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Wed, 7 Jan 2026 15:56:37 +0000 Subject: [PATCH] fixup agentapi module source --- registry/coder/modules/claude-code/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder/modules/claude-code/main.tf b/registry/coder/modules/claude-code/main.tf index bd160ded..f2bf2c55 100644 --- a/registry/coder/modules/claude-code/main.tf +++ b/registry/coder/modules/claude-code/main.tf @@ -338,7 +338,7 @@ locals { } module "agentapi" { - source = "registry.coder.com/coder/agentapi/coder" + source = "github.com/coder/registry//registry/coder/modules/agentapi?ref=cj%2Fagentapi%2Fdebug" version = "2.0.0" agent_id = var.agent_id