## Summary Suppress console popup windows on Windows and improve Night Shift reliability and progress reporting. ## Changes - [x] Suppress subprocess console windows on Windows (CREATE_NO_WINDOW across all subprocess calls) - [x] Suppress Claude SDK subprocess popups (anyio.open_process patch) - [x] Align default model fallback to claude-sonnet-4-6 - [x] Require active head before triggering Night Shift - [x] Emit per-project progress events during harvest - [x] Emit per-file and per-chunk progress events during extraction - [x] Increase progress event buffer from 100 to 5000 ## Branch `cortex/suppress-popups-hardcoded-heads`
Summary
Suppress console popup windows on Windows and improve Night Shift reliability and progress reporting.
Changes
Branch
cortex/suppress-popups-hardcoded-heads