360 Commits

Author SHA1 Message Date
23e8873bc2 fixed ai 2026-01-24 10:40:30 +00:00
d33c421756 huge 2026-01-23 07:45:20 +00:00
60540f373c merging langgraph changes into master 2026-01-22 17:34:49 +00:00
ea0e8ee1e4 recovery 2026-01-22 16:15:56 +00:00
19e39bed5a big commit 2026-01-22 15:34:56 +00:00
073b70cc39 xx 2026-01-22 04:40:05 +00:00
fc7bbd0ea2 xx 2026-01-21 00:49:40 +00:00
f70b35c39f fix: Improve WASAPI initialization error handling in the audio loopback thread by checking HRESULT and providing detailed error messages. 2026-01-20 16:17:52 -05:00
25fcd5d7f2 feat: Update gRPC logging and identity interceptors, remove stub patching script, and update project dependencies. 2026-01-20 21:13:12 +00:00
a4f148ace0 feat: introduce Claude agent guidelines for code generation and project configuration across various modules.u 2026-01-20 14:31:13 +00:00
46274ff222 docs: add style and quality guidelines 2026-01-20 03:51:36 +00:00
40f9adf27f feat: introduce GLiNER and spaCy backends for NER, refactor NER infrastructure, and update client-side entity extraction. 2026-01-20 03:47:12 +00:00
00095896a5 docs: add new CLAUDE.md documentation files across various components and update Claude configuration. 2026-01-20 03:16:01 +00:00
217a867a8d refactor: reorganize component exports, remove deprecated integration config panels, and add new UI hooks and icons. 2026-01-19 22:21:04 +00:00
1835dcae92 feat: Add new UI components for various features including recording, notes, and analytics, and refactor integration configuration panels. 2026-01-19 22:16:48 +00:00
362a1a4dd7 refactor(api): reorganize client directory structure and enhance module organization for improved maintainability and error handling 2026-01-19 12:24:56 -05:00
67f94080fe x 2026-01-19 10:44:20 -05:00
85cb5f4754 feat: Add _diarization_auto_refine attribute and diarization_auto_refine property to the gRPC server. 2026-01-19 15:30:37 +00:00
927f1cb8a1 Merge remote-tracking branch 'github/master' into reconcile 2026-01-19 14:44:59 +00:00
78e351b8b9 fix(api): harden tauri adapter init and stream close 2026-01-19 14:37:13 +00:00
f9d3e93dd9 refactor(api): split tauri adapter 2026-01-19 14:37:13 +00:00
1d0d5706d5 fix(api): harden tauri adapter init and stream close 2026-01-19 14:35:37 +00:00
693a662b09 refactor(api): split tauri adapter 2026-01-19 14:35:37 +00:00
77345d2dd0 fix: Add Tauri IPC connection verification and update transcription stream tests for asynchronous invocation handling. 2026-01-19 14:20:05 +00:00
e2ca70b553 refactor: simplify ASR processing by removing intermediate dataclasses and directly passing arguments. 2026-01-19 14:11:15 +00:00
bb21a3a122 refactor: refine audio stream handling, simplify error message extraction, and update test assertions. 2026-01-19 14:11:15 +00:00
87ec99bf12 feat: implement streaming optimization codefixes (11 items)
Audio & Performance:
- Add bytemuck for zero-copy f32→bytes conversion (O(1) cast)
- Client backpressure throttling with THROTTLE_THRESHOLD_MS
- Disable Whisper VAD for streaming (vad_filter=False)
- Cache meeting_db_id in MeetingStreamState to reduce DB overhead
- Adaptive partial cadence multiplier under congestion

Diarization:
- Auto-trigger offline diarization refinement (diarization_auto_refine setting)
- Reduce streaming window: MAX_TURN_AGE 15→5min, MAX_TURN_COUNT 5000→1000

Testing:
- Add 34 audio format conversion tests (test_audio_processing.py)
- Fix pre-existing test failures: path prefixes (_mixins→mixins)
- Fix test_sync_orchestration: error_code vs error_message

Quality:
- All checks pass: basedpyright (0/0/0), quality tests (90+28), grpc (678)
2026-01-19 14:11:15 +00:00
b50b3c2e56 fix(api): harden tauri adapter init and stream close 2026-01-19 14:11:15 +00:00
33b2a5cd3b refactor(api): split tauri adapter 2026-01-19 14:11:15 +00:00
87f19ace8d Merge pull request #4 from vasceannie/optimize
Optimize
2026-01-19 09:04:02 -05:00
7511f3a572 refactor: simplify ASR processing by removing intermediate dataclasses and directly passing arguments. 2026-01-19 13:05:24 +00:00
f45c6bb332 refactor: refine audio stream handling, simplify error message extraction, and update test assertions. 2026-01-19 11:32:43 +00:00
38a4f53967 feat: implement streaming optimization codefixes (11 items)
Audio & Performance:
- Add bytemuck for zero-copy f32→bytes conversion (O(1) cast)
- Client backpressure throttling with THROTTLE_THRESHOLD_MS
- Disable Whisper VAD for streaming (vad_filter=False)
- Cache meeting_db_id in MeetingStreamState to reduce DB overhead
- Adaptive partial cadence multiplier under congestion

Diarization:
- Auto-trigger offline diarization refinement (diarization_auto_refine setting)
- Reduce streaming window: MAX_TURN_AGE 15→5min, MAX_TURN_COUNT 5000→1000

Testing:
- Add 34 audio format conversion tests (test_audio_processing.py)
- Fix pre-existing test failures: path prefixes (_mixins→mixins)
- Fix test_sync_orchestration: error_code vs error_message

Quality:
- All checks pass: basedpyright (0/0/0), quality tests (90+28), grpc (678)
2026-01-19 11:26:23 +00:00
fbe7fc66d8 feat: enhance diarization skipped job logging with meeting creator ID and improve dev server robustness with execvp error handling. 2026-01-19 09:53:55 +00:00
552519ca7a fix(api): harden tauri adapter init and stream close 2026-01-19 09:53:55 +00:00
7587b1a028 refactor(api): split tauri adapter 2026-01-19 09:53:55 +00:00
479e9cfc12 Merge pull request #3 from vasceannie/xcribe-ui-enhancement
Xcribe UI enhancement
2026-01-19 04:05:36 -05:00
efae91ac94 feat: enhance diarization skipped job logging with meeting creator ID and improve dev server robustness with execvp error handling. 2026-01-19 08:59:30 +00:00
7b63dc6f36 Merge commit 'e4d4816' into xcribe-ui-enhancement 2026-01-19 08:21:17 +00:00
354ad02f9a fix(api): harden tauri adapter init and stream close 2026-01-19 08:13:36 +00:00
ba2c3f3b58 refactor(api): split tauri adapter 2026-01-19 08:13:36 +00:00
ddccdc1705 fix(api): harden tauri adapter init and stream close 2026-01-19 08:13:36 +00:00
e7805b4091 refactor(api): split tauri adapter 2026-01-19 08:13:36 +00:00
56b2e31aa9 fix(api): harden tauri adapter init and stream close 2026-01-19 08:07:40 +00:00
f28cdddc69 refactor(api): split tauri adapter 2026-01-19 08:06:59 +00:00
e4d4816a12 refactor: Make panel components purely presentational by delegating panel expansion and collapse logic to parent components. 2026-01-19 08:06:01 +00:00
b5f7e1f863 refactor: Make panel components purely presentational by delegating panel expansion and collapse logic to parent components. 2026-01-19 07:55:03 +00:00
20e7b575e3 Merge branch 'master' into xcribe-ui-enhancement 2026-01-19 01:27:10 -05:00
717aafedf2 feat: Enhance recording panel behavior by synchronizing panel sizes with recording state, adding resize constraints, and updating default visibility for the stats panel. 2026-01-19 05:56:19 +00:00
f9b98d43dc feat: introduce a new markdown editor component and enhance UI panel state management, while banning the standard library logger. 2026-01-19 04:39:33 +00:00