feat(sandbox): add sandbox explain inspector

This commit is contained in:
Peter Steinberger
2026-01-10 20:28:34 +01:00
parent 4533dd6e5d
commit 9f9098406c
20 changed files with 951 additions and 56 deletions

View File

@@ -164,7 +164,7 @@ describe("bash tool backgrounding", () => {
command: "echo hi",
elevated: true,
}),
).rejects.toThrow("elevated is not available right now.");
).rejects.toThrow("tools.elevated.allowFrom.<provider>");
});
it("does not default to elevated when not allowed", async () => {