From 57db3f22a145999371588502adc67d312d4823aa Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 13 Jan 2026 04:47:47 +0000 Subject: [PATCH] fix: clean lint in auth-choice + tests --- src/agents/pi-embedded-helpers.test.ts | 4 +--- src/commands/auth-choice.ts | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/agents/pi-embedded-helpers.test.ts b/src/agents/pi-embedded-helpers.test.ts index 40d350ae0..bdf2a7db0 100644 --- a/src/agents/pi-embedded-helpers.test.ts +++ b/src/agents/pi-embedded-helpers.test.ts @@ -68,9 +68,7 @@ describe("buildBootstrapContextFiles", () => { ); expect(result?.content.length).toBeLessThan(long.length); expect(result?.content.startsWith(long.slice(0, 120))).toBe(true); - expect(result?.content.endsWith(long.slice(-expectedTailChars))).toBe( - true, - ); + expect(result?.content.endsWith(long.slice(-expectedTailChars))).toBe(true); expect(warnings).toHaveLength(1); expect(warnings[0]).toContain("TOOLS.md"); expect(warnings[0]).toContain("limit 200"); diff --git a/src/commands/auth-choice.ts b/src/commands/auth-choice.ts index be224c39d..d3adc9cf1 100644 --- a/src/commands/auth-choice.ts +++ b/src/commands/auth-choice.ts @@ -51,7 +51,6 @@ import { applySyntheticConfig, applySyntheticProviderConfig, applyZaiConfig, - MINIMAX_HOSTED_MODEL_REF, MOONSHOT_DEFAULT_MODEL_REF, OPENROUTER_DEFAULT_MODEL_REF, SYNTHETIC_DEFAULT_MODEL_REF,