Skip to content

feat: [Ai] Adapt the existing AI capabilities to switch between multi… #314

feat: [Ai] Adapt the existing AI capabilities to switch between multi…

feat: [Ai] Adapt the existing AI capabilities to switch between multi… #314

Triggered via pull request January 14, 2025 05:29
@LiHua000LiHua000
synchronize #1056
Status Success
Total duration 4m 46s
Artifacts

call-static-check.yml

on: pull_request_target
static-check  /  static-check
4m 35s
static-check / static-check
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
static-check / static-check
Process completed with exit code 100.
static-check / static-check: src/base/ai/conversation.cpp#L87
The function 'getLastResponse' is never used.
static-check / static-check: src/plugins/aimanager/aimanager.cpp#L6
Include file: "services/ai/aiservice.h" not found.
static-check / static-check: src/plugins/aimanager/aimanager.cpp#L9
Include file: "services/option/optionmanager.h" not found.
static-check / static-check: src/plugins/aimanager/aimanager.cpp#L10
Include file: "services/editor/editorservice.h" not found.
static-check / static-check: src/plugins/aimanager/aimanager.cpp#L12
Include file: "common/util/eventdefinitions.h" not found.
static-check / static-check: src/plugins/aimanager/aimanager.cpp#L16
Include file: <QMap> not found. Please note: Cppcheck does not need standard library headers to get proper results.
static-check / static-check: src/plugins/aimanager/aiplugin.cpp#L32
Consider using std::find_if algorithm instead of a raw loop.
static-check / static-check: src/plugins/aimanager/aiplugin.cpp#L39
Consider using std::find_if algorithm instead of a raw loop.
static-check / static-check: src/plugins/aimanager/codegeex/codegeexcompletionprovider.cpp#L116
Variable 'line' is used to iterate by value. It could be declared as a const reference which is usually faster and recommended in C++.
static-check / static-check: src/plugins/aimanager/codegeex/codegeexcompletionprovider.cpp#L129
Variable 'line' is used to iterate by value. It could be declared as a const reference which is usually faster and recommended in C++.