mirror of
https://github.com/gnekt/My-Brain-Is-Full-Crew.git
synced 2026-09-07 22:36:26 +00:00
Modify generic name for model tiers
Co-Authored-By: win0na <winnie@winneon.moe> refactor: neutral model vocabulary (low/mid/high) in source agents feat(claude-code): cc_model_to_native() maps low/mid/high to haiku/sonnet/opus Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> feat(opencode): update oc_model_to_provider() for low/mid/high vocabulary Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -126,7 +126,7 @@ test_oc_translate_agents_basic() {
|
||||
---
|
||||
name: scribe
|
||||
description: Test scribe
|
||||
model: sonnet
|
||||
model: mid
|
||||
mode: subagent
|
||||
capabilities: [read, write, edit]
|
||||
---
|
||||
@@ -182,7 +182,7 @@ test_oc_translate_agents_bash_capability() {
|
||||
---
|
||||
name: architect
|
||||
description: Test arch
|
||||
model: opus
|
||||
model: high
|
||||
capabilities: [read, write, edit, bash]
|
||||
---
|
||||
|
||||
@@ -206,7 +206,7 @@ test_oc_translate_agents_read_only_emits_empty_permission() {
|
||||
---
|
||||
name: seeker
|
||||
description: Search only
|
||||
model: sonnet
|
||||
model: mid
|
||||
capabilities: [read]
|
||||
---
|
||||
|
||||
@@ -229,7 +229,7 @@ test_oc_translate_agents_dedupes_edit() {
|
||||
---
|
||||
name: scribe
|
||||
description: Dedupe test
|
||||
model: sonnet
|
||||
model: mid
|
||||
capabilities: [read, write, edit]
|
||||
---
|
||||
|
||||
@@ -360,7 +360,7 @@ test_oc_adapter_build_end_to_end() {
|
||||
---
|
||||
name: scribe
|
||||
description: Test scribe
|
||||
model: sonnet
|
||||
model: mid
|
||||
capabilities: [read, write, edit]
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user