fix(config): enforce unsupported backend flags and route by modelFor tags

This commit is contained in:
William Valentin
2026-02-16 23:45:18 -08:00
parent 01f75e536d
commit 21a7a18008
2 changed files with 14 additions and 1 deletions
-1
View File
@@ -84,7 +84,6 @@ function parseResearchPrefix(text: string): string | undefined {
}
return undefined;
}
/**
* Create the unified message handler for the channel registry.
* Each channel+sender pair gets its own AgentOrchestrator backed by a persistent session.