Merge branch 'mochi/fix-issue' into feat/image-attachment

This commit is contained in:
LaZzyMan 2026-01-28 10:27:25 +08:00
commit f51ace3a85
108 changed files with 6815 additions and 816 deletions

View file

@ -36,6 +36,11 @@ vi.mock('../utils/clipboardUtils.js');
vi.mock('../contexts/UIStateContext.js', () => ({
useUIState: vi.fn(() => ({ isFeedbackDialogOpen: false })),
}));
vi.mock('../contexts/UIActionsContext.js', () => ({
useUIActions: vi.fn(() => ({
temporaryCloseFeedbackDialog: vi.fn(),
})),
}));
const mockSlashCommands: SlashCommand[] = [
{