mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-04 03:59:13 -04:00
feat: Add possibility to overwrite agent config tools enabling
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
#include <AgentConfig.hpp>
|
||||
|
||||
class QCheckBox;
|
||||
class QComboBox;
|
||||
class QLabel;
|
||||
class QLineEdit;
|
||||
@@ -56,6 +57,8 @@ private:
|
||||
void onResetModel();
|
||||
void onChangeProvider(int index);
|
||||
void onResetProvider();
|
||||
void onToggleTools(bool enabled);
|
||||
void onResetTools();
|
||||
|
||||
bool m_inApplyPalette = false;
|
||||
bool m_providerComboPopulated = false;
|
||||
@@ -88,6 +91,10 @@ private:
|
||||
QPushButton *m_modelResetBtn = nullptr;
|
||||
QLabel *m_effectiveUrl = nullptr;
|
||||
|
||||
QLabel *m_thinkingValue = nullptr;
|
||||
QCheckBox *m_toolsCheck = nullptr;
|
||||
QPushButton *m_toolsResetBtn = nullptr;
|
||||
|
||||
QLineEdit *m_filePatternsValue = nullptr;
|
||||
|
||||
QToolButton *m_rawToggle = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user