You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.17: live tier-3 path enabled — Ctrl+V uses flashpaste-trigger
User-facing change: the tmux + kitty example snippets now invoke
`flashpaste-trigger` (Rust, ~5ms round-trip) as the primary handler
for Ctrl+V and right-click → Paste. The bash dispatch script remains
as an automatic fallback when the daemon socket is missing:
flashpaste-trigger '%pane' 2>/dev/null || tmux-paste-dispatch.sh '%pane'
This is fully backward compatible:
- daemon running → tier-3 (~5ms)
- daemon down → tier-1 (~120ms bash)
The user's live tmux.conf + kitty.conf were patched in place so the
new path is active immediately (no restart needed beyond tmux source-
file, which was done).
Measured on the dev box: flashpaste-trigger round-trip = 5ms
(vs bash dispatch ~120ms FAST PATH; ~3s including all timeouts).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments