From feb392abaaee2ff66cdd62d49030d054a445f317 Mon Sep 17 00:00:00 2001 From: devops-eh Date: Wed, 3 Dec 2025 11:47:42 +0700 Subject: [PATCH] Add opencode.json to restrict AI providers and disable sharing --- opencode.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 opencode.json diff --git a/opencode.json b/opencode.json new file mode 100644 index 000000000..7fc99155f --- /dev/null +++ b/opencode.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://opencode.ai/config.json", + "disabled_providers": [ + "amazon-bedrock", + "groq", + "anthropic", + "openai", + "gemini" + ], + "share": "disabled" +}