Skip to content

Releases: n2ns/n2n-nexus

v0.4.2

14 Jan 23:03

Choose a tag to compare

v0.4.1

14 Jan 22:53

Choose a tag to compare

Full Changelog: v0.4.0...v0.4.1

v0.4.0 - High Availability & Scalability

14 Jan 22:09

Choose a tag to compare

🚀 High Availability & Scalability

  • 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).