FIX-02: TUI agent:end — fix React state updater side-effect #133
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The TUI app.tsx has a React state updater side-effect on agent:end event. Fix the state update to follow React rules (no side effects in updaters).