Commit Graph

306 Commits

Author SHA1 Message Date
Petr Mironychev
46829720d8 Add StarCoder2 instruct support 2024-10-16 10:45:48 +02:00
Petr Mironychev
9158a3ac0d
Add Llama support to README.md 2024-10-14 21:52:36 +02:00
Petr Mironychev
d6e02d9d2a
Version 0.3.1
Improve chat text input
Add Llama chat support
Fix monospace font
2024-10-14 21:41:04 +02:00
Petr Mironychev
9c8cac4e3a Upgrade to version 0.3.1 2024-10-14 21:35:49 +02:00
Petr Mironychev
965af4a945 Add Llama chat support 2024-10-14 21:35:17 +02:00
Petr Mironychev
95f29fefc7 Fix monospace font 2024-10-14 21:25:18 +02:00
Petr Mironychev
1dd50b6c83 Replace textinput to textfield 2024-10-14 21:18:48 +02:00
Petr Mironychev
146e772514
Update README.md 2024-10-14 01:38:50 +02:00
Petr Mironychev
4b851f1662
Update README.md for 0.3.0 2024-10-14 01:36:48 +02:00
Petr Mironychev
6fea300825
Version 0.3.0
- new QML chat in outpane and in side panels
- qwen chat model template
- long long list of fixes
2024-10-14 00:27:43 +02:00
Petr Mironychev
14bf0e6c94 Upgrade plugin version to 0.3.0 2024-10-14 00:22:24 +02:00
Petr Mironychev
0c045e65df Upgrade to version 0.3.0
new QML Chat
Qwen chat model
2024-10-14 00:10:24 +02:00
Petr Mironychev
15138b4644
Update FUNDING.yml 2024-10-13 14:00:18 +02:00
Petr Mironychev
5c98de7440
Add components for chat 2024-10-07 00:53:35 +02:00
Petr Mironychev
b808d0ec10 Remove temporary code 2024-10-07 00:49:49 +02:00
Petr Mironychev
30fcd7e019 Add ChatRootView QML item 2024-10-06 18:47:10 +02:00
Petr Mironychev
7442256bab Add ChatModel 2024-10-06 18:19:12 +02:00
Petr Mironychev
8be279a5fd Add base qml chat view to navigation panel 2024-10-06 17:54:00 +02:00
Petr Mironychev
d77e13cddb Change to scope pointer 2024-10-06 16:03:50 +02:00
Petr Mironychev
162c068431 Upgrade version to 0.2.4 2024-10-05 20:50:15 +02:00
Petr Mironychev
4e8ff55355
Add QtCreator Version Compatibility to README 2024-10-03 17:36:45 +02:00
Petr Mironychev
8df21e96bd
Add QtCreator Version Compatibility to README 2024-10-03 17:28:58 +02:00
Petr Mironychev
57bec94ee4
Version 0.2.3, Update to QtCreator 14.0.2 2024-10-03 16:44:22 +02:00
Petr Mironychev
1760a2d5ff Upgrade QtCreator to 14.0.2
Add no print support

Test disabling qt6 print component

Clean unnecessary code

Add library
2024-10-03 15:30:16 +02:00
Petr Mironychev
1649a246e1
Version 0.2.2
- Improve chat history
- Fix system prompt
- Fix ollama model livetime
- Fix providers and prompt default value
2024-10-02 22:32:59 +02:00
Petr Mironychev
0ab4b51520 Upgrade plugin version 2024-10-02 22:28:52 +02:00
Petr Mironychev
d235d0fcdf Fix providers and prompt default value 2024-10-02 22:25:53 +02:00
Petr Mironychev
1cbde3d55b Fix ollama model livetime 2024-10-02 21:44:32 +02:00
Petr Mironychev
9903ac8f7b Fix system prompt for FIM 2024-10-02 21:44:15 +02:00
Petr Mironychev
fbe363689f Change message history 2024-10-01 00:26:28 +02:00
Petr Mironychev
d7f0cc92e6
Version 0.2.1
- Fix getting models list from providers
- Fix clearing message history in chat
- Remove unnecessary logs
2024-09-24 09:31:40 +02:00
Petr Mironychev
8311db5b08 Removed unessary logs 2024-09-24 09:28:53 +02:00
Petr Mironychev
cd6dd94cd2 Upgrade version to 0.2.1 2024-09-24 09:20:26 +02:00
Petr Mironychev
b559a17407 Fix getting models list 2024-09-24 08:59:26 +02:00
Petr Mironychev
9745997952 Fix clear message history 2024-09-23 23:54:36 +02:00
Petr Mironychev
aac58d6933
Version 0.2.0
- Separate handling messages from LSP and LLM providers
- Chat basic components and settings
- Templates for chat
2024-09-23 01:56:27 +02:00
Petr Mironychev
93c69df1b9 Fix typo 2024-09-23 00:19:38 +02:00
Petr Mironychev
4b0b589d0e Upgrade version 2024-09-23 00:12:25 +02:00
Petr Mironychev
04c44f5916 Add basic chat widgets and functionality 2024-09-23 00:10:23 +02:00
Petr Mironychev
6e56646b4c
Version 0.1.3
Remove unnecessary log
Improve settings
2024-09-15 01:33:48 +02:00
Petr Mironychev
c89fe1451b Improve settings accessibility 2024-09-15 01:20:26 +02:00
Petr Mironychev
938636ab48 Remove unnecessary log 2024-09-15 01:15:53 +02:00
Petr Mironychev
e3a2b5a64c
Version 0.1.2
- Added sending cache of latest changes to model
- Changed default value of suggestion trigger
2024-09-11 02:16:29 +02:00
Petr Mironychev
0ae12e0fc6 Update README 2024-09-11 02:01:00 +02:00
Petr Mironychev
793b855819 Change default value for start ai suggestion 2024-09-11 01:59:45 +02:00
Petr Mironychev
8e052ff45c Add settings for cache of changes 2024-09-11 01:59:25 +02:00
Petr Mironychev
2fb876ff00 Exclude current file cache from request 2024-09-11 01:37:57 +02:00
Petr Mironychev
cd1a9e16e0 Add basic cache manager 2024-09-11 01:25:00 +02:00
Petr Mironychev
f07610df5c Upgrade version to 0.1.2 2024-09-11 01:24:22 +02:00
Petr Mironychev
7cd35082b2 Add using custom template to README.md 2024-09-10 17:41:24 +02:00