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
ValueOn AG
b8cabe48d6
refactor: update UI for 2-path test variants
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 11:49:03 +01:00
ValueOn AG
3e2fa1a9ff
feat: show multiple step screenshots per test variant
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 11:23:18 +01:00
ValueOn AG
1e41d463d1
fix(teamsbot): update auth test UI texts for 3-variant login test
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 10:24:29 +01:00
ValueOn AG
39ffce5a7d
feat(teamsbot): add email+password fields to auth test UI
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 00:33:06 +01:00
ValueOn AG
fa6277773d
fix: duplicate className attribute causing build failure
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 00:16:48 +01:00
ValueOn AG
73bc6c08ae
feat(teamsbot): show credentialDebug panel in auth test UI
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 00:03:02 +01:00
ValueOn AG
4e41801c63
feat(teamsbot): show credentials received status in auth test UI
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 23:55:07 +01:00
ValueOn AG
2f9de759eb
feat(teamsbot): show per-variant logs in auth test UI, single direct /v2/ test
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 23:06:55 +01:00
ValueOn AG
ae18912e1e
teams test auth bot
2026-02-16 21:37:39 +01:00
ValueOn AG
823abaf9a8
feat(teamsbot): session context textarea in dashboard, API type for sessionContext
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 09:29:05 +01:00
ValueOn AG
cf8f4ea3be
fix(teamsbot): session switcher in session view, fix navigation from dashboard details button
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 09:02:44 +01:00
ValueOn AG
7366da06ac
feat(teamsbot): per-user settings API, system bot admin API, credentials removed from settings UI
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 00:16:03 +01:00
ValueOn AG
dffebc8d73
feat(teamsbot): join mode selector, response channel setting, API types for chat and join modes
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 00:07:52 +01:00
ValueOn AG
356acb1ca2
fix(teamsbot): use React Router navigation for session links instead of href (preserves context)
...
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 13:02:49 +01:00
ValueOn AG
8669a5916f
feat(teamsbot): bot account settings UI for dedicated Microsoft account
...
- New "Bot-Account (Microsoft)" section in TeamsbotSettingsView
- Email and password fields for dedicated bot account
- Hint about MFA requirement
- Updated API types: botAccountEmail, botAccountPassword in Config interfaces
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 11:56:05 +01:00