Explorar el Código

tweak: cleanup cancelled markdown (#1222)

Aiden Cline hace 1 año
padre
commit
3d4c1425d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/tui/internal/components/chat/message.go

+ 1 - 1
packages/tui/internal/components/chat/message.go

@@ -401,7 +401,7 @@ func renderToolDetails(
 						body += fmt.Sprintf("- [x] %s\n", content)
 						body += fmt.Sprintf("- [x] %s\n", content)
 					case "cancelled":
 					case "cancelled":
 						// strike through cancelled todo
 						// strike through cancelled todo
-						body += fmt.Sprintf("- [~] ~~%s~~\n", content)
+						body += fmt.Sprintf("- [ ] ~~%s~~\n", content)
 					case "in_progress":
 					case "in_progress":
 						// highlight in progress todo
 						// highlight in progress todo
 						body += fmt.Sprintf("- [ ] `%s`\n", content)
 						body += fmt.Sprintf("- [ ] `%s`\n", content)