feat: add tui feature flag to gate the tui command (#9428)

Signed-off-by: Rodolfo Olivieri <rolivier@redhat.com>
This commit is contained in:
Rodolfo Olivieri
2026-05-28 11:12:31 -03:00
committed by GitHub
parent d10d009b97
commit 2116f88908
3 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -73,6 +73,7 @@ winapi = { workspace = true }
default = [
"code-mode",
"local-inference",
"tui",
"aws-providers",
"telemetry",
"nostr",
@@ -90,8 +91,9 @@ telemetry = ["goose/telemetry"]
nostr = ["goose/nostr"]
otel = ["goose/otel"]
system-keyring = ["goose/system-keyring"]
tui = []
update = ["dep:sigstore-verify"]
portable-default = ["rustls-tls", "aws-providers", "telemetry", "otel"]
portable-default = ["rustls-tls", "aws-providers", "telemetry", "otel", "tui"]
# disables the update command
disable-update = []
rustls-tls = [