Clarify Assisted-by trailer format in AGENTS.md#3417
Merged
spmallette merged 1 commit intoapache:masterfrom May 2, 2026
Merged
Clarify Assisted-by trailer format in AGENTS.md#3417spmallette merged 1 commit intoapache:masterfrom
spmallette merged 1 commit intoapache:masterfrom
Conversation
The previous template `Assisted-by: AGENT_NAME:MODEL_VERSION [TOOL1] [TOOL2]` left placeholder names ambiguous, with at least two contributors so far interpreting `AGENT_NAME` as the model family and putting the IDE/CLI in brackets. The intended structure is `<agent>:<model>` with brackets reserved for auxiliary tools beyond the primary agent. Names each placeholder explicitly and adds three concrete examples covering the common single-agent case and the rarer auxiliary-tool case. Assisted-by: Claude Code:claude-opus-4-7
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3417 +/- ##
============================================
- Coverage 77.87% 76.25% -1.62%
+ Complexity 13578 13319 -259
============================================
Files 1015 1011 -4
Lines 59308 59941 +633
Branches 6835 7011 +176
============================================
- Hits 46184 45708 -476
- Misses 10817 11540 +723
- Partials 2307 2693 +386 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
|
thanks - hopefully that will help keep that line looking how we want. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Assisted-by: AGENT_NAME:MODEL_VERSION [TOOL1] [TOOL2]is being interpreted inconsistently — at least two contributors have placed the model family in the agent slot and the IDE/CLI in brackets, when the intended structure (per @spmallette) is<agent>:<model>with brackets reserved for auxiliary tools.Context
Raised by @spmallette on #3416:
This PR addresses that by naming each placeholder and providing examples that demonstrate the intended form. The bracket interpretation in the new wording — "auxiliary tools beyond the primary agent" — reflects my reading; happy to revise if a different meaning is preferred.
Branches
AGENTS.mdexists only onmaster, so this is master-only.Test plan
Notes
This change was AI-assisted; the commit's
Assisted-by:trailer demonstrates the new format.