feat(tui): /editor - change the auto-send behavior to put content in input box instead (#827)
This commit is contained in:
@@ -50,6 +50,9 @@ type SendMsg struct {
|
||||
Text string
|
||||
Attachments []opencode.FilePartParam
|
||||
}
|
||||
type SetEditorContentMsg struct {
|
||||
Text string
|
||||
}
|
||||
type OptimisticMessageAddedMsg struct {
|
||||
Message opencode.MessageUnion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user