diff --git a/packages/ui/src/components/chat/ChatInput.tsx b/packages/ui/src/components/chat/ChatInput.tsx index e295d9ea..408f7272 100644 --- a/packages/ui/src/components/chat/ChatInput.tsx +++ b/packages/ui/src/components/chat/ChatInput.tsx @@ -1776,7 +1776,7 @@ const ChatInputComponent: React.FC = ({ onOpenSettings, scrollTo return; } - if (e.key === 'Tab' && !showCommandAutocomplete && !showFileMention) { + if (e.key === 'Tab' && !showCommandAutocomplete && !showSkillAutocomplete && !showFileMention) { e.preventDefault(); handleCycleAgent(); return;