mirror of
https://github.com/coder/coder.git
synced 2026-06-05 14:08:20 +00:00
bfeb91d9cd
Previously, generating a new agent title used a page-global pending state, so one in-flight regeneration disabled the action for every chat in the Agents UI. This change tracks regenerations by chat ID, updates the Agents page contracts to use `regeneratingTitleChatIds`, and adds sidebar story coverage that proves only the active chat is disabled.