We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87106c4 commit bd67577Copy full SHA for bd67577
.config/opencode/opencode.jsonc
@@ -1,14 +1,20 @@
1
{
2
"$schema": "https://opencode.ai/config.json",
3
"theme": "rosepine",
4
- "model": "anthropic/claude-opus-4-5",
+ "model": "anthropic/claude-opus-4-6",
5
"instructions": [
6
"CONTRIBUTING.md",
7
"docs/guidelines.md",
8
".cursor/rules/*.md",
9
"AGENTS.md",
10
"*.instructions.md"
11
],
12
- "small_model": "anthropic/claude-haiku-4-5",
+ "small_model": "anthropic/claude-sonnet-4-5",
13
"autoupdate": true,
14
+ "mcp": {
15
+ "fluent": {
16
+ "type": "remote",
17
+ "url": "https://chat.fluentui.dev/mcp/server"
18
+ }
19
20
}
0 commit comments