Skip to content

rtk-hermes v1.2.3

Latest

Choose a tag to compare

@ogallotti ogallotti released this 04 May 13:22

rtk-hermes v1.2.3

Fixes SSH/remote backend behavior reported in #10.

Fixed

  • Rewrites are now local-backend-only by default.
  • SSH, Docker and remote/sandbox backends no longer receive rtk ... rewrites unless explicitly opted in.
  • Added RTK_HERMES_BACKENDS for explicit backend opt-in:
    • local — default
    • local,ssh — opt into SSH when the remote host has rtk installed
    • all — opt into every terminal backend

Why

Hermes rewrites the command before terminal dispatch, but SSH executes that rewritten command on the remote host. If the remote host does not have rtk, rtk git status fails with rtk: command not found. The safer default is to avoid rewriting non-local backends.