fix: polish restart feedback + stabilize tests (#685) (thanks @carlulsoe)

This commit is contained in:
Peter Steinberger
2026-01-10 22:52:09 +01:00
parent f699dc3777
commit fa61699f9a
5 changed files with 30 additions and 3 deletions

View File

@@ -42,5 +42,5 @@ describe("sandbox explain command", () => {
expect(Array.isArray(parsed.fixIt)).toBe(true);
expect(parsed.fixIt).toContain("agents.defaults.sandbox.mode=off");
expect(parsed.fixIt).toContain("tools.sandbox.tools.deny");
});
}, 15_000);
});