Skip to content

Bug: Default reaction is 'confused' instead of '+1' in GitHubClient #137

Description

@sourabharsh

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions