feat(plugin-handlers): wire team-mode into agent, command and tool config handlers
This commit is contained in:
@@ -172,6 +172,7 @@ export async function applyAgentConfig(params: {
|
||||
disabledSkills,
|
||||
useTaskSystem,
|
||||
disableOmoEnv,
|
||||
params.pluginConfig.team_mode?.enabled ?? false,
|
||||
);
|
||||
|
||||
const disabledAgentNames = new Set(
|
||||
|
||||
Reference in New Issue
Block a user