From d12aabdccc0962b412cb1eed0d86420359781bf4 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Mon, 9 Feb 2026 17:16:58 +0000 Subject: [PATCH] opencode: disable oh-my-opencode commit footer and co-author --- profiles/opencode.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/opencode.nix b/profiles/opencode.nix index 57d7380..909dc6e 100644 --- a/profiles/opencode.nix +++ b/profiles/opencode.nix @@ -95,6 +95,10 @@ builtins.toJSON { "$schema" = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json"; disabled_mcps = ["websearch" "context7" "grep_app"]; + git_master = { + commit_footer = false; + include_co_authored_by = false; + }; }; }; }