fix(cloud): request automatic Space launch (#2501)

Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com>
This commit is contained in:
Hyu
2026-09-03 11:44:32 +08:00
committed by GitHub
parent c8d8b1aac4
commit d50957fc4f
3 changed files with 19 additions and 3 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ class SpaceService:
def get_cloud_entry_url(self) -> str:
"""Return the Space-owned Cloud selector for a Cloud Account login."""
return f'{self._get_space_config()["url"].rstrip("/")}/cloud?environment=beta'
return f'{self._get_space_config()["url"].rstrip("/")}/cloud?environment=beta&auto_launch=1'
async def exchange_oauth_code(
self,