fix: clarify sub-agent sandbox limits

This commit is contained in:
Peter Steinberger
2026-01-11 05:04:14 +01:00
parent b4e9a0c975
commit 9046296ed3
4 changed files with 8 additions and 5 deletions

View File

@@ -194,6 +194,7 @@ describe("buildAgentSystemPrompt", () => {
});
expect(prompt).toContain("You are running in a sandboxed runtime");
expect(prompt).toContain("Sub-agents stay sandboxed");
expect(prompt).toContain("User can toggle with /elevated on|off.");
expect(prompt).toContain("Current elevated level: on");
});