From 90be17fd798e1adc4166f4ed8866979c54249cb7 Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Mon, 2 Mar 2026 23:17:28 -0800 Subject: [PATCH] fix: Address PR #828 review feedback - Reset RAF buffer on context changes (worktree switch, dev-server restart) to prevent stale output from flushing into new sessions - Fix high-frequency WebSocket filter to catch auto-mode:event wrapping (auto_mode_progress is wrapped in auto-mode:event) and add feature:progress - Reorder Vite aliases so explicit jsx-runtime entries aren't shadowed by the broad /^react(\/|$)/ regex (Vite uses first-match-wins) Co-Authored-By: Claude Opus 4.6