We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13def91 commit 7998c3bCopy full SHA for 7998c3b
1 file changed
packages/tui/internal/tui/tui.go
@@ -511,8 +511,7 @@ func (a Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
511
a.modal = helpDialog
512
case "/tui/append-prompt":
513
var body struct {
514
- Text string `json:"text"`
515
- Parts []opencode.Part `json:"parts"`
+ Text string `json:"text"`
516
}
517
json.Unmarshal((msg.Body), &body)
518
existing := a.editor.Value()
0 commit comments