Skip to content

v0.2.6

Choose a tag to compare

@github-actions github-actions released this 13 May 03:12
· 48 commits to main since this release

Highlights

  • SSH implementation now uses russh, with file transfer handled by russh-sftp.
  • Removed SSH agent authentication; password and privateKey remain supported.
  • pty is 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 agent authentication must migrate to password or privateKey.
  • Commands that require a TTY should pass --pty explicitly.

Changelog

Full Changelog: v0.2.5...v0.2.6