Skip to content

Commit a938235

Browse files
justaddcoffeeclaude
andcommitted
Fix ai-controllers.json format
- Change from object to simple array format - The mention detector expects a plain array of usernames - Fixes TypeError: allowedUsers.includes is not a function 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3b00cdb commit a938235

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/ai-controllers.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
{
2-
"controllers": ["jtr4v", "justaddcoffee"],
3-
"fallback_controllers": ["jtr4v"]
4-
}
1+
["jtr4v", "justaddcoffee"]

0 commit comments

Comments
 (0)