From d6788cd2e1770cce84eda6743f1dc64ea30645ee Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 21:25:56 +0000 Subject: [PATCH] fix: auto-fix CI formatting failures Fixed: - Biome formatting violations (line breaks, spacing, indentation) - Removed unused imports (TAB_CONFIG, createInitialState, PROVIDER_TIMEOUT_DEFAULTS, Context1mPreference, CodexInstructionsStrategy, Label) - Removed unused variables (_index, _scrollTop, _displayValue) Files modified: - form-tab-nav.tsx: formatting + unused import - index.tsx: formatting + unused imports - provider-form-context.tsx: unused import - provider-form-types.ts: unused imports - basic-info-section.tsx: formatting - limits-section.tsx: formatting - network-section.tsx: formatting + unused variable - routing-section.tsx: formatting + unused import - testing-section.tsx: formatting Not auto-fixable (requires human review): - 2 unused function parameters (urlResolver, allowedProviderTypes) - may be part of API contract CI Run: https://github.com/ding113/claude-code-hub/actions/runs/21226020970 --- .../forms/provider-form/components/form-tab-nav.tsx | 2 +- .../providers/_components/forms/provider-form/index.tsx | 9 ++++----- .../forms/provider-form/provider-form-context.tsx | 3 +-- .../forms/provider-form/provider-form-types.ts | 2 -- .../forms/provider-form/sections/basic-info-section.tsx | 2 +- .../forms/provider-form/sections/limits-section.tsx | 2 +- .../forms/provider-form/sections/network-section.tsx | 4 ++-- .../forms/provider-form/sections/routing-section.tsx | 3 +-- .../forms/provider-form/sections/testing-section.tsx | 2 +- 9 files changed, 12 insertions(+), 17 deletions(-) diff --git a/src/app/[locale]/settings/providers/_components/forms/provider-form/components/form-tab-nav.tsx b/src/app/[locale]/settings/providers/_components/forms/provider-form/components/form-tab-nav.tsx index 93471e0c1..fddd10deb 100644 --- a/src/app/[locale]/settings/providers/_components/forms/provider-form/components/form-tab-nav.tsx +++ b/src/app/[locale]/settings/providers/_components/forms/provider-form/components/form-tab-nav.tsx @@ -150,7 +150,7 @@ export function FormTabNav({ activeTab, onTabChange, disabled, tabStatus = {} }: {/* Mobile: Bottom Navigation */}