v0.2.6
Highlights
- SSH implementation now uses
russh, with file transfer handled byrussh-sftp. - Removed SSH agent authentication;
passwordandprivateKeyremain supported. ptyis disabled by default and can be controlled per command with--pty/--no-pty.- Daemon connection caching remains supported and now reloads configuration changes automatically.
- Sensitive output handling was tightened to avoid exposing passwords, private key passphrases, or proxy secrets.
- README, README_EN, and SKILL documentation were updated for the new behavior.
Compatibility Notes
- Configurations using
agentauthentication must migrate topasswordorprivateKey. - Commands that require a TTY should pass
--ptyexplicitly.
Changelog
Full Changelog: v0.2.5...v0.2.6