소스 검색

Update src/agents/index.ts

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Alvin 3 주 전
부모
커밋
3af477abc1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/agents/index.ts

+ 1 - 0
src/agents/index.ts

@@ -162,6 +162,7 @@ function applyOverrides(
       // into the OpenCode config too. An explicit agent-level variant below
       // intentionally takes precedence.
       if (
+        agent.name !== 'orchestrator' &&
         override.variant === undefined &&
         primaryModel.variant !== undefined
       ) {