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

Bug fix: artifact-bundle text extraction used the wrong loop variable

Fixed a bug where artifact text extraction always checked the same wrong item

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaArtifactswhat it touches
KindBug Fixesin v2.1.274,
You'll notice

Fixed a bug where artifact text extraction always checked the same wrong item

**What

When building the list of text content for an artifact's initial bundle, the code that extracts text fields from a list of items had a bug: it referenced the outer loop variable instead of the current item being processed, so it effectively checked the same item repeatedly rather than each item in turn. This has been fixed to correctly reference each item.

**Why

This bug could have caused artifact text content to be extracted incorrectly or incompletely; the fix ensures each item in the list is actually checked for its own text content.

See this entry in the whole of v2.1.274 →