From e0e58c830e5a3c69151ebd24d40f3f5933b9df6d Mon Sep 17 00:00:00 2001 From: devops-eh Date: Wed, 3 Dec 2025 11:57:54 +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 0000000..7fc9915 --- /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" +}