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 642e43df1a
commit e3b9d1ca6a
8 changed files with 98 additions and 64 deletions
+2
View File
@@ -267,6 +267,8 @@ export type SessionStatus =
attempt: number
message: string
action?: {
reason: string
provider: string
title: string
message: string
label: string