5cde6ffac7
feat: Add tool interface and factory
2025-09-17 22:24:31 +02:00
8c6f1e514b
fix: Fully qualified for Provider signals and slots
2025-09-17 20:29:53 +02:00
99cd79aac8
refactor: Add request id as type
2025-09-17 20:27:49 +02:00
d2b6c11569
fix: Reset for char renderer
2025-09-17 19:43:20 +02:00
ec1b5bdf5f
refactor: Remove non-streaming support ( #229 )
2025-09-17 19:38:27 +02:00
561661b476
fix: Compatibility problem with nvenc on windows
...
* change default chat render to software on windows
2025-09-17 10:20:19 +02:00
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
5969d530bd
chore: Upgrade plugin to 0.6.2
v0.6.2
2025-09-01 00:51:03 +02:00
809f1c6614
feat: Add support QtCreator 17.0.1 ( #225 )
...
Add support 17.0.1 instead 17.0.0
2025-09-01 00:49:52 +02:00
851e681cf5
feat: Add new http client
2025-08-30 18:34:10 +02:00
f2f3b7cce0
doc: Add hotkey to close chat view
2025-08-20 09:31:27 +02:00
5b7a9b681c
doc: Update chat description in README.md
2025-08-19 11:41:20 +02:00
29af277139
doc: Added chat and hotkeys description
2025-08-18 12:29:03 +02:00
a45786bd00
chore: Upgrade plugin to 0.6.1
v0.6.1
2025-08-18 12:07:27 +02:00
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
5a23ab9c5a
fix: Add compatible version in json info
2025-08-18 10:12:57 +02:00
c36dffea93
refactor: Add model output settings instead smartprocessing setting ( #220 )
2025-08-17 22:01:26 +02:00
4b7eed2779
fix: Change icon for close chat
2025-08-16 23:36:23 +02:00
88c11c4702
fix: Change status bar icon for show chat
2025-08-16 23:21:29 +02:00
543c79161d
fix: Clean connection for workaround http2 windows problem ( #219 )
2025-08-15 10:17:40 +02:00
aa2edf5954
feature: Add popup window for chat
...
* feature: Add chat view via QQuickView
* feature: Update chat UI
* fix: Disable chat in navigation panel and bottom bar by default
2025-08-15 09:35:34 +02:00
894fec860a
fix: Change LMStudio completion endpoint
2025-08-08 16:38:02 +02:00
e4324f8e80
refactor: Remove checking format on CI
2025-08-08 15:23:38 +02:00
6a0198ae9b
refactor: Moved execute function to protected
2025-07-20 12:52:02 +02:00
e136d6056a
feat: Add basic task flow run and edit ( #212 )
2025-07-12 23:44:34 +02:00
ff027b12af
fix: Using Qt linguist tool in CI ( #210 )
...
* fix: Path to qt tools
* fix: Change TS dir variable for compatibility with Qt6.8
2025-07-04 01:11:51 +02:00
0bdf77f38d
feat: Add possibility for translation
2025-07-04 00:40:05 +02:00
21814e8809
fix: Change qtc version typo in README.md
2025-06-24 14:22:30 +02:00
d732e2f9aa
chore: Upgrade plugin version to 0.6.0
v0.6.0
2025-06-18 20:04:36 +02:00
bf6d09a068
fix: Apply part of code suggestion ( #203 )
2025-06-18 20:00:18 +02:00
c3f2011c29
Add support QtCreator 17.0.0 ( #202 )
...
- removed support QtCreator 16.0.1, 16.0.2 instead
2025-06-18 19:51:51 +02:00
af3fdb58ff
fix: Add custom endpoint to reset function
2025-05-18 20:06:46 +02:00
637a4d9d4c
feat: Add custom providers endpoint ( #188 )
2025-05-17 09:21:06 +02:00
7e2345773f
doc: Add support QtC 16.0.2 to README.md
2025-05-14 19:20:35 +02:00
14a5ddbdd8
chore: Upgrade plugin to 0.5.13
v0.5.13
2025-05-14 19:09:16 +02:00
e178b7daa7
feat: Add multi QtCreator versions
...
* feat: Add multi qtc version
* feat Upgrade plugin to QtC 16.0.2
2025-05-14 16:06:15 +02:00
4b353d5091
doc: Update targets in README.md
2025-05-10 15:09:35 +02:00
f7ba7b95be
doc: Fix ignore files api in README.md
2025-05-02 08:58:31 +02:00
6ae95fec45
doc: Added quick refactoring feature description to README.md
2025-05-02 08:31:34 +02:00
dad8ab2bf3
chore: Update plugin to 0.5.12
v0.5.12
2025-05-01 15:38:05 +02:00
25a6983de0
refactor: Make connection more async ( #182 )
2025-05-01 15:35:33 +02:00
4e05abc7d2
feat: Add settings for text format
2025-05-01 00:01:44 +02:00
784529e344
feat: Add chat font settings ( #180 )
2025-04-30 22:44:59 +02:00
155153a763
fix: Optimize searching unreadable symbols for markdown
2025-04-30 21:23:43 +02:00
9225c0c1a9
fix: Check readable symbols for markdown
2025-04-29 21:55:44 +02:00
43adc95857
feat: Add a floating "copy" button
2025-04-28 09:25:39 +02:00
ee672f2cda
refactor: Remove Chat preview scrollbar
2025-04-26 17:29:06 +02:00
a3edb8a577
chore: Upgrade plugin to 0.5.11
v0.5.11
2025-04-24 21:46:32 +02:00
407d3b11c0
fix: Change maximum limit of chat tokens
2025-04-24 21:44:49 +02:00
285e739074
refactor: Change base text style render to markdown
2025-04-24 21:38:54 +02:00