Merge remote-tracking branch 'origin/master' into release/session-log-v3

This commit is contained in:
Tianyi Cui
2026-09-06 20:20:16 +08:00
57 changed files with 1405 additions and 67 deletions
+1
View File
@@ -1227,6 +1227,7 @@ def smoke_sdk_profile_plugin(base_url: str) -> None:
if installed.returncode != 0:
raise AssertionError(
f"Python-installed dsh could not add the external profile plugin: "
f"returncode={installed.returncode} (0x{installed.returncode & 0xffffffff:08x}) "
f"stdout={installed.stdout!r} stderr={installed.stderr!r}"
)
manifest = json.loads((dsh_home / "profiles" / "sdk" / "package.json").read_text())