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
35012865c7
refactor: Claude user message and code completion system prompt
2024-12-25 17:50:47 +01:00
Petr Mironychev
113d5adcf4
fix: Add description for deprecated settings
2024-12-24 22:00:53 +01:00
Petr Mironychev
ee2c3950e8
fix: path to chat file without project
2024-12-23 23:17:43 +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
e544e46d76
feat: Add saving and loading chat history
...
* feat: Add chat history path
* feat: Add save and load chat
* fix: Change badge width calculation
* refactor: Move chat action to top
* feat: Add autosave of messageReceived
* feat: Add settings for autosave
2024-12-23 18:34:01 +01:00
Petr Mironychev
7dee6f62c0
feat: Add project settings panel
2024-12-21 14:11:45 +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
a38debb140
🐛 fix: Remove test buttons
2024-12-12 15:25:31 +01:00
Petr Mironychev
16b77a5722
✨ feat: Add stream option to settings
2024-12-10 21:46:39 +01:00
Petr Mironychev
55e2b24b8d
Upgrade plugin to Qt Creator 15
...
* 🐛 fix: Change plugin configs
* 🐛 fix: Update Button aspect api
* 🐛 fix: Temproary fix for LLMSuggestions
* 🐛 fix: Update github actions
* 🔖 chore: Upgrade version in README
2024-12-03 11:15:35 +01:00
Petr Mironychev
b475f15e3d
✨ feat: Improve system prompt for code completion
2024-11-26 11:29:20 +01:00
Petr Mironychev
50087aa744
Change configure part in description
...
- Replace codellama to qwen models
- Add prefer auto template for ollama provider
2024-11-23 21:55:57 +01:00
Petr Mironychev
4f2dc0c450
feat: Add Ollama auto template for chat
2024-11-23 21:15:34 +01:00
Petr Mironychev
80fe388bdd
feat: Add automatic template handling for Ollama models ( #43 )
...
* feat: Add automatic template handling for Ollama models
- Add OllamaAutoFim
- Use native Ollama API format when possible
- Remove need for manual template selection for most Ollama models
- Default to model-specific format from Ollama modelfile
- Fallback to manual template selection if needed
This change simplifies configuration by automatically using
the correct template format for each Ollama model.
2024-11-23 19:37:55 +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
251a9bae03
Fix settings category icon and name
2024-11-11 11:26:11 +01:00
Petr Mironychev
61f1f0ae4f
Add sharing current file with model
2024-11-11 00:52:49 +01:00
Petr Mironychev
bc93bce03b
Adapt new settings
2024-11-11 00:03:38 +01:00
Petr Mironychev
85d039cbd5
Rework Chat Assistant Settings
2024-11-10 22:50:47 +01:00
Petr Mironychev
2acaef553d
Rework Code Completion Settings
2024-11-10 21:21:37 +01:00
Petr Mironychev
b141e54e3e
Rework General Settings
2024-11-10 20:42:10 +01:00
Petr Mironychev
1ec6098210
Move ButtonAspect
2024-11-10 18:56:57 +01:00
Petr Mironychev
5b43eb4fd2
Increase default max tokens for chat before deleting first messages
2024-10-17 00:05:31 +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
d235d0fcdf
Fix providers and prompt default value
2024-10-02 22:25:53 +02:00
Petr Mironychev
9903ac8f7b
Fix system prompt for FIM
2024-10-02 21:44:15 +02:00
Petr Mironychev
b559a17407
Fix getting models list
2024-09-24 08:59:26 +02:00
Petr Mironychev
93c69df1b9
Fix typo
2024-09-23 00:19:38 +02:00
Petr Mironychev
04c44f5916
Add basic chat widgets and functionality
2024-09-23 00:10:23 +02:00
Petr Mironychev
c89fe1451b
Improve settings accessibility
2024-09-15 01:20:26 +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
539a220771
Fix settings layouts
2024-09-08 14:31:52 +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
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