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
Failover Mechanism: Implemented automatic Guest-to-Host promotion. If the Host process dies, a Guest detects usage of the port/lock and takes over immediately with data persistence.
Progressive Discovery: Added search_projects tool. Allows AI to find relevant projects by query without loading the entire 1000+ project registry, reducing context usage.
Immediate Handshake: Implementing Request Buffering allows the server to accept IDE requests immediately (<10ms) while the Host Election runs in background (~300ms). Fixes startup race conditions.
Stability: Added explicit E2E tests for process failover (tests/failover.test.ts) and request buffering (tests/buffered_requests.test.ts).