chore: make arg report tasks true by default

This commit is contained in:
35C4n0r 2025-12-31 04:21:36 +00:00
parent 18a8c7e8ee
commit f86c0c0742

View File

@ -142,7 +142,7 @@ variable "auggie_model" {
variable "report_tasks" { variable "report_tasks" {
type = bool type = bool
description = "Whether to enable task reporting to Coder UI via AgentAPI" description = "Whether to enable task reporting to Coder UI via AgentAPI"
default = false default = true
} }
variable "cli_app" { variable "cli_app" {