test(live): gateway smoke across profile-key models

This commit is contained in:
Peter Steinberger
2026-01-10 01:09:30 +00:00
parent 3ed877a813
commit a29f5dda2e
5 changed files with 325 additions and 3 deletions

View File

@@ -759,7 +759,6 @@ export async function compactEmbeddedPiSession(params: {
const enqueueGlobal =
params.enqueue ??
((task, opts) => enqueueCommandInLane(globalLane, task, opts));
const runAbortController = new AbortController();
return enqueueCommandInLane(sessionLane, () =>
enqueueGlobal(async () => {
const resolvedWorkspace = resolveUserPath(params.workspaceDir);