fix(FN-1952): read legacy pi auth keys

This commit is contained in:
gsxdsm
2026-04-16 20:23:48 -07:00
parent 5adb013c4e
commit 95ced20e40
8 changed files with 176 additions and 21 deletions

View File

@@ -444,7 +444,7 @@ describe("runDashboard — AuthStorage & ModelRegistry wiring", () => {
]);
});
it("creates AuthStorage via AuthStorage.create()", async () => {
it("creates AuthStorage for Fusion writes", async () => {
const { AuthStorage } = await import("@mariozechner/pi-coding-agent");
await runDashboard(0, {});
@@ -938,4 +938,3 @@ describe("runDashboard — multi-project cwd/default engine resolution", () => {
expect(serverOpts.engine).toBeDefined();
});
});