fix(rustbinarylocator): support resolving platform-suffixed local Rust binaries

This commit is contained in:
2026-03-14 23:42:26 +00:00
parent 1ec6caca3b
commit eb2bf4ba98
3 changed files with 22 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-14 - 1.3.2 - fix(rustbinarylocator)
support resolving platform-suffixed local Rust binaries
- Checks local Rust build paths for binaries with platform suffixes such as _linux_amd64 in addition to unsuffixed names
- Adds platform and architecture suffix mapping for linux, darwin, windows, x64, and arm64
## 2026-02-26 - 1.3.1 - fix(readme)
document socket transport and clarify stdio/socket differences in README