Commit graph

26 commits

Author SHA1 Message Date
ValueOn AG
e09ed758ff teamsbot 2026-04-25 01:13:13 +02:00
ValueOn AG
24150f36d5 fix build 2026-04-19 01:37:25 +02:00
ValueOn AG
13f4574098 centralized language catalog 2026-04-19 00:36:42 +02: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
fe40097d33 fix: teamsbot SSE events - chatSendFailed und error handling im UI
Made-with: Cursor
2026-03-07 00:56:02 +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
b5e9599ef0 feat: show TTS delivery status in session live view
Made-with: Cursor
2026-02-26 09:46:30 +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
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
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
c56e3e669e fix: increase test-auth timeout to 900s for 5 browser variants
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 13:46:24 +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
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
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
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
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
ValueOn AG
c58bc77154 feat(teamsbot): dynamic voice API, session auto-load, clean API types
- Dynamic language list from Google TTS API (string codes instead of objects)
- Voice test sends botName for AI-generated sample text per language
- Session view auto-loads most recent session when no sessionId given
- Shows "Keine Sitzungen vorhanden" when no sessions exist
- Updated testVoice API to pass botName instead of static text

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 10:08:51 +01:00
ValueOn AG
02a8bcb19f feat(teamsbot): dynamic language and voice selection from Google TTS API
- Replaced static VOICE_PRESETS with dynamic API calls to /voice-google/languages and /voice-google/voices
- Languages and voices loaded from Google Cloud TTS at runtime
- Voice dropdown updates automatically when language changes
- Added fetchLanguages() and fetchVoices() API functions with VoiceLanguage/VoiceOption types
- Test button uses bot name in sample text for personalized preview
- Fallback to basic language options if API unavailable

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 03:31:15 +01:00
ValueOn AG
e1e83d7d93 feat(teamsbot): voice selection with test button, browserBotUrl config
- TeamsbotSettingsView: voice dropdown with predefined Google TTS voices per language
- Voice test button with audio preview (plays TTS sample in browser)
- Language change auto-selects first matching voice
- Updated config interfaces: bridgeUrl -> browserBotUrl
- Added testVoice API function

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-15 03:25:36 +01:00
ValueOn AG
012d4ef4d3 teamsbot 2026-02-13 00:00:26 +01:00