Skip to content

[Bug]: Slack extension plugin sendMedia doesn't forward mediaLocalRoots (agent workspace media blocked) #33542

@bmendonca3

Description

@bmendonca3

Summary

extensions/slack plugin outbound sendMedia drops mediaLocalRoots before calling sendMessageSlack.

Repro (deterministic)

  1. Open extensions/slack/src/channel.ts.
  2. In outbound sendMedia, note options passed to send(...) include mediaUrl, threadTs, accountId, but not mediaLocalRoots.
  3. Open src/slack/send.ts; sendMessageSlack supports mediaLocalRoots and forwards it to media loading/upload paths.

Expected

mediaLocalRoots provided to outbound sendMedia should be forwarded to sendMessageSlack so local media paths allowed by workspace roots resolve.

Actual

mediaLocalRoots is dropped in the extension adapter.

Root cause

extensions/slack/src/channel.ts outbound.sendMedia omits mediaLocalRoots from the outbound options payload.

Metadata

Metadata

Assignees

No one assigned

    Labels

    staleMarked as stale due to inactivity

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions