feat: Add todo tool (#286)

This commit is contained in:
Petr Mironychev
2025-12-03 21:28:59 +01:00
committed by GitHub
parent fb941cea99
commit 498eb4d932
17 changed files with 563 additions and 13 deletions

View File

@ -446,7 +446,7 @@ ChatRootView {
}
function clearChat() {
root.chatModel.clear()
root.clearMessages()
root.clearAttachmentFiles()
root.updateInputTokensCount()
}