• v1.7.9-hotfix 41f28a4993

    FTMahringer released this 2026-05-09 15:19:17 +02:00 | 217 commits to main since this release

    TypeScript HeadersInit Type Fix

    vue-tsc failed to compile dashboard during Docker build.

    Error:

    • authHeader()/authH()/auth() returned inferred type union: { Authorization: string } | {}
    • TypeScript could not assign this to HeadersInit parameter in fetch() calls
    • npm run build failed with TS2322 across ProvidersView, SettingsView, AgentsView, ConversationsView, PluginsView

    Fix:

    • Added explicit return type Record<string, string> to all 5 auth helper functions
    • TypeScript can now verify the union always satisfies HeadersInit

    Followup to v1.7.2-dev through v1.7.8-dev.

    Downloads