Skip to content

NeuralCleave v2.1.3

Choose a tag to compare

@TheAmitChandra TheAmitChandra released this 26 Jul 10:41
· 1081 commits to main since this release

NeuralCleave v2.1.3

Bug fixes

fix: desktop app stuck on Connecting… forever
The CORS allow-list in the gateway had https://ai.neuralcleave.desktop but the Tauri app identifier is com.neuralcleave.desktop. On Windows, Tauri v2 + WebView2 derives the virtual-host origin from the identifier — so every fetch from the desktop window was silently blocked. The topbar showed Connecting… indefinitely even when the gateway was running and reachable in a browser.

fix: neuralcleave start crashes when port 7432 is already in use
The CLI now detects an occupied port before attempting to bind and exits with a clear message instead of a cryptic error.

Upgrade

Windows: Download and run the .exe or .msi installer below.
CLI: pip install --upgrade neuralcleave