In src/glassbox_agent/tools/github_client.py, the add_reaction method defaults to confused emoji instead of +1 (thumbs up). The JuniorDev agent uses this to ack the Manager's briefing with a thumbs up, but instead posts a confused face.
File: src/glassbox_agent/tools/github_client.py
Line: 51
Expected: def add_reaction(self, comment_id: int, reaction: str = \"+1\") -> bool:
Actual: def add_reaction(self, comment_id: int, reaction: str = \"confused\") -> bool:
In
src/glassbox_agent/tools/github_client.py, theadd_reactionmethod defaults toconfusedemoji instead of+1(thumbs up). The JuniorDev agent uses this to ack the Manager's briefing with a thumbs up, but instead posts a confused face.File:
src/glassbox_agent/tools/github_client.pyLine: 51
Expected:
def add_reaction(self, comment_id: int, reaction: str = \"+1\") -> bool:Actual:
def add_reaction(self, comment_id: int, reaction: str = \"confused\") -> bool: