feat(tui): /editor - change the auto-send behavior to put content in input box instead (#827)

This commit is contained in:
Adi Yeroslav
2025-07-10 13:57:52 +03:00
committed by GitHub
parent 23956f4671
commit d405f87b9d
3 changed files with 15 additions and 1 deletions
+3
View File
@@ -50,6 +50,9 @@ type SendMsg struct {
Text string
Attachments []opencode.FilePartParam
}
type SetEditorContentMsg struct {
Text string
}
type OptimisticMessageAddedMsg struct {
Message opencode.MessageUnion
}