Problem
When a user sends or references a product image ZIP file in a Feishu group chat and triggers a bound bot/agent workflow, the agent receives the text task but cannot access the actual ZIP file.
Steps to reproduce
- Send or reference a product image ZIP file in a Feishu group chat where a Multica bot is bound.
- In the same conversation, trigger the bot to run the main-image processing workflow.
- Inspect the agent output and its temporary working directory.
Actual result
- The agent is triggered successfully and the task is marked as
completed, with no runtime error.
- The referenced attachment only appears in the agent context as
[File].
- The agent does not receive a usable filename, attachment URL, attachment identifier, or local file.
- No ZIP file exists in the task working directory, so the agent cannot extract, validate, or repackage the image assets.
- Two related runs on 2026-07-24 both reported that the current message did not carry or reference an accessible file.
Expected result
Attachments from both the triggering Feishu group message and any referenced/replied-to Feishu message should be synchronized as Multica Chat attachments for the agent task.
At minimum, the task should receive:
- a readable local ZIP file in the working directory,
- the original filename,
- and attachment reference metadata that lets the agent trace the input.
Impact
This blocks Feishu group based ZIP workflows for bound agents. Users must upload the ZIP through Multica Web Chat instead, so the Feishu group integration cannot complete the expected end-to-end flow.
Suggested investigation
Please check the mapping and download path from Feishu group messages, referenced messages, and file attachments into Multica Chat attachments. The task trigger should make the ZIP available as a normal task attachment to the agent.
Problem
When a user sends or references a product image ZIP file in a Feishu group chat and triggers a bound bot/agent workflow, the agent receives the text task but cannot access the actual ZIP file.
Steps to reproduce
Actual result
completed, with no runtime error.[File].Expected result
Attachments from both the triggering Feishu group message and any referenced/replied-to Feishu message should be synchronized as Multica Chat attachments for the agent task.
At minimum, the task should receive:
Impact
This blocks Feishu group based ZIP workflows for bound agents. Users must upload the ZIP through Multica Web Chat instead, so the Feishu group integration cannot complete the expected end-to-end flow.
Suggested investigation
Please check the mapping and download path from Feishu group messages, referenced messages, and file attachments into Multica Chat attachments. The task trigger should make the ZIP available as a normal task attachment to the agent.