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(shell): unify Effect types in runMenu TTY fallback
Replace Effect.suspend (union of incompatible branches) with
Effect.flatMap on a boolean so TypeScript unifies the two branch
types: Effect<void, InputReadError, never> | Effect<void, never, R>
→ Effect<void, InputReadError, R>.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments