Releases: so5/browser-ssh-agent
Releases · so5/browser-ssh-agent
Release list
v1.0.0
1.0.0 (2026-08-02)
- feat!: add Docker demo, --host CLI flag, and widget drag-and-drop (d6335c7)
Bug Fixes
- replace defunct Code Climate coverage reporting with Coveralls (d012e05)
BREAKING CHANGES
- the widget's
auto-confirm="true"attribute and the
CLI's--auto-confirmflag are replaced byrequire-confirm="true"/
--require-confirm, with inverted default semantics. Sign requests
are now auto-approved by default (previously the widget showed a
blocking approve/deny prompt unless auto-confirm was set), matching
real ssh-agent's own default posture (ssh -Adoesn't prompt
per-signature either). Hosts that relied on the previous default must
now passrequire-confirm="true"(or--require-confirm) explicitly.
Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com