From 41e86b8715da2a9720a5c4084c1c1386aa0061fe Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Wed, 7 Jan 2026 15:57:15 +0000 Subject: [PATCH] fixup! fixup agentapi module source --- registry/coder/modules/claude-code/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/coder/modules/claude-code/main.tf b/registry/coder/modules/claude-code/main.tf index f2bf2c55..8a9b59fa 100644 --- a/registry/coder/modules/claude-code/main.tf +++ b/registry/coder/modules/claude-code/main.tf @@ -338,8 +338,8 @@ locals { } module "agentapi" { - source = "github.com/coder/registry//registry/coder/modules/agentapi?ref=cj%2Fagentapi%2Fdebug" - version = "2.0.0" + source = "github.com/coder/registry//registry/coder/modules/agentapi?ref=cj%2Fagentapi%2Fdebug" + # version = "2.0.0" agent_id = var.agent_id web_app_slug = local.app_slug