Skip to content

Commit 8883636

Browse files
fix: update Copilot CLI configuration to set banner to 'never'
1 parent f23431c commit 8883636

File tree

1 file changed

+1
-1
lines changed
  • registry/coder-labs/modules/copilot-cli

1 file changed

+1
-1
lines changed

registry/coder-labs/modules/copilot-cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ module "copilot_cli" {
8181
8282
# Custom Copilot CLI configuration
8383
copilot_config = jsonencode({
84-
banner = "auto"
84+
banner = "never"
8585
theme = "dark"
8686
trusted_folders = [
8787
"/home/coder/workspace",

0 commit comments

Comments
 (0)