Commit graph

482 commits

Author SHA1 Message Date
Patrick Motsch
735a6f3d3b
Merge pull request #19 from valueonag/feat/code-editor
Feat/code editor
2026-03-18 23:42:55 +01:00
ValueOn AG
2efc5fce86 truastee sync and charting 2026-03-18 23:04:59 +01:00
ValueOn AG
c6d43340ff feat folder download as zip 2026-03-18 14:10:45 +01:00
Patrick Motsch
34a8bdeafb
Merge pull request #18 from valueonag/feat/code-editor
vector fixes
2026-03-18 00:34:43 +01:00
ValueOn AG
365b188fa2 vector fixes 2026-03-18 00:33:33 +01:00
Patrick Motsch
2a0454a9ff
Merge pull request #17 from valueonag/feat/file-tree-system
Feat/file tree system
2026-03-17 23:25:47 +01:00
ValueOn AG
9513e44b0c added monaco editor 2026-03-17 22:51:36 +01:00
ValueOn AG
9e792bc74f file system and stt and ttss reevisions 2026-03-17 19:19:32 +01:00
ValueOn AG
7e45b6a638 enhanced mobile view 2026-03-16 22:55:27 +01:00
Patrick Motsch
9c1b9676c8
Merge pull request #16 from valueonag/refactor/service-migrations
Refactor/service migrations
2026-03-16 15:52:17 +01:00
ValueOn AG
d6d57a2113 workflow fixes 2026-03-16 14:26:37 +01:00
ValueOn AG
9e74daeaa5 fixed source access tools 2026-03-16 13:13:43 +01:00
ValueOn AG
65e38c0a48 fixed type issues 2026-03-16 11:48:17 +01:00
ValueOn AG
a7bfdddc00 ai workspace ui fixes 2026-03-16 11:38:29 +01:00
ValueOn AG
8babf0d4f9 fixed settings panel 2026-03-16 00:57:26 +01:00
ValueOn AG
584c5125de enhanced stt/tts functions 2026-03-16 00:47:47 +01:00
ValueOn AG
04b6841c51 new ai agent 2026-03-15 23:38:44 +01:00
ValueOn AG
869d1f24c3 removed ChatStats, only billing and transactions relevant 2026-03-14 11:52:17 +01:00
ValueOn AG
9cad69fd0c fix feature instance passing 2026-03-13 08:29:30 +01:00
5ceb243de9 fix:build errors due to old pages 2026-03-10 08:59:39 +01:00
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
b13e6f105c fix: updated chatbot page to work with performance improvements 2026-03-06 15:40:51 +01:00
9cf89124cd Merge branch 'int' of https://github.com/valueonag/frontend_nyla into int 2026-03-06 15:39:06 +01:00
9ec302a166 fix: updated yml files to include retention days for artifacts 2026-03-06 15:38: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
d5a4c880a4 teamsbot: SSE-Stream verbindet beim ersten Laden (sessionStatus in deps)
Made-with: Cursor
2026-03-06 13:14:25 +01:00
Patrick Motsch
44f1e1a498
Merge pull request #14 from valueonag/feat/commcoach
Feat/commcoach
2026-03-06 12:47:17 +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
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