main ← fix-ai-bot-retry-duplicate-public-topics
merged 02:52PM - 15 Jul 26 UTC
Previously, clicking retry on an AI bot reply in a public (non-PM) topic appende…d a brand-new bot post, because `Playground#reply_to` only honored `existing_reply_post` in the streaming path used by PMs.
This change revises the existing reply in place in the non-streaming path as well, keeping an edit revision so the previous answer remains visible in the post history, and refreshes the post's LLM/agent custom fields on retry.
Reported at https://meta.discourse.org/t/407562