On Sun, Jul 27, 2025 at 03:58:02PM -0400, Sasha Levin wrote: > +- ``Co-developed-by: Claude claude-3-opus-20240229`` > +- ``Co-developed-by: GitHub-Copilot GPT-4 v1.0.0`` > +- ``Co-developed-by: Cursor gpt-4-turbo-2024-04-09`` FYI, this will break tools that expect Co-developed-by: to be in the address header format. I will add exceptions in b4, but it *is* going to be annoying that this trailer can be in both formats and I expect other tooling will also have similar problems. If it's not too late, I recommend picking a wholly new trailer instead of overloading Co-developed-by. Examples: | Assisted-by: Claude claude-3-opus-20240229 | Auxiliary-tooling: GitHub-Copilot GPT-4 v1.0.0 I like the latter, because this also allows listing multiple tools. -K