feat: feature-gate AWS provider dependencies behind aws-providers (#8080)

Signed-off-by: DaeHee Lee <lee111dae11@proton.me>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
이대희
2026-03-25 17:55:41 +09:00
committed by GitHub
parent 9849671413
commit 772e37fb54
7 changed files with 32 additions and 11 deletions
+2 -1
View File
@@ -68,9 +68,10 @@ sigstore-verify = { version = "0.6", default-features = false, features = ["rust
winapi = { workspace = true }
[features]
default = ["code-mode", "local-inference"]
default = ["code-mode", "local-inference", "aws-providers"]
code-mode = ["goose/code-mode", "goose-acp/code-mode"]
local-inference = ["goose/local-inference"]
aws-providers = ["goose/aws-providers"]
cuda = ["goose/cuda", "local-inference"]
# disables the update command
disable-update = []