feat: add animation

This commit is contained in:
Petr Mironychev
2025-04-02 18:52:06 +02:00
parent 444b679ada
commit 77aca17dcc
6 changed files with 183 additions and 13 deletions

View File

@ -24,9 +24,9 @@
#pragma once
#include "CompletionProgressHandler.hpp"
#include "LLMClientInterface.hpp"
#include "LSPCompletion.hpp"
#include "widgets/CompletionProgressHandler.hpp"
#include <languageclient/client.h>
#include <llmcore/IPromptProvider.hpp>
#include <llmcore/IProviderRegistry.hpp>