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 c411a26d6f
commit a1701678cd
3 changed files with 15 additions and 1 deletions

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
}