Kimi K2.6 is the first open source model that doesn't get raped by my esolang tests, In fact It's the first one that actually produces a 'usable' 'text editor'.
#(ds,START,
#(ps,TRAC Editor)
#(ds,BUF,)
#(cl,MAIN))
#(ds,MAIN,
#(ps,#(tc,10)Cmd: )
#(ds,CMD,#(rs))
#(cl,CHECK_A))
#(ds,CHECK_A,
#(eq,#(ss,CMD),A
,#(cl,ADD),#(cl,CHECK_P)))
#(ds,CHECK_P,
#(eq,#(ss,CMD),P
,#(cl,PRINT),#(cl,CHECK_E)))
#(ds,CHECK_E,
#(eq,#(ss,CMD),E
,#(cl,CLEAR),#(cl,CHECK_Q)))
#(ds,CHECK_Q,
#(eq,#(ss,CMD),Q
,#(cl,QUIT),#(cl,MAIN)))
#(ds,ADD,
#(ps,Line: )
#(ds,LINE,#(rs))
#(ds,BUF,#(ss,BUF)#(ss,LINE))
#(cl,MAIN))
#(ds,PRINT,
#(ps,Text:#(tc,10))
#(ps,#(ss,BUF))
#(tc,10)
#(cl,MAIN))
#(ds,CLEAR,
#(ds,BUF,)
#(cl,MAIN))
#(ds,QUIT,
#(ps,Bye)#(tc,10))
#(cl,START)
Interestingly unlike other models it actually adopted the coding style of Mooers himself