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" {