mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-10-07 04:27:16 -04:00
Feat: Add Claude tools support to plugin (#231)
* feat: Add settings for handle using tools in chat * feat: Add Claude tools support * fix: Add ai ignore to read project files list tool * fix: Add ai ignore to read project file by name tool * fix: Add ai ignore to read current opened files tool
This commit is contained in:
@ -19,7 +19,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "llmcore/BaseTool.hpp"
|
||||
#include <llmcore/BaseTool.hpp>
|
||||
|
||||
#include <context/IgnoreManager.hpp>
|
||||
|
||||
namespace QodeAssist::Tools {
|
||||
|
||||
@ -36,6 +38,7 @@ public:
|
||||
|
||||
private:
|
||||
QString formatFileList(const QStringList &files) const;
|
||||
Context::IgnoreManager *m_ignoreManager;
|
||||
};
|
||||
|
||||
} // namespace QodeAssist::Tools
|
||||
|
Reference in New Issue
Block a user