mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-09-14 09:15:03 -04:00
chore: Upgrade plugin version to 0.6.0
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"Id" : "qodeassist",
|
"Id" : "qodeassist",
|
||||||
"Name" : "QodeAssist",
|
"Name" : "QodeAssist",
|
||||||
"Version" : "0.5.13",
|
"Version" : "0.6.0",
|
||||||
"Vendor" : "Petr Mironychev",
|
"Vendor" : "Petr Mironychev",
|
||||||
"VendorId" : "petrmironychev",
|
"VendorId" : "petrmironychev",
|
||||||
"Copyright" : "(C) ${IDE_COPYRIGHT_YEAR} Petr Mironychev, (C) ${IDE_COPYRIGHT_YEAR} The Qt Company Ltd",
|
"Copyright" : "(C) ${IDE_COPYRIGHT_YEAR} Petr Mironychev, (C) ${IDE_COPYRIGHT_YEAR} The Qt Company Ltd",
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
[](https://github.com/Palm1r/QodeAssist/actions/workflows/build_cmake.yml)
|
[](https://github.com/Palm1r/QodeAssist/actions/workflows/build_cmake.yml)
|
||||||

|

|
||||||

|

|
||||||

|
|
||||||

|

|
||||||
|

|
||||||
[](https://discord.gg/BGMkUsXUgf)
|
[](https://discord.gg/BGMkUsXUgf)
|
||||||
|
|
||||||
 QodeAssist is an AI-powered coding assistant plugin for Qt Creator. It provides intelligent code completion and suggestions for C++ and QML, leveraging large language models through local providers like Ollama. Enhance your coding productivity with context-aware AI assistance directly in your Qt development environment.
|
 QodeAssist is an AI-powered coding assistant plugin for Qt Creator. It provides intelligent code completion and suggestions for C++ and QML, leveraging large language models through local providers like Ollama. Enhance your coding productivity with context-aware AI assistance directly in your Qt development environment.
|
||||||
@ -251,8 +251,9 @@ Linked files provide persistent context throughout the conversation:
|
|||||||
|
|
||||||
## QtCreator Version Compatibility
|
## QtCreator Version Compatibility
|
||||||
|
|
||||||
|
- QtCreator 17.0.0 - 0.6.0 - 0.x.x
|
||||||
- QtCreator 16.0.2 - 0.5.13 - 0.x.x
|
- QtCreator 16.0.2 - 0.5.13 - 0.x.x
|
||||||
- QtCreator 16.0.1 - 0.5.7 - 0.x.x
|
- QtCreator 16.0.1 - 0.5.7 - 0.5.13
|
||||||
- QtCreator 16.0.0 - 0.5.2 - 0.5.6
|
- QtCreator 16.0.0 - 0.5.2 - 0.5.6
|
||||||
- QtCreator 15.0.1 - 0.4.8 - 0.5.1
|
- QtCreator 15.0.1 - 0.4.8 - 0.5.1
|
||||||
- QtCreator 15.0.0 - 0.4.0 - 0.4.7
|
- QtCreator 15.0.0 - 0.4.0 - 0.4.7
|
||||||
|
Reference in New Issue
Block a user