Commit graph

494 commits

Author SHA1 Message Date
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
d603ee8820 2 critical fixes: pwd reset and invitation caching ui 2026-03-03 23:07:49 +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
Patrick Motsch
0143358aa9
Merge pull request #13 from valueonag/feat/commcoach
fixed build
2026-03-02 21:25:17 +01:00
ValueOn AG
275164e7cb fixed build 2026-03-02 21:24:28 +01:00
Patrick Motsch
42fb5d340b
Merge pull request #12 from valueonag/feat/commcoach
Feat/commcoach
2026-03-02 21:15:04 +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
9865a32e99 fix(mobile): stabilize responsive layouts and action wrapping
Improve mobile and tablet usability by fixing viewport and scroll behavior, adding a mobile sidebar flow, and ensuring header action buttons wrap instead of clipping on narrow screens.

Made-with: Cursor
2026-03-01 13:46:21 +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
6ed0dee17d fix: build errors 2026-02-26 16:37:50 +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
f312cd41b1 fix: Invitation Wizard Anpassungen fertig 2026-02-26 10:46:51 +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
ba06b786cc fix: moved wizard pages to subfolders for clearance 2026-02-26 08:18:49 +01:00
312efb894b Merge branch 'feat/mistral-integration' into int 2026-02-25 14:09:54 +01:00
d82bb4467c feat: integrated stripe billing 2026-02-25 08:45:12 +01:00
Patrick Motsch
8c28ef791c
Merge pull request #11 from valueonag/feat/cursor-style-feature
Feat/cursor style feature
2026-02-23 23:05:46 +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
Patrick Motsch
9a59cdac86
Merge pull request #10 from valueonag/feat/user-store
feat/user-store
2026-02-23 17:15:59 +01:00
ValueOn AG
71a8bd17ac cursor-mode-integration-mvp 2026-02-23 17:13:31 +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
d45dab587f fixes admin panel 2026-02-20 23:20:20 +01:00
ValueOn AG
d4b2cb1dd6 sync features a and p 2026-02-19 00:31:37 +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
32c071911a log admin 2026-02-18 21:39:45 +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