fix: bypass no-reply for moderator bot handoff messages #7
Reference in New Issue
Block a user
Delete Branch "fix/moderator-bypass"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Moderator handoff messages are treated as regular messages without 🔚, triggering no-reply for all agents.
Solution
Add moderator bypass in
before_model_resolve: ifsenderIdequalsmoderatorUserId, skip no-reply evaluation.Changes
evaluateDecisionDiscussion with Orion
- Add moderator bypass in before_model_resolve: if senderId equals moderatorUserId, skip no-reply evaluation to prevent moderator handoff messages from being treated as regular messages without 🔚 - Add debug log when bypass is triggeredPull request closed