feat(tui): add experimental next-prompt suggestion
Generate an ephemeral user-style next step suggestion after assistant responses and let users accept it with Right Arrow in the prompt. Keep suggestions out of message history and support NO_SUGGESTION refusal.
This commit is contained in:
parent
4712c18a58
commit
ba2e3c16b2
6 changed files with 127 additions and 1 deletions
|
|
@ -126,6 +126,7 @@ export type EventPermissionReplied = {
|
|||
export type SessionStatus =
|
||||
| {
|
||||
type: "idle"
|
||||
suggestion?: string
|
||||
}
|
||||
| {
|
||||
type: "retry"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue