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_BACKENDSfor explicit backend opt-in:local— defaultlocal,ssh— opt into SSH when the remote host hasrtkinstalledall— 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.