attachment/

September 4, 2026 · View on GitHub

English | 中文

Summary

The attachment/ group provides durable image attachments: attach images to prompts and commands, and the harness saves them on your machine, shows them again in conversation history, and sends them to the model in later turns. The shipped dsh composition enables this with no setup. The capability and its storage are split across two packages, described below. Stored images survive restarts and are never deleted automatically, and only raster image formats are supported.

Table of Contents


Packages

These two packages provide durable image attachments; each README describes what you can do with its part.

PackageRolectx key
attachment/Image attachments for prompts and commands that persist and come back in historyctx.attachments
attachment-local/Stores your attached images on this machine below DSH_HOMEregisters on ctx.attachments

Start with the subsystem reference for the service contract, then the capability-seam table and the configuration surface of the local backend.

Dev Note

Working context for maintainers — click to expand

None.