You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add --namer {auto,claude,local,heuristic,off} to choose how speaker names are inferred. The new default heuristic namer needs no external tools, so naming no longer requires the Claude CLI. Also adds a local namer (via a running Ollama server) and honors the EARWIG_NAMER environment variable as the default.
Removals & Breaking Changes
Remove the --no-naming flag. Use --namer off to keep the raw SPEAKER_xx labels.