- Read directly: images, and plain text such as
.txt,.md,.jsonand.xml, passed through as-is so JSON stays JSON. - Converted to markdown:
.docx,.pptx,.xlsx,.xls,.csv,.pdf,.htmland.epub, with spreadsheet tables and document headings preserved. - Skipped: anything else, or a file that fails to convert, with a thread reply naming the reason rather than silence.
attach_slack_file_to_jira_issue tool: ask it to create an issue and attach the file, and the original file lands on the issue, not the markdown the model read. It works on a later turn too, since the file id stays in the conversation, so βalso attach that to KAN-4β does the right thing.
The agent can only attach files shared in that conversationβs own channel, so a prompt cannot name a file it saw somewhere else. Agents that restrict tools with an allowlist need attach_slack_file_to_jira_issue added in the builder; agents with a denylist or no tool restrictions get it automatically.
See Jira Tool and Starting a session. Shipped in Paradime v6.13.0.