fix(desktop): surface provider onboarding from session warnings
Propagate credential warnings through session runtime info and open desktop onboarding whenever a session reports no usable provider, so unconfigured installs cannot fall through to prompt errors.
This commit is contained in:
@@ -39,6 +39,7 @@ export type GatewayEventPayload = {
|
||||
running?: boolean
|
||||
cwd?: string
|
||||
branch?: string
|
||||
credential_warning?: string
|
||||
personality?: string
|
||||
usage?: Partial<UsageStats>
|
||||
// clarify.request
|
||||
|
||||
Reference in New Issue
Block a user