tui: go plan payg msg (#26248)

This commit is contained in:
Aiden Cline 2026-05-07 16:53:24 -05:00 committed by GitHub
commit f5d0371efe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 285 additions and 83 deletions

View file

@ -266,6 +266,12 @@ export type SessionStatus =
type: "retry"
attempt: number
message: string
action?: {
title: string
message: string
label: string
link?: string
}
next: number
}
| {