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

@ -91,7 +91,7 @@ function routeCurrent(route: ReturnType<typeof useRoute>): TuiPluginApi["route"]
name: "session",
params: {
sessionID: route.data.sessionID,
initialPrompt: route.data.initialPrompt,
prompt: route.data.prompt,
},
}
}