9b90aaa06e
feat: Add edit file tool ( #249 )
...
* feat: Add edit file tool
* feat: Add icons for action buttons
2025-11-03 08:56:52 +01:00
5a49a2e7eb
refactor: Optimize searching tools
...
refactor: Merge read and find tool
2025-10-29 00:56:53 +01:00
3b56c1f07a
feat: Add build tool
2025-10-28 23:50:44 +01:00
d483ca372d
revert: Remove edit file tool ( #245 )
2025-10-28 16:39:49 +01:00
43b64b9166
refactor: Simplified edit tool ( #242 )
...
refactor: Re-work edit file tool
2025-10-26 11:47:16 +01:00
e1025df21e
feat: Add tool for creating file
2025-10-23 16:32:40 +02:00
dfac209c23
feat: Add multiply reading to read files tool
2025-10-23 15:47:10 +02:00
56354e8d87
feat: Add find file tool
2025-10-20 18:38:12 +02:00
fe82b48bef
feat: Add find symbol tool
...
* improve other tools for reading context
2025-10-20 12:32:03 +02:00
8a338ecb69
feat: Add file suggestion edit tool and chat UI ( #240 )
...
* feat: Add settings for write to system tool access
2025-10-20 11:48:18 +02:00
45df27e749
feat: Add tool for reading issues tab
2025-10-13 18:33:17 +02:00
5ae6f9e3bf
feat: Add searching tool
2025-10-12 04:25:56 +02:00
69d9af1a97
feat: Add tooling support to google provider ( #237 )
2025-10-11 19:46:27 +02:00
906c161729
feat: Add ollama support tooling ( #236 )
2025-10-11 10:42:31 +02:00
bed42f9098
feat: Add OpenAI tooling support ( #232 )
2025-10-01 00:58:54 +02:00
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
7663bd34af
refactor: Move UI controls to own lib
2025-09-29 18:55:51 +02:00
a52c86c6f0
fix: remove Cmake dev variable
2025-09-29 17:54:35 +02:00
c688cba3dd
fix: Change handling shortcuts for handling copy-paste
2025-09-28 15:12:55 +02:00
ff750c271a
feat: Add list project files tool
2025-09-23 00:09:56 +02:00
d0f8c1098f
feat: Add tools, fabric and executable handler ( #230 )
2025-09-22 12:36:13 +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
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
9a54f04a0d
feat: Add Codestral as separate ai provider ( #171 )
2025-04-20 09:48:36 +02:00
b36d01d2c7
feat: Improve quick refactor dialog ( #165 )
2025-04-17 10:34:31 +02:00
bacde51d71
feat: Add quick refactor command via context menu ( #161 )
...
* feat: Add quick refactor command via context menu
* feat: Add settings for Quick Refactor
2025-04-14 01:01:44 +02:00
418578743a
feat: Prepare widget for chat
2025-04-09 18:27:25 +02:00
ffaf6bd61b
feat: Add code completion request progress animation ( #153 )
2025-04-02 21:00:45 +02:00
7d06ab04dc
feat: Add RunQtCreator target
2025-03-27 00:29:23 +01:00
8a1fd5438e
chore: Add tests for LLMClientInterface ( #131 )
2025-03-10 21:54:17 +01:00
7dd8b3d085
fix: Make build CMakeLists.txt standalone ( #123 )
...
Previously it depended on QODEASSIST_QT_CREATOR_VERSION_* flags being
passed to cmake during build process. Making it standalone saves time
for the users.
2025-03-10 17:00:07 +01:00
e66f467214
feat: Add llama.cpp provider and fim template ( #118 )
2025-03-09 22:57:33 +01:00
247256d4a4
chore: Add unit tests for DocumentContextReader ( #90 )
...
chore: Add unit tests for DocumentContextReader
The tests are based on GTest like some tests in Qt Creator itself, which
makes it easy to run as full Qt Creator does not need to be started.
2025-03-05 15:01:52 +01:00
d8a01504a3
chore: Add support for Qt Creator version to the plugin build script ( #87 )
...
This will allow to add code conditional on the Qt Creator version to the
plugin codebase. The Qt Creator version will be passed from the build
script automatically. This will also allow to easily extend the Github
Actions job matrix to create releases for more than one Qt Creator
version.
Using QT_VERSION_CHECK allows to reuse existing Qt patterns of checking
versions.
Code has been tested by invoking QODEASSIST_QT_CREATOR_VERSION in code.
2025-03-04 11:17:19 +01:00
903eb50e7a
fix: Current template description in General Settings
2025-02-26 13:39:49 +01:00
e8f7f031b6
feat: Enabling Position Independent Code
2025-02-26 13:25:29 +01:00
7ba615a72d
feat: Add Google AI provider and template
2025-02-25 14:26:56 +01:00
d96f44d42c
refactor: Rework providers and templates logic
2025-02-22 19:39:28 +01:00
288fefebe5
feat: Add CodeLlama QML FIM
2025-02-01 09:36:14 +01:00
289a19ac1a
feat: Add OpenAI provider and template
2025-01-17 01:22:12 +01:00
9db61119aa
feat: Add check plugin update and dialog for update
2025-01-13 20:11:27 +01:00
f27429aa66
refactor: Move context to separate lib
2024-12-24 22:45:20 +01:00
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
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
844ac35a59
🐛 fix: Change name for OpenRouter provider
2024-12-12 15:09:21 +01:00
c070fd5cfd
✨ feat: Add OpenRouter provider
2024-12-10 21:28:15 +01:00
882047d7b2
♻️ refactor: Improve response handler for LMStudio
2024-12-10 17:13:56 +01:00
b692402897
♻️ refactor: Improve Ollama response handler
2024-12-10 08:25:30 +01:00
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