mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
d0fa9ff986
Retry Coder Agents workspace creation once with a generated random suffix when the requested workspace name already exists. This preserves structured errors for other conflicts and avoids surfacing avoidable name collisions. Closes CODAGT-386