- [new] Added
grok wrapsubcommand, which runs an arbitrary command inside a local PTY that intercepts OSC 52 sequences and forwards them to the local system clipboard. Replaces the previousssh-specific behavior and works for any command (e.g.docker exec,kubectl exec). - [removed] Removed the
grok sshsubcommand. - [changed] Updated shell completions (bash, zsh, fish, PowerShell, Elvish) to list
wrapinstead ofssh. - [changed] Revised keyboard-shortcuts and terminal-support documentation to describe
wrap, clarifyCtrl+;/Ctrl+.behavior across terminals and tmux configurations, and update the recommended workaround for Apple Terminal clipboard issues.
Under the hood
- Bumped version metadata and updated the bundled manifest checksums for the revised completion scripts and documentation.
Upgrade notes
Users of the experimental grok ssh command should switch to grok wrap (for example grok wrap ssh user@host).