df1344c228
updated feature automation and feature chat playground routes
2026-03-10 08:54:41 +01:00
ValueOn AG
0dbcad771b
fix: Transcript isContinuation - merged STT-Chunks updaten statt duplizieren
...
Made-with: Cursor
2026-03-07 02:12:22 +01:00
ValueOn AG
3aef70ab5f
fix: toFixed crash bei botResponse ohne processingTime/priceCHF (greeting, commands)
...
Made-with: Cursor
2026-03-07 01:22:22 +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
fe40097d33
fix: teamsbot SSE events - chatSendFailed und error handling im UI
...
Made-with: Cursor
2026-03-07 00:56:02 +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
bc94e52904
fix: created feature view for automation page instead of using workflow pages, updated to use pop-up component instead of hard-code
2026-03-06 15:42:20 +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
d5a4c880a4
teamsbot: SSE-Stream verbindet beim ersten Laden (sessionStatus in deps)
...
Made-with: Cursor
2026-03-06 13:14:25 +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
0518ee48d5
teamsbot: Refetch bei Session-Ende fuer vollstaendige Daten, sessionState verarbeiten
...
Made-with: Cursor
2026-03-02 10:24:04 +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
ValueOn AG
543b94523a
fix pipeline polling, add Swiss amount formatting, right-align numbers in tables
...
Made-with: Cursor
2026-03-01 21:54:57 +01:00
ValueOn AG
24de648252
fix(teamsbot): credential save when form visible, add debugMode merge
...
Made-with: Cursor
2026-03-01 10:20:09 +01:00
ValueOn AG
294710b415
fix(teamsbot): always save user credentials before session start, fix SSE reconnect loop, add stop button for pending
...
Made-with: Cursor
2026-03-01 09:26:46 +01:00
ValueOn AG
bc5bae7c34
feat(teamsbot): user account credentials UI and MFA challenge dialog
...
Made-with: Cursor
2026-03-01 08:51:18 +01:00
ValueOn AG
53dd0176b6
Harden Teams session time formatting in UI.
...
Prevent Invalid Date rendering for bot responses when timestamps are missing or malformed.
Made-with: Cursor
2026-02-26 21:18:21 +01:00
50f3499fda
ready for rebase
2026-02-26 16:27:08 +01:00
f0a7daea02
nicht fertig; Stand Demo Kessler
2026-02-26 15:58:11 +01:00
39e74110cd
fix: sharepoint neutralisierer wieder eingebaut
2026-02-26 15:53:09 +01:00
1ff776c503
added neutralization view
2026-02-26 15:07:56 +01:00
ValueOn AG
b5e9599ef0
feat: show TTS delivery status in session live view
...
Made-with: Cursor
2026-02-26 09:46:30 +01:00
ValueOn AG
6f0585192a
fixed cursor feature
2026-02-23 23:01:27 +01:00
ValueOn AG
60887682a5
phase 2 codeeditor
2026-02-23 22:09:33 +01:00
ValueOn AG
5d4ef43d5f
codeeditor mvp phase 1 done
2026-02-23 18:35:42 +01:00
ValueOn AG
052f579232
fix remaining TS errors in TrusteePositionDocumentsView
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-22 22:55:10 +01:00
ValueOn AG
cae8386544
fix TS build errors and add position-documents API
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-22 22:51:29 +01:00
ValueOn AG
be8757e15e
fixes sync and ai tree
2026-02-22 22:34:14 +01:00
ValueOn AG
843b481c36
sync trustee feature with rma
2026-02-22 00:07:40 +01:00
ValueOn AG
cdea97e2cf
trustee connections
2026-02-21 00:56:50 +01:00
ValueOn AG
b5a9ee2d4a
feat: add debug mode checkbox, update transfer mode descriptions
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-18 23:52:52 +01:00
ValueOn AG
2cf296dee6
feat: add debug screenshot viewer in session view (SysAdmin only)
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-18 22:00:35 +01:00
ValueOn AG
9793360235
security: hide system bot join mode for non-SysAdmin users
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-18 21:10:43 +01:00
ValueOn AG
41a4e8ffe1
refactor: UI cleanup - remove test block, backgroundImage, botAccount; add transferMode
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 18:34:35 +01:00
ValueOn AG
2e1f3a8733
fix: update hint text for single variant test
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 17:13:21 +01:00
ValueOn AG
9aaf988932
fix: frontend calls test variants individually to avoid timeout
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 16:33:36 +01:00
ValueOn AG
e01f1abab4
update: 5 browser variants UI text
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 12:51:17 +01:00