feat: Add OpenAI tooling support (#232)

This commit is contained in:
Petr Mironychev
2025-10-01 00:58:54 +02:00
committed by GitHub
parent 10b924d78a
commit bed42f9098
5 changed files with 465 additions and 52 deletions

View File

@ -119,6 +119,7 @@ add_qtc_plugin(QodeAssist
tools/ListProjectFilesTool.hpp tools/ListProjectFilesTool.cpp
tools/ToolsManager.hpp tools/ToolsManager.cpp
providers/ClaudeMessage.hpp providers/ClaudeMessage.cpp
providers/OpenAIMessage.hpp providers/OpenAIMessage.cpp
)
get_target_property(QtCreatorCorePath QtCreator::Core LOCATION)