Petr Mironychev
fad2453dbe
fix: Remove using tools from QuickRefactoring feature
2025-10-23 16:16:47 +02:00
Petr Mironychev
ff0f994ec6
feat: Add project-specific rules support
2025-10-14 01:53:44 +02:00
Petr Mironychev
ce66c8e4f7
feat: Add tools permissions ( #238 )
2025-10-12 03:56:05 +02:00
Petr Mironychev
69d9af1a97
feat: Add tooling support to google provider ( #237 )
2025-10-11 19:46:27 +02:00
Petr Mironychev
ebd71daf3d
fix: Cleanup accumulated text in one request
2025-10-10 16:45:23 +02:00
Petr Mironychev
d2b28093a6
feat: Improve showing tools in chat ( #235 )
2025-10-10 10:03:22 +02:00
Petr Mironychev
cd08b5d919
feat: Add OpenAI compatible providers tooling support ( #234 )
...
* remove old providers message handler
2025-10-01 17:23:05 +02:00
Petr Mironychev
10b924d78a
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
2025-09-30 23:19:46 +02:00
Petr Mironychev
ac53296e85
fix: Change behavior of cancel request
...
*now cancel request cancel all requests
2025-09-28 15:28:01 +02:00
Petr Mironychev
ff750c271a
feat: Add list project files tool
2025-09-23 00:09:56 +02:00
Petr Mironychev
d0f8c1098f
feat: Add tools, fabric and executable handler ( #230 )
2025-09-22 12:36:13 +02:00
Petr Mironychev
5cde6ffac7
feat: Add tool interface and factory
2025-09-17 22:24:31 +02:00
Petr Mironychev
8c6f1e514b
fix: Fully qualified for Provider signals and slots
2025-09-17 20:29:53 +02:00
Petr Mironychev
99cd79aac8
refactor: Add request id as type
2025-09-17 20:27:49 +02:00
Petr Mironychev
ec1b5bdf5f
refactor: Remove non-streaming support ( #229 )
2025-09-17 19:38:27 +02:00
Petr Mironychev
76309be0a6
Refactor llm providers to use internal http client ( #227 )
...
* refactor: Move http client into provider
* refactor: Rework ollama provider for work with internal http client
* refactor: Rework LM Studio provider to work with internal http client
* refactor: Rework Mistral AI to work with internal http client
* fix: Replace url and header to QNetworkRequest
* refactor: Rework Google provider to use internal http client
* refactor: OpenAI compatible providers switch to use internal http client
* fix: Remove m_requestHandler from tests
* refactor: Remove old handleData method
* fix: Remove LLMClientInterfaceTest
2025-09-03 10:56:05 +02:00
Petr Mironychev
851e681cf5
feat: Add new http client
2025-08-30 18:34:10 +02:00
Petr Mironychev
695b35b510
feature: Add support Qwen3-coder model ( #221 )
...
Add support Qwen3-coder model
Rename template for old
2025-08-18 12:01:34 +02:00
Petr Mironychev
543c79161d
fix: Clean connection for workaround http2 windows problem ( #219 )
2025-08-15 10:17:40 +02:00
Petr Mironychev
25a6983de0
refactor: Make connection more async ( #182 )
2025-05-01 15:35:33 +02:00
Petr Mironychev
62de53c306
chore: Update copyrights
2025-04-04 18:01:02 +02:00
Petr Mironychev
9d2d70fc63
feat: Add sharing opened files with code completion requests ( #156 )
2025-04-04 10:38:06 +02:00
Petr Mironychev
1ca1ffc629
fix: Remove reading from replay leading to crash ( #142 )
2025-03-17 01:22:27 +01:00
Petr Mironychev
8419577ae5
fix: Resolve thread-related QNetworkAccessManager issue ( #140 )
...
Fixes "QObject: Cannot create children for a parent that is in a different thread" error by creating QNetworkAccessManager in the same thread where it's used, ensuring proper thread affinity for network operations.
2025-03-16 09:47:04 +01:00
Povilas Kanapickas
a218064a4f
refactor: Introduce base class for RequestHandler ( #125 )
...
This will make it possible to write a mock implementation.
2025-03-10 17:29:45 +01:00
Povilas Kanapickas
58c3e26e7f
refactor: Decouple LLMClientInterface from ProvidersManager ( #120 )
...
This will be needed for tests.
2025-03-10 10:40:51 +01:00
Povilas Kanapickas
98e1047bf1
refactor: Decouple prompt template manager from their users ( #115 )
...
This makes it possible to test the user classes
2025-03-10 02:13:10 +01:00
Petr Mironychev
e66f467214
feat: Add llama.cpp provider and fim template ( #118 )
2025-03-09 22:57:33 +01:00
Povilas Kanapickas
5536de146c
chore: Remove dead code in RequestHandler ( #106 )
2025-03-06 14:19:01 +01:00
Povilas Kanapickas
69a8aa80d9
refactor: Make DocumentContextReader::prepareContext() testable ( #96 )
2025-03-05 20:18:59 +01:00
Povilas Kanapickas
61196cae90
chore: Run clang-format over the codebase ( #82 )
...
This commit is a result of the following commands:
clang-format-19 --style=file -i $(git ls-files | fgrep .cpp)
clang-format-19 --style=file -i $(git ls-files | fgrep .hpp)
2025-03-02 22:44:20 +01:00
Petr Mironychev
7ba615a72d
feat: Add Google AI provider and template
2025-02-25 14:26:56 +01:00
Petr Mironychev
e924029ec2
feat: Add filter templates for each provider
2025-02-23 01:41:47 +01:00
Petr Mironychev
d96f44d42c
refactor: Rework providers and templates logic
2025-02-22 19:39:28 +01:00
Petr Mironychev
511f5b36eb
Upgrade to version 0.4.4
...
* feat: Add attachments for message
* feat: Support QtC color palette for chat view
* feat: Improve code completion from non-FIM models
* refactor: Removed trimming messages
* chore: Bump version to 0.4.4
2025-01-08 02:05:25 +01:00
Petr Mironychev
d04e5bc967
Add Claude provider and templates for chat and code ( #55 )
...
* feat: Add provider settings
* feat: Add Claude provider
* feat: Add Claude templates
* refactor: Setting input sensitivity
* fix: Back text after read code block
* fix: Add missing system message for ollama fim
2024-12-23 22:22:01 +01:00
Petr Mironychev
fc5e1adc0d
🐛 fix: Fix context for MessageBuilder
2024-12-17 10:32:32 +01:00
Petr Mironychev
ac8080542d
✨ feat: Add using instruct model in code completion
...
* ✨ feat: Add MessageBuilder for code completion
* ✨ feat: Add move text from request to comments
* ✨ feat: Add settings for process text of instruct model
* 🐛 fix: Add stop to ollama request validator
* 🐛 fix: Template double delete
2024-12-17 00:35:17 +01:00
Petr Mironychev
7376a11a05
✨ feat: Add request validator
2024-12-15 02:08:35 +01:00
Petr Mironychev
10e8b16caf
🐛 fix: Content description in network request
2024-12-12 21:02:23 +01:00
Petr Mironychev
c070fd5cfd
✨ feat: Add OpenRouter provider
2024-12-10 21:28:15 +01:00
Petr Mironychev
882047d7b2
♻️ refactor: Improve response handler for LMStudio
2024-12-10 17:13:56 +01:00
Petr Mironychev
31f4516e7b
✨ feat: Add removing codeblock wrappers from code completion
2024-11-26 11:26:50 +01:00
Petr Mironychev
bfdbc755e3
🐛 fix: Move api key from request json to config
2024-11-26 10:52:47 +01:00
Petr Mironychev
1261f913bb
♻️ refactor: Rework currents and add new templates
...
Add Alpaca, Llama3, LLama2, ChatML templates
2024-11-26 00:28:27 +01:00
Petr Mironychev
f209cb75a2
Impove UX general setting by added helpers dialogs for user ( #42 )
...
- Added dialogs for selecting url, model and custom model when provider doesn't provide model list or setup of qode assist is not finishing
2024-11-16 15:25:28 +01:00
Petr Mironychev
5e813ba402
Fix systemPrompt and context working
2024-11-16 10:20:57 +01:00
Petr Mironychev
bc93bce03b
Adapt new settings
2024-11-11 00:03:38 +01:00
Petr Mironychev
b141e54e3e
Rework General Settings
2024-11-10 20:42:10 +01:00
Petr Mironychev
2257e6e45f
Fix unbehavior settings of provider and template
2024-10-17 00:02:14 +02:00