fix: adjust tui retry dialog logic to be more provider specific and error case specific (#26366)

This commit is contained in:
Aiden Cline
2026-05-08 10:48:19 -05:00
committed by GitHub
parent df75bfe07c
commit 799996db76
8 changed files with 98 additions and 64 deletions

View File

@@ -267,6 +267,8 @@ export type SessionStatus =
attempt: number
message: string
action?: {
reason: string
provider: string
title: string
message: string
label: string