fix(testing): stabilize live model runs

This commit is contained in:
Peter Steinberger
2026-01-11 04:21:24 +00:00
parent 3b6739d3e9
commit f00038b383
4 changed files with 169 additions and 47 deletions

View File

@@ -290,7 +290,7 @@ export function noteSandboxScopeWarnings(cfg: ClawdbotConfig) {
warnings.push(
`- agents.list (id "${agentId}") sandbox ${overrides.join(
"/",
)} overrides ignored (scope resolves to "shared").`,
)} overrides ignored\n scope resolves to "shared".`,
);
}