Chatwith
Every change, in order — the continuous timeline of everything we ship.
Stay in the Loop with In-App Release Notes
We've added a release pad directly inside your dashboard, so you can discover the latest updates, improvements, and fixes without ever leaving chatwith.
No more hunting through changelogs or missing important announcements — every new feature and improvement is now just a click away from where you work.
Auto-Reset Embed Conversations on a Schedule
Embedded chatbots can now automatically start a fresh conversation after a set number of hours, so visitors on your site always get a clean slate without needing to click reset.
Why it matters: anonymous embed visitors had their conversations persisted in localStorage indefinitely, and the manual reset button isn't reachable from cross-origin host pages. Now you can keep conversations relevant, protect privacy on shared devices, and avoid stale context — all with zero custom JavaScript.
- Configure the reset window directly in the General settings tab with the new "Auto-reset conversations" field.
- Override the default per-embed using the ?resetAfterHours= URL parameter (decimals like 0.5 for 30 minutes are supported).
- Manual resets via the header button also restart the clock, keeping behavior consistent.
- Leave the setting empty to keep the existing indefinite-persistence behavior.