chore: make arg report tasks true by default
This commit is contained in:
parent
18a8c7e8ee
commit
f86c0c0742
@ -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" {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user