semantic cleanup
This commit is contained in:
21
.opencode/opencode.jsonc
Normal file
21
.opencode/opencode.jsonc
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"mcp": {
|
||||
"chrome-devtools": {
|
||||
"type": "local",
|
||||
"command": ["npx", "chrome-devtools-mcp@latest",
|
||||
"--browser-url=http://127.0.0.1:9222" ],
|
||||
"enabled": false
|
||||
},
|
||||
"axiom": {
|
||||
"type": "local",
|
||||
"command": ["/home/busya/dev/axiom-mcp-rust-port/target/release/axiom-mcp-server-rs"],
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"agent": {
|
||||
"explore": {
|
||||
"model": "opencode-go/deepseek-v4-flash"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user