feat: Add file list for ignoring in request for llm (#163)

This commit is contained in:
Petr Mironychev
2025-04-17 09:12:47 +02:00
committed by GitHub
parent 7515599acb
commit 615175bea8
9 changed files with 277 additions and 0 deletions

View File

@ -69,6 +69,7 @@ private:
CompletionProgressHandler m_progressHandler;
EditorChatButtonHandler m_chatButtonHandler;
QuickRefactorHandler *m_refactorHandler{nullptr};
LLMClientInterface *m_llmClient;
};
} // namespace QodeAssist