attachments
Attachment storage, image/video renditions, and retained image-generation interfaces.
Entry points and registration
extension.ts declares the ID, dependencies, and startup behavior. registry.ts registers the extension.
| Implementation | Purpose |
|---|---|
| attachments-service.ts | Attachments Service |
| media-rendition.ts | Media Rendition |
| generate-image-service.ts | Generate Image Service |
Dependencies and change boundaries
Declared Host dependencies: auth · telemetry.
Attachment display does not establish image-generation support; generation still needs a local adapter.
See Configuration for activation policy and Features for support status.