fix: preserve prompt input across unmount/remount cycles (#22508)

This commit is contained in:
Dax 2026-04-17 00:23:30 -04:00 committed by GitHub
commit 4bd5a158a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 45 additions and 36 deletions

View file

@ -29,7 +29,7 @@ export type TuiRouteCurrent =
name: "session"
params: {
sessionID: string
initialPrompt?: unknown
prompt?: unknown
}
}
| {