diff --git a/src/index.ts b/src/index.ts index 71c9e39..c3106f1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -48,7 +48,7 @@ const Octto: Plugin = async ({ client, directory }) => { config: async (config) => { // Apply agent overrides from custom config (fragments already injected at plugin load) - config.agent = { ...config.agent, ...customConfig.agents }; + config.agent = { ...customConfig.agents, ...config.agent }; }, event: async ({ event }) => {