Files
stack/apps
Jason Woltje 5ba77d8952
Some checks failed
ci/woodpecker/push/web Pipeline failed
fix(web): add random suffix to fallback assistant message IDs to prevent collisions
Message IDs generated in the fallback path used only Date.now() which caused
ID collisions in rapid-send scenarios (multiple sends within the same millisecond).
Adding the same Math.random() suffix used by userMessage IDs ensures uniqueness.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 20:41:43 -06:00
..