File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 11package msgfmt
22
33import (
4+ "fmt"
45 "strings"
56)
67
@@ -255,7 +256,14 @@ func formatCodexMessage(message string, userInput string) string {
255256}
256257
257258func formatOpencodeMessage (message string , userInput string ) string {
258- message = RemoveUserInput (message , userInput , AgentTypeOpencode )
259+ fmt .Println ("\n \n \n \n \n " )
260+ fmt .Println ("===================================" )
261+ if len (message ) > 10 {
262+ fmt .Println (message [len (message )- 7 :])
263+ }
264+ fmt .Println ("===================================" )
265+ fmt .Println ("\n \n \n \n \n " )
266+ //message = RemoveUserInput(message, userInput, AgentTypeOpencode)
259267 //message = removeOpencodeMessageBox(message)
260268 //message = trimEmptyLines(message)
261269 return message
You can’t perform that action at this time.
0 commit comments