Skip to content

fix(desktop): honor minimizeOnLaunch on auto-start (#115) #28

fix(desktop): honor minimizeOnLaunch on auto-start (#115)

fix(desktop): honor minimizeOnLaunch on auto-start (#115) #28

Triggered via pull request May 10, 2026 07:15
Status Failure
Total duration 42s
Artifacts

quality.yml

on: pull_request
desktop-verify
40s
desktop-verify
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
desktop-verify
Argument of type '{ provider: string; apiKey: string; apiUrl: string; model: string; }' is not assignable to parameter of type 'AIConfig'.
desktop-verify
Argument of type '{ name: string; provider: string; apiKey: string; apiUrl: string; model: string; type: "image"; }' is not assignable to parameter of type 'Omit<AIModelConfig, "id">'.
desktop-verify
Argument of type '{ name: string; provider: string; apiKey: string; apiUrl: string; model: string; type: "chat"; }' is not assignable to parameter of type 'Omit<AIModelConfig, "id">'.
desktop-verify
Argument of type '{ provider: string; apiKey: string; apiUrl: string; model: string; }' is not assignable to parameter of type 'AIConfig'.
desktop-verify
Argument of type '{ provider: string; apiKey: string; apiUrl: string; model: string; chatParams: ChatModelParams; }' is not assignable to parameter of type 'AIConfig'.
desktop-verify
Argument of type '{ aiModels: AIModelConfig[]; scenarioModelDefaults: Partial<Record<AIUsageScenario, string>>; aiProvider: string; aiApiKey: string; aiApiUrl: string; aiModel: string; }' is not assignable to parameter of type 'ResolveQuickAddAnalysisConfigOptions'.
desktop-verify
Argument of type 'RuleFileId' is not assignable to parameter of type '`project:${string}`'.
desktop-verify
Argument of type 'RuleFileId' is not assignable to parameter of type '`project:${string}`'.
desktop-verify
Argument of type 'RuleFileId' is not assignable to parameter of type '"claude-global" | "codex-global" | "gemini-global" | "opencode-global" | "windsurf-global"'.
desktop-verify
Argument of type 'RuleFileId' is not assignable to parameter of type '`project:${string}`'.
desktop-verify
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/