QodeAssist/context
Povilas Kanapickas 44b3b0cc0c
refactor: Don't use global state in ContextManager::isSpecifyCompletion (#112)
Using global state makes testing things way harder.
2025-03-08 10:38:52 +01:00
..
ChangesManager.cpp chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00
ChangesManager.h chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00
CMakeLists.txt feat: Add language-specific LLM preset configuration 2025-02-02 22:57:18 +01:00
ContentFile.hpp Upgrade to version 0.4.4 2025-01-08 02:05:25 +01:00
ContextManager.cpp refactor: Don't use global state in ContextManager::isSpecifyCompletion (#112) 2025-03-08 10:38:52 +01:00
ContextManager.hpp refactor: Don't use global state in ContextManager::isSpecifyCompletion (#112) 2025-03-08 10:38:52 +01:00
DocumentContextReader.cpp feat: Improve describe recent changes in system prompt (#113) 2025-03-08 08:58:28 +01:00
DocumentContextReader.hpp fix: Properly omit copyright information (#103) 2025-03-06 13:00:15 +01:00
ProgrammingLanguage.cpp feat: Add language-specific LLM preset configuration 2025-02-02 22:57:18 +01:00
ProgrammingLanguage.hpp feat: Add language-specific LLM preset configuration 2025-02-02 22:57:18 +01:00
TokenUtils.cpp chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00
TokenUtils.hpp chore: Run clang-format over the codebase (#82) 2025-03-02 22:44:20 +01:00