You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: deduplicate CLAUDE_BINARY constant across _agent and _console_emitter
Both modules defined the same _CLAUDE_BINARY = "claude" constant independently.
Promote to a single public CLAUDE_BINARY in _agent.py (the natural owner) and
import it in _console_emitter.py.
Co-authored-by: Ralphify <noreply@ralphify.co>
0 commit comments