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(directory-detector): fix pipe deadlock and add sqlite3 timeout
- Read pipe output BEFORE waitUntilExit() to prevent deadlock when
output exceeds 64KB pipe buffer (e.g., large workspace history)
- Add .timeout 500 to sqlite3 to prevent blocking on locked database
- Remove redundant fileExists guard (sqlite3 handles missing files)
- Use Set for lowercaseNames lookup
- Remove unreachable app names from filter list (zed, opencode)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments