Skip to content

Nexus Shell v1.7.0

Latest

Choose a tag to compare

@viewer12 viewer12 released this 18 Aug 09:16
76c1fe0

Nexus Shell v1.7.0

Bug Fixes

  • Fixed password SSH logins intermittently failing with "Permission denied" after macOS periodically cleans temporary files — the password helper is now verified and rebuilt automatically before every connection, and a local helper failure now shows an accurate message instead of looking like a wrong password.
  • Fixed AI agents (Claude Code, Codex, Cursor) getting stuck on "Transport closed" after restarting Nexus Shell — the Agent Bridge connector now survives app restarts and reconnects automatically on the next call, no agent restart needed.
  • Fixed password matching for IPv6 hosts, and key passphrases containing backslashes now load correctly.

Improvements

  • Quitting Nexus Shell now cleans up its temporary credential files and helper ssh-agent process.

问题修复

  • 修复 macOS 定期清理临时文件后,密码 SSH 连接偶发 "Permission denied" 的问题 —— 现在每次连接前都会自动校验并重建密码辅助文件;辅助文件本地故障时也会给出准确提示,不再误报为密码错误。
  • 修复重启 Nexus Shell 后,AI Agent(Claude Code / Codex / Cursor)持续报 "Transport closed"、必须重启 Agent 应用才能恢复的问题 —— Agent Bridge 连接器现可跨越应用重启,下一次调用自动重连。
  • 修复 IPv6 主机的密码匹配问题;含反斜杠的密钥口令现在可正确加载。

体验优化

  • 退出 Nexus Shell 时会清理临时凭证文件与辅助 ssh-agent 进程。