Skip to content

fix(release): add fix@bot.dev to AUTHOR_MAP for Indigo Karasu Fix Bot - #50520

Closed
indigokarasu wants to merge 2 commits into
NousResearch:mainfrom
indigokarasu:fix/add-fix-bot-to-author-map
Closed

indigokarasu wants to merge 2 commits into
NousResearch:mainfrom
indigokarasu:fix/add-fix-bot-to-author-map

Conversation

@indigokarasu

Copy link
Copy Markdown
Contributor

Summary

Adds fix@bot.dev to scripts/release.py AUTHOR_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.dev is not mapped:

Fix

Added "fix@bot.dev": "indigokarasu" to AUTHOR_MAP in scripts/release.py.

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.
@alt-glitch alt-glitch added type/bug Something isn't working P3 Low — cosmetic, nice to have comp/cli CLI entry point, hermes_cli/, setup wizard labels Jun 22, 2026

@tonydwb tonydwb left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@jaredzimmerman

Copy link
Copy Markdown

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/cli CLI entry point, hermes_cli/, setup wizard P3 Low — cosmetic, nice to have type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants