Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.265 ·

Artifact result text can be returned inline instead of requiring a Read, when multi-file mode is on

Small text files saved by Artifact tools can now return their contents inline, skipping a separate Read

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaArtifactswhat it touches
KindImprovementsin v2.1.265,
You'll notice No documentation found

Small text files saved by Artifact tools can now return their contents inline, skipping a separate Read

What

When an Artifact tool saves output to a local file, its description now notes that for a small published text file, the file's contents come back directly in the tool's result data. This happens when multiFileOn is set, meaning a separate Read call to fetch the contents is no longer necessary. The same applies when reading a file's published path inside an artifact: the result now includes the small text file's contents directly rather than only its saved location.

Why

This saves an extra step: instead of saving a file and then reading it back, small text output is available immediately in the same result.

Read from
Names in the bundlemultiFileOn

See this entry in the whole of v2.1.265 →

Feedback