feat: Add build tool

This commit is contained in:
Petr Mironychev
2025-10-28 23:50:44 +01:00
parent d483ca372d
commit 3b56c1f07a
5 changed files with 173 additions and 10 deletions

View File

@ -164,16 +164,6 @@ ChatRootView {
toolContent: model.content
}
}
Component {
id: fileEditSuggestionComponent
FileEditChangesItem {
id: fileEditItem
width: chatListView.width - 10
}
}
}
ScrollView {