summaryrefslogtreecommitdiffhomepage
path: root/.opencode/opencode.jsonc
diff options
context:
space:
mode:
Diffstat (limited to '.opencode/opencode.jsonc')
-rw-r--r--.opencode/opencode.jsonc11
1 files changed, 11 insertions, 0 deletions
diff --git a/.opencode/opencode.jsonc b/.opencode/opencode.jsonc
new file mode 100644
index 000000000..02278ce3a
--- /dev/null
+++ b/.opencode/opencode.jsonc
@@ -0,0 +1,11 @@
+{
+ "$schema": "https://opencode.ai/config.json",
+ "plugin": ["opencode-openai-codex-auth"],
+ "provider": {
+ "opencode": {
+ "options": {
+ // "baseURL": "http://localhost:8080"
+ },
+ },
+ },
+}