From 8be0d44f693c966168a440ec135045349f500a6a Mon Sep 17 00:00:00 2001 From: Pauljd Date: Tue, 8 Sep 2026 18:39:29 +0100 Subject: [PATCH] Add central OpenCode configuration --- .opencode/opencode.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .opencode/opencode.json diff --git a/.opencode/opencode.json b/.opencode/opencode.json new file mode 100644 index 0000000..8a69367 --- /dev/null +++ b/.opencode/opencode.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://opencode.ai/config.json", + "model": "openai/gpt-5.6-terra", + "provider": { + "openai": { + "options": { + "apiKey": "{env:OPENAI_API_KEY}" + } + } + } +}