diff --git a/packages/aiCore/src/core/runtime/pluginEngine.ts b/packages/aiCore/src/core/runtime/pluginEngine.ts index b3f737020..11668967e 100644 --- a/packages/aiCore/src/core/runtime/pluginEngine.ts +++ b/packages/aiCore/src/core/runtime/pluginEngine.ts @@ -1,3 +1,4 @@ +/* eslint-disable @eslint-react/naming-convention/context-name */ import { ImageModelV2 } from '@ai-sdk/provider' import { LanguageModel } from 'ai' diff --git a/src/renderer/src/pages/home/Inputbar/InputbarTools.tsx b/src/renderer/src/pages/home/Inputbar/InputbarTools.tsx index daa10a94e..11b0607b3 100644 --- a/src/renderer/src/pages/home/Inputbar/InputbarTools.tsx +++ b/src/renderer/src/pages/home/Inputbar/InputbarTools.tsx @@ -476,6 +476,7 @@ const InputbarTools = ({ setFiles, setText, showKnowledgeIcon, + showMcpTools, showThinkingButton, t ])