Add cmd-k to delete current line
All checks were successful
Build / build (push) Successful in 2m31s

This commit is contained in:
Leon Mika 2026-03-14 21:52:13 +11:00
parent 3e8d101eec
commit d64779f660
10 changed files with 166 additions and 0 deletions

View file

@ -25,3 +25,11 @@ type SetStatusbarMessage struct {
type ProcessTextResponse struct {
Output []TextSpan `json:"output"`
}
type RequestTextProcess struct {
Action string `json:"action"`
}
type PromptRequest struct {
Label string `json:"label"`
}