• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

decentraland / agent-server / 23857052539
31%
main: 34%

Build:
Build:
LAST BUILD BRANCH: feat/two-agents-account
DEFAULT BRANCH: main
Ran 01 Apr 2026 03:38PM UTC
Jobs 1
Files 13
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

01 Apr 2026 03:38PM UTC coverage: 26.271% (-0.5%) from 26.794%
23857052539

Pull #68

github

root
fix: support image attachments in Slack threads

Previously, image files attached to Slack messages in a thread were
silently ignored by fetchThread(). Only text files (plain text, markdown)
were downloaded and included in the agent context.

This change:
- Adds IMAGE_MIMETYPES set to detect image files (png, jpeg, gif, webp)
- Adds downloadImageFile() that fetches an image and returns base64 data
- Changes fetchThread() return type to { content, images } to carry
  image payloads alongside the text content
- Updates all three call sites (app_mention, auto-reply, DM handlers)
  to destructure the new return value and pass images to runAgent()
- Adds images field to RunOptions in agent.ts
- Passes images to session.prompt() via PromptOptions when present,
  enabling Claude to see images shared in Slack threads
Pull Request #68: fix: support image attachments in Slack threads

127 of 523 branches covered (24.28%)

Branch coverage included in aggregate %.

1 of 20 new or added lines in 2 files covered. (5.0%)

1 existing line in 1 file now uncovered.

240 of 874 relevant lines covered (27.46%)

2.27 hits per line

Uncovered Changes

Lines Coverage ∆ File
17
15.52
-0.49% src/slack.ts
2
7.03
-0.16% src/agent.ts

Coverage Regressions

Lines Coverage ∆ File
1
15.52
-0.49% src/slack.ts
Jobs
ID Job ID Ran Files Coverage
1 23857052539.1 01 Apr 2026 03:38PM UTC 13
26.27
GitHub Action Run
Source Files on build 23857052539
  • Tree
  • List 13
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Pull Request #68
  • PR Base - main (#23854062565)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc