Merge remote-tracking branch 'origin/develop' into feat/optimize

# Conflicts:
#	frontend/src/lib/errors.ts
This commit is contained in:
2026-06-14 20:40:05 +08:00
3 changed files with 3 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ interface ChatPanelProps {
currentScenario?: string;
isProcessing?: boolean;
isVADReady?: boolean;
vadError?: string;
vadError?: string | null;
isMicOn?: boolean;
isSpeaking?: boolean;
onSendText?: (text: string) => void;