Use Coder for end-of-meeting processing #1

Merged
superdooper-coder merged 1 commits from codex/coder-service into main 2026-07-14 22:30:20 +02:00
superdooper-coder commented 2026-07-14 22:23:33 +02:00 (Migrated from github.com)

Summary

  • record microphone and system audio locally, then transcribe both streams through the Coder service after recording stops
  • automatically generate the meeting summary through a selectable Coder chat model
  • add Coder URL/token settings and model discovery while removing the direct OpenAI dependency
  • add a macOS build check for pull requests

Verification

  • Coder bridge Go tests: 1231 passed across 22 packages
  • Coder bridge build check passed
  • live model discovery returned 50 Coder models, including both Groq Whisper transcription models
  • live namespaced chat routing and audio transcription passed
  • macOS Xcode build passed: https://github.com/sinchdashboard-coder/meetingnotes/actions/runs/29365585797
  • plist, package JSON, workflow YAML, and whitespace checks passed
## Summary - record microphone and system audio locally, then transcribe both streams through the Coder service after recording stops - automatically generate the meeting summary through a selectable Coder chat model - add Coder URL/token settings and model discovery while removing the direct OpenAI dependency - add a macOS build check for pull requests ## Verification - Coder bridge Go tests: 1231 passed across 22 packages - Coder bridge build check passed - live model discovery returned 50 Coder models, including both Groq Whisper transcription models - live namespaced chat routing and audio transcription passed - macOS Xcode build passed: https://github.com/sinchdashboard-coder/meetingnotes/actions/runs/29365585797 - plist, package JSON, workflow YAML, and whitespace checks passed
Sign in to join this conversation.