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.272 ·

Bug fix: bridge/QR output split used stale variable

Fixed a bug where bridge QR-code text output could be built from stale, unresolved data

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaElsewherewhat it touches
KindBug Fixesin v2.1.272,
You'll notice

Fixed a bug where bridge QR-code text output could be built from stale, unresolved data

What

The routine that renders a bridge connection's QR code as text (using a UTF-8, low-error-correction QR encoder) was splitting the wrong variable into lines: it used the value captured before an asynchronous operation completed, instead of that operation's actual resolved result. This is now fixed.

Why

The previous behavior could have produced stale or empty QR-code text output instead of the correct, up-to-date code.

See this entry in the whole of v2.1.272 →