fix(git-master): inject user config into skill prompt (#656)

This commit is contained in:
Gladdonilli
2026-01-11 18:02:36 +08:00
committed by GitHub
parent 820eb03d4e
commit 49014a7782
3 changed files with 44 additions and 9 deletions
+1
View File
@@ -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();