From 36e5ae804e4bf0c96a0ce6cca90029e88c2da9b3 Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Mon, 12 May 2025 14:32:27 -0500 Subject: chore: rename coder -> primary --- cmd/schema/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cmd/schema/README.md') 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 +``` + -- cgit v1.2.3