summaryrefslogtreecommitdiffhomepage
path: root/.opencode.json
diff options
context:
space:
mode:
Diffstat (limited to '.opencode.json')
-rw-r--r--.opencode.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/.opencode.json b/.opencode.json
new file mode 100644
index 000000000..f63a63dba
--- /dev/null
+++ b/.opencode.json
@@ -0,0 +1,11 @@
+{
+ "model": {
+ "coder": "claude-3.7-sonnet",
+ "coderMaxTokens": 20000
+ },
+ "lsp": {
+ "gopls": {
+ "command": "gopls"
+ }
+ }
+}