Skip to main content
Roomote can read supported file attachments from the web app and from chat threads where you start or continue a Roomote task. Support varies by chat provider. The web app, Slack, and Telegram can read the formats below. Discord supports images and a smaller text and code subset, but not Office documents, PDFs, or presentations. Microsoft Teams currently supports image attachments only. Slack can also describe one supported video attachment per message. Attachments sent to a session stay available as conversation context. When Roomote delegates work or follows up with a coding task, it can forward the relevant supported attachments with the instruction. Use attachments when the file itself is the fastest way to show the problem: a bug report export, a config file, a markdown handoff, a spreadsheet, or a PDF from a customer. Attachments work best when they are paired with a clear ask. Tell Roomote what the file is, which part matters, and what you want back: an explanation, a plan, a patch, or a follow-up question.

What works well

Attach files when you want Roomote to:
  • inspect structured data without pasting it into the message
  • read logs, config files, or source snippets as-is
  • work from a spreadsheet or report export
  • use screenshots and other images as direct visual context
If the attachments are large, Roomote reads them in the order you attach them and applies a shared text budget so the task stays responsive. Very large earlier files can leave later files included by name only. Text-extracted files are limited to 8 MB each. Image, video, and provider transport limits vary by surface.

Accepted file types

How Roomote uses them

Text, code, spreadsheet, document, and presentation files are read into the task as attachment context. Images are passed through as image inputs so Roomote can inspect them directly. .svg files are normally read as text markup, but Discord treats an SVG reported with the image/svg+xml content type as an image input. Images never change which model handles your request. When the active model accepts image input, it sees the image itself. When it does not, Roomote keeps that model in charge and has the configured vision model (or, failing that, the helper or coding model) describe the image on request, the same way a coding task delegates visual inspection to a hidden subagent. That means you can ask things like:
  • “Compare this export to the expected format and tell me what is broken.”
  • “Read this config and explain why the service is failing.”
  • “Check this customer PDF and draft the fix plan.”
  • “Look at this screenshot and tell me what UI state it shows.”

Videos from Roomote

For new screencasts, Roomote prefers final MP4 (H.264) artifacts optimized for playback while retaining the native recording. Visual proof may use the original WebM when conversion tools or time are unavailable, or conversion fails. This preference does not convert arbitrary uploads or replace existing artifacts. Task recordings remain available as uploaded artifacts. In Slack, you can ask Roomote to share a selected recording as a native video file, including one from an earlier task in the current Session. This requires the Slack app’s files:write permission; existing installations need reinstall or workspace admin reapproval after the scope is added. See Slack video replies for recording ownership and size limits. WebM recordings are converted to MP4 for Slack delivery without replacing the original artifact. If conversion or upload fails, or native delivery is not available on the current surface, Roomote shares only the artifact viewer link, without an error or unavailability explanation. Roomote only describes a video as attached when native delivery succeeds.

Best practices

  • Attach the smallest file that shows the issue clearly.
  • Add one sentence explaining what you want Roomote to do with the file.
  • Remove secrets or credentials before attaching files unless your deployment is explicitly configured to handle that material.
  • For spreadsheet or report exports, mention the tab, column, or row range that matters most.
  • For PDFs and documents, call out the section or page if you already know it.

Common issues

  • The attachment is huge. Trim it down or export just the relevant sheet, log window, or section. Text-extracted files larger than 8 MB are rejected.
  • The attachment is a format not listed here. Export it as one of the accepted formats above.
  • The task still needs more context. Add a short prompt that explains the question, expected behavior, or failure you want Roomote to investigate.