feat: Add Claude extended thinking (#254)

* feat: Add Claude extended thinking
* fix: Set 1.0 temperature for thinking mode
This commit is contained in:
Petr Mironychev
2025-11-12 18:33:15 +01:00
committed by GitHub
parent 89797639cf
commit 161d77ac04
23 changed files with 745 additions and 40 deletions

View File

@ -18,6 +18,7 @@ qt_add_qml_module(QodeAssistChatView
qml/parts/AttachedFilesPlace.qml
qml/parts/Toast.qml
qml/ToolStatusItem.qml
qml/ThinkingStatusItem.qml
qml/FileEditItem.qml
qml/parts/RulesViewer.qml
qml/parts/FileEditsActionBar.qml
@ -42,6 +43,8 @@ qt_add_qml_module(QodeAssistChatView
icons/apply-changes-button.svg
icons/undo-changes-button.svg
icons/reject-changes-button.svg
icons/thinking-icon-on.svg
icons/thinking-icon-off.svg
SOURCES
ChatWidget.hpp ChatWidget.cpp