mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
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