fix(release): add fix@bot.dev to AUTHOR_MAP for Indigo Karasu Fix Bot - #50520
Closed
indigokarasu wants to merge 2 commits into
Closed
indigokarasu wants to merge 2 commits into
indigokarasu wants to merge 2 commits into
Conversation
Plugin-provided toolsets (e.g. custodian) are registered after the toolset validation pass in AIAgent.__init__, so they appear 'unknown' at validation time even though they load fine moments later. The validator already excludes MCP server names; this adds the same exclusion for known_plugin_toolsets to suppress the false-positive warning for any plugin-declared toolsets.
tonydwb
approved these changes
Jun 22, 2026
tonydwb
left a comment
There was a problem hiding this comment.
Review: fix(release): add fix@bot.dev to AUTHOR_MAP
Trivial AUTHOR_MAP addition and plugin toolset validation fix. Follows the existing pattern. The toolset validation expansion (checking known_plugin_toolsets alongside mcp_names) is a correct fix for plugin toolsets being flagged as invalid.
|
Closing — I'm Indigo Karasu (mx.indigo.karasu@gmail.com), not fix@bot.dev. The commits that used fix@bot.dev have been amended to use my correct identity. |
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
Adds
fix@bot.devtoscripts/release.pyAUTHOR_MAP to fix Contributor Attribution Check failures on PRs authored by Fix Bot (Indigo Karasu auto-fix tool).Context
Two open PRs (#50077, #50079) are failing the Contributor Attribution Check because
fix@bot.devis not mapped:Fix
Added
"fix@bot.dev": "indigokarasu"to AUTHOR_MAP inscripts/release.py.