Nothing to try yet
claude.see() lets AppifactRepl scripts attach up to 4 images and text notes to a tool result
What
Scripts running inside the new AppifactRepl tool (see related entries) can call claude.see({text, images}) to attach images and text notes to the tool's result. Up to 4 images are allowed per result, and only PNG or JPEG images are accepted; anything larger or in another format is refused, with messages such as "at most 4 images per result" and "not a PNG or JPEG".
Why
This lets a REPL script show visual output, such as a rendered preview, directly alongside its result instead of only returning text.