chore: refresh pi-ai patch repro note

This commit is contained in:
Peter Steinberger
2026-01-10 20:55:50 +00:00
parent c65114be1a
commit ab314a22e0
4 changed files with 24 additions and 32 deletions

View File

@@ -559,7 +559,9 @@ export function buildEmbeddedSandboxInfo(
bashElevated?: BashElevatedDefaults,
): EmbeddedSandboxInfo | undefined {
if (!sandbox?.enabled) return undefined;
const elevatedAllowed = Boolean(bashElevated?.enabled && bashElevated.allowed);
const elevatedAllowed = Boolean(
bashElevated?.enabled && bashElevated.allowed,
);
return {
enabled: true,
workspaceDir: sandbox.workspaceDir,