Commit graph

32 commits

Author SHA1 Message Date
ValueOn AG
a79da7c337 fixes comcoach 2026-04-16 14:20:29 +02:00
ValueOn AG
994664f0b4 fixed sysuser and removed redundant fallbacks 2026-04-11 22:23:35 +02:00
ValueOn AG
d1f0b3c3d6 fixed language logic items 2026-04-11 19:44:52 +02:00
ValueOn AG
7cf0795660 alle sprachtexte mit dot-strings ersetzt 2026-04-11 00:07:30 +02:00
ValueOn AG
abe6ba60d4 phase 2 i18n clean 2026-04-10 12:33:32 +02:00
ValueOn AG
c3646075ff ui all languages transferred 2026-04-09 00:11:35 +02:00
ValueOn AG
d3d054b132 commcoach agent integration: keep-alive persistence, input bar, voice controller fixes
Made-with: Cursor
2026-04-01 22:04:02 +02:00
ValueOn AG
0f0f43ce1b streamlined billing incl ai and storage budget 2026-03-29 12:18:56 +02:00
ValueOn AG
d5bb102684 cleaned mandate and unified mandate to be standard type 2026-03-28 23:54:17 +01:00
ValueOn AG
e9f7b2016f fixes commcoach 2026-03-28 22:29:18 +01:00
ValueOn AG
f5f6cad542 fixing round 1 2026-03-28 16:58:55 +01:00
ValueOn AG
9a7e3f42d2 unified data completed implementation 2026-03-24 16:39:31 +01:00
ValueOn AG
bc091c399c unified data - step 1 2026-03-24 14:16:45 +01:00
ValueOn AG
9e792bc74f file system and stt and ttss reevisions 2026-03-17 19:19:32 +01:00
ValueOn AG
31bf734def commcoach: voice state machine refactor + document handling + abort + status events
TASK 1: muted as orthogonal flag (separate from VoiceState)
TASK 2: AbortController in sendMessage (abort previous AI calls)
TASK 3: cancelPendingSpeech for text input
TASK 4: silenceTimer reduced to 1s

Made-with: Cursor
2026-03-07 01:02:15 +01:00
ValueOn AG
48215f165c fix: voice transcript cascading - processedIndex nur bei Recognition-Neustart resetten
Made-with: Cursor
2026-03-06 22:55:28 +01:00
ValueOn AG
93016a7e4c commcoach: SpeechRecognition Neustart nach botSpeaking/interrupted Wechsel
Made-with: Cursor
2026-03-06 22:17:58 +01:00
ValueOn AG
309d6982e8 commcoach: voice state machine replacing distributed useEffect logic
Made-with: Cursor
2026-03-06 14:43:07 +01:00
ValueOn AG
a5be7df834 commcoach: suspend speech recognition during TTS playback on mobile
Made-with: Cursor
2026-03-06 14:32:59 +01:00
ValueOn AG
bbef615e0c commcoach: add TTS audio lifecycle logging for mobile diagnosis
Made-with: Cursor
2026-03-06 14:20:42 +01:00
ValueOn AG
e91eca025a commcoach: fix mobile speech recognition restart clearing state every 5s
Made-with: Cursor
2026-03-06 14:12:31 +01:00
ValueOn AG
b28a7fcf33 commcoach: mobile debug overlay for speech recognition diagnosis
Made-with: Cursor
2026-03-06 14:07:00 +01:00
ValueOn AG
cb45ecd52b commcoach: unused totalWords entfernt
Made-with: Cursor
2026-03-06 12:40:06 +01:00
ValueOn AG
251a9ca1ea fixed stt procedure 2026-03-05 23:41:41 +01:00
ValueOn AG
36b8558dd0 Alle 9 Fixes sind implementiert. Hier die Zusammenfassung:
Fix 1 -- Opening-Prompt: processSessionOpening in serviceCommcoach.py prüft jetzt ob es die erste Session ist (isFirstSession) und gibt der AI einen expliziten Prompt, der das Erfinden von Kontext verbietet.
Fix 2 -- Stabiler Transcript: onresult in CommcoachCoachingView.tsx nutzt jetzt processedResultIndexRef um nur neue Results zu verarbeiten. Finalisierte Teile werden stabil akkumuliert, kein Flackern mehr.
Fix 3 -- Hintergrundgeräusche-Timeout: Neuer silenceTimerRef mit 5s Timeout. Wenn nach onspeechstart kein Text kommt, wird isUserSpeaking automatisch zurückgesetzt.
Fix 4 -- Stop-Button: "Stop" Button erscheint im Session-Header wenn TTS läuft (via isTtsPlaying State, synchronisiert per 200ms Interval mit isTtsPlayingRef).
Fix 5 -- Weitersprechen-Button: lastTtsAudioRef speichert das zuletzt gespielte Audio. stopTts setzt wasInterrupted = true. "Weitersprechen" Button erscheint nach Unterbrechung und spielt das Audio erneut ab.
Fix 6 -- Paralleles TTS: Neue _generateAndEmitTts() Hilfsfunktion. In processMessage und processSessionOpening wird TTS als asyncio.create_task parallel zu _emitChunkedResponse gestartet.
Fix 7 -- JSON-Response: Die AI antwortet jetzt als JSON mit text, speech, documents. Neuer Prompt-Block wird in buildCoachingSystemPrompt angehängt. _parseAiJsonResponse() und _saveGeneratedDocument() im Backend. processMessage und processSessionOpening nutzen die neue Struktur.
Fix 8 -- Loading-States: Neuer actionLoading State in useCommcoach. Alle async Funktionen setzen setActionLoading('key') vor dem Await und null im finally. Buttons zeigen Loading-Text und werden disabled.
Fix 9 -- Umlaute: Alle deutschen Strings in allen CommCoach-Dateien (Backend + Frontend) korrigiert: ae->ä, oe->ö, ue->ü.
2026-03-04 22:53:45 +01:00
ValueOn AG
26044ff53b fixes comm blocking bot and feedback 2026-03-04 00:09:10 +01:00
ValueOn AG
5186e58e00 iteration 2 done 2026-03-03 23:02:49 +01:00
ValueOn AG
cd14e8a6fb commcoach iteration 1 completed 2026-03-03 22:04:54 +01:00
ValueOn AG
275164e7cb fixed build 2026-03-02 21:24:28 +01:00
ValueOn AG
18e6b3e4d8 fixed coaching rules 2026-03-02 21:10:36 +01:00
ValueOn AG
e044eed9fa fixed dossier 2026-03-02 00:56:02 +01:00
ValueOn AG
7077f02104 com feature mvp 2026-03-02 00:51:25 +01:00