opencode: disable oh-my-opencode commit footer and co-author

This commit is contained in:
2026-02-09 17:16:58 +00:00
parent d38a348a06
commit d12aabdccc

View File

@@ -95,6 +95,10 @@
builtins.toJSON { builtins.toJSON {
"$schema" = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json"; "$schema" = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json";
disabled_mcps = ["websearch" "context7" "grep_app"]; disabled_mcps = ["websearch" "context7" "grep_app"];
git_master = {
commit_footer = false;
include_co_authored_by = false;
};
}; };
}; };
} }