Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

Teleport device-tool relay now distinguishes repeated automation-tool requests

Teleport's device-tool relay now only reverts on a repeated device-tool request, once automation tools are active

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.271,
Under the hood

Teleport's device-tool relay now only reverts on a repeated device-tool request, once automation tools are active

What

Teleport (Claude Code's relay for using tools on a connected device) used to revert its relay any time a device-tool call came in. Now it checks whether an automation-tools marker is set on the active teleport session:

  • If the marker is not set, any device-tool call still reverts the relay, logged as device_tool_requested.
  • If the marker is set, only a repeated device-tool request from the same message triggers the revert, now logged as device_tool_request_repeated, alongside a new upgrade_relay_end telemetry event.
Why

This avoids reverting the relay unnecessarily once automation tools are already active, only stepping in when the same message repeats a device-tool request.

See this entry in the whole of v2.1.271 →