From 6a40fb0e2c7a8ded4fe6a8565ca1734684f89a2e Mon Sep 17 00:00:00 2001 From: Zach <3724288+zedkipp@users.noreply.github.com> Date: Tue, 6 Jan 2026 08:26:39 -0700 Subject: [PATCH] chore: update dogfood boundary version (#21421) Update the dogfood boundary version to a more recent unreleased githash from main. This change allows dogfooding boundary audit logs and all other recent boundary changes. --- dogfood/coder/main.tf | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/dogfood/coder/main.tf b/dogfood/coder/main.tf index 2355357459..d5e07633c0 100644 --- a/dogfood/coder/main.tf +++ b/dogfood/coder/main.tf @@ -897,17 +897,18 @@ resource "coder_script" "boundary_config_setup" { } module "claude-code" { - count = data.coder_task.me.enabled ? data.coder_workspace.me.start_count : 0 - source = "dev.registry.coder.com/coder/claude-code/coder" - version = "4.2.8" - enable_boundary = true - boundary_version = "v0.2.1" - agent_id = coder_agent.dev.id - workdir = local.repo_dir - claude_code_version = "latest" - order = 999 - claude_api_key = data.coder_parameter.use_ai_bridge.value ? data.coder_workspace_owner.me.session_token : var.anthropic_api_key - agentapi_version = "latest" + count = data.coder_task.me.enabled ? data.coder_workspace.me.start_count : 0 + source = "dev.registry.coder.com/coder/claude-code/coder" + version = "4.2.8" + enable_boundary = true + compile_boundary_from_source = true + boundary_version = "960680fd4c9a7faf6261880e36ba9f1c3bde323b" + agent_id = coder_agent.dev.id + workdir = local.repo_dir + claude_code_version = "latest" + order = 999 + claude_api_key = data.coder_parameter.use_ai_bridge.value ? data.coder_workspace_owner.me.session_token : var.anthropic_api_key + agentapi_version = "latest" system_prompt = local.claude_system_prompt ai_prompt = data.coder_task.me.prompt