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
commit 799996db76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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