Group of 2 You'll notice
Reading a file through the Artifact tool can now show the file's content inline instead of requiring a separate read
What
- When the Artifact tool's
file_readresult is rendered, if the read includes acontentstring it's now appended in full below the summary line, so the caller no longer necessarily needs to separately read the saved file. - A note is shown when the content is a "reading copy" with reserved tag names neutralized.
- The underlying schema for served files gained
content(capped in length) andcontent_scrubbedfields; elsewhere,content/content_scrubbedare stripped fromfile_readpayloads before being logged.
Why Inlining the file content saves an extra round trip: Claude can see what it just read without issuing a follow-up read call, while the scrubbing step keeps sensitive content out of logs.