From 2b72ad4c6a4c15e0564900d5aaa30d68f10a9cc1 Mon Sep 17 00:00:00 2001 From: Wayne Sun Date: Wed, 9 Sep 2026 10:53:16 -0400 Subject: [PATCH] chore(config): revert per-agent runtime/model routing (#7116) The first fleet review after #7116 merged failed at the orchestrator's first model call: Vertex returned 404 for claude-sonnet-5 in the project the fleet runs on (fullsend-ai/fullsend#7167, run 34365183694). The sonnet alias sits on every sonnet parent and has no fallback. Restore the previous config until the served models are confirmed. Assisted-by: Claude Signed-off-by: Wayne Sun --- .fullsend/config.yaml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/.fullsend/config.yaml b/.fullsend/config.yaml index 36e9dd6963..be6a7a8903 100644 --- a/.fullsend/config.yaml +++ b/.fullsend/config.yaml @@ -5,13 +5,6 @@ # See ADR 0033 for details. version: "1" runtime: claude -# What the `sonnet` alias means in this repo, for the parent run of every agent -# on both runtimes and for pi sub-agents. fullsend's pinned default is one -# generation older; Vertex enables models per project, so this only works -# where claude-sonnet-5 is served (a pinned alias has no fallback). -models: - aliases: - sonnet: claude-sonnet-5 roles: - fullsend - triage @@ -21,27 +14,6 @@ roles: - prioritize agents: - source: https://raw.githubusercontent.com/redhat-community-ai-tools/qualityflow-fullsend/f6311b4f30ee5c23c597dba07bccc8ac0aa991be/harness/qualityflow.yaml#sha256=c0a51b2f75172aebd577fd38c8012a7c566a84f84812ebd9aa4cc07ad3b2220e - - name: code - runtime: pi - model: xai/grok-4.6 - - name: fix - model: sonnet - - name: prioritize - runtime: pi - model: google-vertex/gemini-3.8-flash - - name: review - runtime: pi - model: sonnet - subagents: - challenger: xai/grok-4.6 - correctness: xai/grok-4.6 - docs-currency: google-vertex/gemini-3.8-flash - security: xai/grok-4.6 - style-conventions: google-vertex/gemini-3.8-flash - - name: retro - model: sonnet - - name: triage - model: sonnet allowed_remote_resources: - https://raw.githubusercontent.com/redhat-community-ai-tools/qualityflow-fullsend/ create_issues: