mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
cleanup app, config and root
This commit is contained in:
parent
5601466fe1
commit
3ad983db0f
21 changed files with 517 additions and 284 deletions
11
.opencode.json
Normal file
11
.opencode.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"model": {
|
||||
"coder": "claude-3.7-sonnet",
|
||||
"coderMaxTokens": 20000
|
||||
},
|
||||
"lsp": {
|
||||
"gopls": {
|
||||
"command": "gopls"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue