Files
tty7/crates
Hongwei Qinandl0ng-ai 4cf3d4dad5 fix(install): prefer bundled server over release download for SSH remotes (#344)
* fix(install): prefer bundled server over release download for SSH remotes

SSH remote installs used , which only checks
 and ignores the server binary already shipped next
to the Windows executable. WSL already uses
to find that bundled binary.

Add  to auto-discover the bundled server and
fall back to the GitHub release download only when no matching local asset
exists. Switch  and  to use it.

This lets the Windows installer/zip (which already stages server binaries
under <exe>/server/) satisfy SSH remote installs without hitting the network.
The explicit  path keeps its strict no-fallback behavior, and WSL
remains bundled-only.

Refs: future issue/PR for bundling server binaries into Windows releases.

* style(install): fix rustfmt formatting in bundled-server tests

---------

Co-authored-by: l0ng-ai <ysdpk123@gmail.com>
2026-08-05 10:57:36 +08:00
..