fix: hide runtime context from submitted prompts

This commit is contained in:
Peter Steinberger
2026-04-26 00:56:28 +01:00
parent edb618c6c4
commit e918e5f75c
22 changed files with 1102 additions and 218 deletions

View File

@@ -254,6 +254,10 @@ const lanes = [
"crestodian-first-run",
"OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:crestodian-first-run",
),
lane(
"session-runtime-context",
"OPENCLAW_SKIP_DOCKER_BUILD=1 pnpm test:docker:session-runtime-context",
),
lane("qr", "pnpm test:docker:qr"),
];