Add cmd-k to delete current line
All checks were successful
Build / build (push) Successful in 2m31s
All checks were successful
Build / build (push) Successful in 2m31s
This commit is contained in:
parent
3e8d101eec
commit
d64779f660
10 changed files with 166 additions and 0 deletions
|
|
@ -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"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue