Skip to content

v2026-08-13.1

Latest

Choose a tag to compare

@bsramin bsramin released this 13 Aug 10:00
· 1 commit to main since this release

Fixed

  • The background session check works again on pass-cli 2.2.4 and newer, which
    dropped the pass-cli test command it was built on. Without the command the
    check concluded that the session was gone every fifteen minutes and on every
    wake, however healthy it was, and with an access token saved that meant a
    Touch ID prompt to read it and a restart of the SSH agent behind it, on an
    idle Mac. The check now asks for the vault list, one request that names your
    vaults and reads nothing inside them.
  • A pass-cli that doesn't recognise a command is no longer taken to mean the
    session has lapsed, so the next command Proton retires costs you a wrong
    answer rather than a reconnect on every tick.

Changed

  • Bringing the SSH agent back asks pass-cli whether its daemon is running before
    stopping it, rather than always stopping it first. The question is free and
    local, the stop was neither, and it is now spent only when there is something
    to stop. On a pass-cli too old to answer, nothing changes.