31b4e73af5
fix: Qt Creator 19 API breaking changes ( #328 )
...
* Inherits `QodeAssist::Settings::AgentRolesWidget` from `Core::IOptionsPageWidget`
* Adds `QodeAssist::Settings::showSettings` function and use it instead `Core::ICore::showOptionsDialog`
---------
Co-authored-by: Ivan Lebedev <ilebedev@flightpath3d.com >
2026-03-05 16:00:51 +01:00
088887c802
fix: enables the send message shortcut only for active chat ( #322 )
...
fix: Disables sending message shortcut instead of filtering in `Shortcut::activated` signal handler
Co-authored-by: Ivan Lebedev <ilebedev@flightpath3d.com >
2026-03-05 12:01:14 +01:00
b7a9787cc3
refactor: Refactors AgentRoleDialog's modes handling ( #325 )
...
* fix: Fixes `undefined-bool-conversion` compilation warning.
* refactor: Replaces `AgentRoleDialog::m_editMode` with `AgentRoleDialog::m_action`
---------
Co-authored-by: Ivan Lebedev <ilebedev@flightpath3d.com >
2026-03-05 10:48:01 +01:00
e2e13f0f38
refactor: Improve http client ( #319 )
2026-02-25 15:13:05 +01:00
49ae335d7d
chore: Update plugin to 0.9.10
v0.9.10
2026-02-25 12:33:14 +01:00
2ba58a403f
refactor: UI for opening content from chat ( #318 )
...
* refactor: Changed options to opening images from chat
* refactor: Add customizable tooltip
2026-02-25 07:49:37 +01:00
3de1619bf0
feat: Add file search to chat ( #317 )
2026-02-22 13:53:44 +01:00
ec45067336
chore: Upgrade plugin to 0.9.9 version
v0.9.9
2026-01-27 22:41:57 +01:00
52fb65c5b1
feat: Add support QtCreator 18.0.2
2026-01-27 22:41:20 +01:00
478f369ad2
feat: Add codestral and mistral quick setup
2026-01-27 22:41:02 +01:00
762c965377
fix: Add preconditions for windows chat
2026-01-27 22:35:02 +01:00
d2b93310e2
chore: Update plugin to 0.9.8
v0.9.8
2026-01-20 20:00:49 +01:00
f3b1e7f411
Add quick setup screenshot
2026-01-20 19:57:44 +01:00
a55c6ccfdb
feat: Add predefined templates
2026-01-20 19:54:16 +01:00
b32433c336
refactor: Change quick refactor ui layout
2026-01-20 18:08:49 +01:00
6f11260cd1
refactor: Change UI for fix behavior
2026-01-19 23:52:44 +01:00
ddd6aba091
fix: Remove close chat action from editor context menu
2026-01-19 23:17:31 +01:00
e3f464c54e
fix: Create _content folder only when there is an attachment ( #297 )
2025-12-16 13:19:10 +01:00
e86e58337a
Update QodeAssist version range for Qt Creator 16.0.2
2025-12-15 01:00:00 +01:00
dbd47387be
chore: Update plugin to 0.9.7
v0.9.7
2025-12-15 00:47:50 +01:00
50e1276ab2
feat: Add support QtC 18.0.1 ( #296 )
...
* feat: Add support QtC 18.0.1
* feat: Remove support QtC 16.0.2
2025-12-14 02:53:58 +01:00
50c948ccfe
chore: Update plugin to 0.9.6 version
v0.9.6
2025-12-08 11:10:20 +01:00
949dad4fd2
feat: Update built in roles and docs
2025-12-08 11:09:21 +01:00
01fd7dad6f
chore: Upgrade plugin to 0.9.5 version
v0.9.5
2025-12-08 10:25:38 +01:00
fd408ba415
fix: Change compressing icon place
2025-12-08 10:24:27 +01:00
14e7ea2ec3
feat: Add separator to chat top bar
2025-12-08 10:18:12 +01:00
9f050aec67
feat: Add summarize chat ( #289 )
2025-12-05 11:08:23 +01:00
9e118ddfaf
fix: Add pause between call tools
2025-12-04 21:05:13 +01:00
157498b770
revert: Remove compact mode for chat blocks
2025-12-04 20:51:14 +01:00
5c8a8f305d
Fix chat scrolling ( #288 )
...
* fix: Change chat scrolling behavior
* feat: Add compact mode for chat blocks
2025-12-04 20:00:53 +01:00
fc33bb60d0
feat: Add agent roles ( #287 )
...
* feat: Add agent roles
* doc: Add agent roles to docs
2025-12-04 19:41:30 +01:00
498eb4d932
feat: Add todo tool ( #286 )
2025-12-03 21:28:59 +01:00
fb941cea99
doc: Update docs for using OpenAI GPT-5.1 and codex
2025-12-01 16:08:21 +01:00
a0af983bda
chore: Upgrade plugin to 0.9.4 version
v0.9.4
2025-12-01 15:50:28 +01:00
4bd96e0718
fix: Add downloading svg ( #285 )
2025-12-01 14:11:09 +01:00
7b0d3c2abb
feat: Add settings shortcut to chat view
2025-12-01 13:39:26 +01:00
75d1551b00
feat: Add settings button to quick refactor dialog
2025-12-01 13:21:50 +01:00
406ba05bfb
fix: Remove unusing variables from settings
2025-12-01 13:16:45 +01:00
7a97d0aba5
feat: Add llm config to quick refactor dialog
2025-12-01 13:01:46 +01:00
b19c4c0c0c
fix: Check Request id for tool block
2025-12-01 12:31:06 +01:00
a466332822
feat: Add OpenAI Responses API ( #282 )
...
* feat: Add OpenAI Responses API
* fix: Make temperature optional
* chore: Increase default value of max tokens
2025-12-01 12:14:55 +01:00
e1fa01d123
fix: check request id of thinking block
2025-12-01 00:58:33 +01:00
37e41d3b76
chore: Upgrade plugin version to 0.9.3
v0.9.3
2025-11-28 16:21:28 +01:00
2d5667d8ca
refactor: Reworking attaching files ( #280 )
...
chore: Upgrade chat format version
2025-11-28 16:17:25 +01:00
22377c8f6a
feat: Add temp file storage for chat ( #279 )
...
* fix: Add signature to chat history
* feat: Add file storage for chat
2025-11-28 13:59:43 +01:00
595895840a
fix: Adapt widget to content size
2025-11-28 13:59:14 +01:00
f6d647d5c8
fix: Add signature to chat history
2025-11-28 12:28:07 +01:00
1f9c60ffb2
doc: Fix description for code completion and quick refactor ( #278 )
2025-11-27 14:02:27 +01:00
6ec4a61c0c
chore: Update plugin to 0.9.2
v0.9.2
2025-11-27 02:10:51 +01:00
7feb088de3
fix: Change windows command and checks ( #277 )
2025-11-27 01:53:41 +01:00