Commit Graph

384 Commits

Author SHA1 Message Date
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
Petr Mironychev
c1dd59e65c
Add gifs to README.md 2024-09-08 15:34:20 +02:00
Petr Mironychev
faaf59f163
Version 0.1.1
Fixed settings layouts
2024-09-08 14:39:08 +02:00
Petr Mironychev
539a220771 Fix settings layouts 2024-09-08 14:31:52 +02:00
Petr Mironychev
397dd33a96
Version 0.1.0
## What's New
- Reworked plugin settings to multipage settings
- Added creating, saving and loading custom templates in json format
- Added smart trigger for call suggestion after input by default 2 characters
2024-09-08 03:03:07 +02:00
Petr Mironychev
9361c27d6e Add smart trigger for call suggestion 2024-09-08 02:51:56 +02:00
Petr Mironychev
15af137728 Add examples of customs request 2024-09-08 02:25:21 +02:00
Petr Mironychev
24ad5fd015 Fix saving template after closing qtc 2024-09-08 01:47:17 +02:00
Petr Mironychev
216c28aa5e Fix names, icon and tips 2024-09-08 01:42:23 +02:00
Petr Mironychev
f64ea42071 Remove origin qodesettings 2024-09-08 01:07:39 +02:00
Petr Mironychev
314ba06db1 Move custom promt to settings page 2024-09-08 00:59:44 +02:00
Petr Mironychev
384e07ba62 Move suggestionTimer to general settings 2024-09-08 00:18:23 +02:00
Petr Mironychev
4d06541a36 Move preset params to separate settings page 2024-09-08 00:13:48 +02:00
Petr Mironychev
356f28a97b Move context settings to page 2024-09-07 23:51:23 +02:00
Petr Mironychev
b5ca11ed38 Move settings to General Page 2024-09-07 23:10:11 +02:00
Petr Mironychev
d49cd07dd0 Add empty pages for future settings 2024-09-07 20:11:54 +02:00
Petr Mironychev
8e61651bae Add button for save and load Custom Template 2024-09-06 09:27:10 +02:00
Petr Mironychev
1e0063a7bb Add custom template prompt 2024-09-06 01:07:28 +02:00
Petr Mironychev
44add994b9 Optimize string 2024-09-05 22:18:57 +02:00
Petr Mironychev
99136d7b76
Add supports way to README.md 2024-09-04 13:38:37 +02:00
Petr Mironychev
da7abbd9be
Create FUNDING.yml
Add ko-fi button
2024-09-04 13:29:18 +02:00
Petr Mironychev
16035d6de6
Merge pull request #7 from Palm1r/version-0.0.9
Version 0.0.9
- Fix default settings
2024-09-03 10:41:56 +02:00
Petr Mironychev
4891cc4b1e Additional info for troubleshooting 2024-09-03 10:37:34 +02:00