Re: [PATCH] coding-assistants: simplify attribution
Konstantin Ryabitsev <[email protected]> Wed, 22 Jul 2026 16:48:03 -0400
| Newsgroups | org.kernel.vger.workflows,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260722-accurate-defiant-puma-a7e23b@meerkat> |
On Wed, Jul 22, 2026 at 02:34:40PM -0600, Jonathan Corbet wrote:
> - Assisted-by: Claude:claude-3-opus coccinelle sparse
> + Assisted-by: LLM coccinelle sparse
I've been playing with this a bit, and it's pretty easy to teach the agent to
add a few tag-like notes as to how exactly it was used, e.g.:
https://git.kernel.org/pub/scm/utils/b4/b4.git/commit/?id=018b87444d32eb2ffee7cb25f0785e54aa35f7bf
This has:
| Assisted-by: LLM [design, codegen, tests]
It tells us a bit more about *how* the LLM was used, without introducing the
advertisement or pinning exact models.
This format should allow for multiple tool usage:
| Assisted-by: LLM [triage, tests], coccinelle
I don't suggest this is included in this version, but it *is* fairly
straightforward to add to AGENTS.md and tells reviewers just how exactly the
LLM was used.
-K