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
Fix Opus code review findings: config race condition, error logging, CORS warnings
- Fix race condition in update_config: build response under write lock
instead of dropping lock then re-reading (avoids stale data)
- Log config file rename errors instead of silently ignoring with let _ =
- Log CORS origin parse failures as warnings for debuggability
- Harden Ollama sidecar security context: drop all capabilities
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments