Merge branch 'main' into feature/mcp

This commit is contained in:
Roamin
2025-07-10 15:03:25 -04:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ export const DEFAULT_TAB_CONFIG = [
{ id: 'mcp', visible: true, window: 'user' as const, order: 7 }, { id: 'mcp', visible: true, window: 'user' as const, order: 7 },
{ id: 'profile', visible: true, window: 'user' as const, order: 8 }, { id: 'profile', visible: true, window: 'user' as const, order: 8 },
{ id: 'service-status', visible: true, window: 'user' as const, order: 9 }, { id: 'service-status', visible: true, window: 'user' as const, order: 9 },
{ id: 'settings', visible: true, window: 'user' as const, order: 10 },
// User Window Tabs (In dropdown, initially hidden) // User Window Tabs (In dropdown, initially hidden)
{ id: 'settings', visible: false, window: 'user' as const, order: 10 },
]; ];

View File

@@ -29,7 +29,6 @@ import type { TextUIPart, FileUIPart, Attachment } from '@ai-sdk/ui-utils';
import { useMCPStore } from '~/lib/stores/mcp'; import { useMCPStore } from '~/lib/stores/mcp';
import type { LlmErrorAlertType } from '~/types/actions'; import type { LlmErrorAlertType } from '~/types/actions';
import type { TextUIPart, FileUIPart, Attachment } from '@ai-sdk/ui-utils'; import type { TextUIPart, FileUIPart, Attachment } from '@ai-sdk/ui-utils';
import { useMCPStore } from '~/lib/stores/mcp';
const toastAnimation = cssTransition({ const toastAnimation = cssTransition({
enter: 'animated fadeInRight', enter: 'animated fadeInRight',