From f86c0c0742657bbd6083c7f5f07534b924d7329c Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Wed, 31 Dec 2025 04:21:36 +0000 Subject: [PATCH] chore: make arg report tasks true by default --- registry/coder-labs/modules/auggie/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder-labs/modules/auggie/main.tf b/registry/coder-labs/modules/auggie/main.tf index 8ecb3ba0..a8253eb9 100644 --- a/registry/coder-labs/modules/auggie/main.tf +++ b/registry/coder-labs/modules/auggie/main.tf @@ -142,7 +142,7 @@ variable "auggie_model" { variable "report_tasks" { type = bool description = "Whether to enable task reporting to Coder UI via AgentAPI" - default = false + default = true } variable "cli_app" {