feat(config): add configurable agent ordering
This commit is contained in:
@@ -395,6 +395,7 @@ export async function applyAgentConfig(params: {
|
||||
);
|
||||
params.config.agent = reorderAgentsByPriority(
|
||||
params.config.agent as Record<string, unknown>,
|
||||
params.pluginConfig.agent_order,
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user