Files
multica/server
Jiang Bohan 40f594e7b3 fix(server): allow deleting runtimes when all bound agents are archived
Previously, runtimes could never be deleted once an agent was created
because agents can only be archived (not deleted) and the count check
included archived agents. Now the check only counts active agents, and
archived agents are cleaned up before runtime deletion.
2026-04-09 19:15:50 +08:00
..