- README: build-from-source requires Go 1.25+ (matches go.mod), was 1.23+.
- docs/v2-report.md: the in-app SFTP file browser was never built (no `t`
action, no xfer/sshx/browser packages, pkg/sftp not a dependency). Cut the
false "shipped" claims and moved it into the Deferred section.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Force-add the cross-platform binaries (macOS arm64/amd64, Linux
amd64/arm64, Windows amd64) and their SHA256SUMS into dist/, rebuilt
from current source with `make dist` (go1.26.5, -trimpath). All tests
pass. These override the /dist/ .gitignore entry.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
A fast, read-only ~/.ssh/config picker that exec's the system ssh client.
Includes: static high-contrast picker with recency/frequency/name sort and
tag grouping, `dial keygen` (native ed25519/RSA + optional config entry), and
an optional offline YubiKey launch gate with one-time recovery codes.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>