Introduced in #284 (commit 01e3910, 'Controller Mode: auto-advance after approval + structured-input submit'). The PR added a new line to the focus-advance toast:
<div className="mt-0.5 text-xs text-slate-400">
Triggered after a send, approval, or answered prompt.
</div>
in client/src/components/focus-advance-toast.tsx, right after the 'Advancing to next conversation' heading. The new wording makes the toast noisier than the previous single-line version.
The PR also added a regression test in client/src/components/__tests__/focus-advance-toast.test.tsx that pins the new line; that test needs to be updated as part of the revert.
Revert both the component change and the test to restore the original toast copy.
Introduced in #284 (commit 01e3910, 'Controller Mode: auto-advance after approval + structured-input submit'). The PR added a new line to the focus-advance toast:
in
client/src/components/focus-advance-toast.tsx, right after the 'Advancing to next conversation' heading. The new wording makes the toast noisier than the previous single-line version.The PR also added a regression test in
client/src/components/__tests__/focus-advance-toast.test.tsxthat pins the new line; that test needs to be updated as part of the revert.Revert both the component change and the test to restore the original toast copy.