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
fix(nightshift): fix already-running race, Codex completion, and upstream compat
- Drop RunGuard before emitting run-completed event to prevent race
where user clicks Run Now before RUNNING_PROJECTS is cleared
- Use has_content (text + tool_calls + content_blocks) instead of just
full_content for Codex error/fallback checks — prevents false
chat:error when Codex works via tools with no text output
- Add nightshift fields to new upstream Session constructor site
0 commit comments