fix(git-master): inject user config into skill prompt (#656)
This commit is contained in:
@@ -237,6 +237,7 @@ const OhMyOpenCodePlugin: Plugin = async (ctx) => {
|
||||
manager: backgroundManager,
|
||||
client: ctx.client,
|
||||
userCategories: pluginConfig.categories,
|
||||
gitMasterConfig: pluginConfig.git_master,
|
||||
});
|
||||
const disabledSkills = new Set(pluginConfig.disabled_skills ?? []);
|
||||
const systemMcpNames = getSystemMcpServerNames();
|
||||
|
||||
Reference in New Issue
Block a user