Why Tap is “overlay-only” right now

Tap currently works as an overlay, meaning it reads from and interacts with the terminal UI without requiring the terminal to integrate code.

Pros

  • Fast deployment across many terminals

  • No waiting for terminal dev teams

Trade-off

  • If a terminal updates its UI/layout, Tap may temporarily need an update for that terminal until compatibility is restored.

Last updated