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(ai_chat): drop /suggest placeholder for minimum-diff feedback
The "Thinking..." placeholder + replace-in-place logic was UX nice-to-have
but added ~14 lines of state tracking on top of an already-async command.
cmd_suggest now just spawns; drain_suggest just push_info on the result.
The double-fire guard is dropped too: a second /suggest overwrites the
prior receiver, the abandoned worker's send becomes a no-op via let _.
0 commit comments