summaryrefslogtreecommitdiffhomepage
path: root/cmd/schema/README.md
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-05-12 14:32:27 -0500
committeradamdottv <[email protected]>2025-05-12 14:32:27 -0500
commit36e5ae804e4bf0c96a0ce6cca90029e88c2da9b3 (patch)
treee4dd3910956376104c2b3996c245393bf625bc32 /cmd/schema/README.md
parentc9b90dd184084a2a3669db49717eb485c8861ee4 (diff)
downloadopencode-36e5ae804e4bf0c96a0ce6cca90029e88c2da9b3.tar.gz
opencode-36e5ae804e4bf0c96a0ce6cca90029e88c2da9b3.zip
chore: rename coder -> primary
Diffstat (limited to 'cmd/schema/README.md')
-rw-r--r--cmd/schema/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/cmd/schema/README.md b/cmd/schema/README.md
index 93ebe9f03..e448ea0cb 100644
--- a/cmd/schema/README.md
+++ b/cmd/schema/README.md
@@ -46,7 +46,7 @@ Here's an example configuration that conforms to the schema:
}
},
"agents": {
- "coder": {
+ "primary": {
"model": "claude-3.7-sonnet",
"maxTokens": 5000,
"reasoningEffort": "medium"
@@ -61,4 +61,5 @@ Here's an example configuration that conforms to the schema:
}
}
}
-``` \ No newline at end of file
+```
+