feat(workspace): add in-product collaboration and direct Cloud launch

This commit is contained in:
dadachann
2026-07-26 10:40:36 +08:00
parent 276791e7af
commit 8a445bfb22
29 changed files with 1258 additions and 124 deletions
@@ -973,7 +973,7 @@ class TestPostgreSQLTenantRuntime:
.values(write_fenced=True)
)
assert workspace_update.rowcount == 0
assert membership_update.rowcount == 0
assert membership_update.rowcount == 1
assert execution_update.rowcount == 0
async with cloud_manager.tenant_uow(workspace_local) as tenant: