See what people built during the Apps HackathonExplore the gallery

#general

May 14May 15, 2026May 16Latest
A
New release! 🚀🚀🚀
1.2.47 (2026-05-14)
Features
Bug Fixes
V
Hi everyone! 👋
I left a proposal on #3796 about handling connector_sync cancellation before considering a broader pg-boss migration.
My read is that connector deletion needs DB-visible cancellation either way, because running sync handlers still need cooperative checkpoints before ingesting more data, enqueueing embeddings/continuations, or marking success.
Would appreciate a quick sanity check on whether this direction matches what you had in mind before I start implementing.
A
New release! 🚀🚀🚀
1.2.48 (2026-05-14)
Features
  • *frontend:* enable version skew protection via deploymentId (#4629) (f6c00ad)
Bug Fixes
  • *auth:* don't downgrade existing member role via SSO default-role … (#4580) (3b02507)
  • *helm:* bound the postgres-wait init container loops (#4657) (03c9d88)
A
New release! 🚀🚀🚀
1.2.49 (2026-05-14)
Bug Fixes
---
This PR was generated with Release Please. See documentation.
?
Hi Team! I just finished the bounty for issue #4468 (Anthropic WIF support).
I've implemented everything including tests and docs, but I'm locked out from opening a PR or commenting on
GitHub because I'm a new contributor.You can see my work here: https://github.com/akmalputraseptian-stack/archestra/tree/bounty-anthropic-wif
Can someone help me get this submitted? My GitHub username is akmalputraseptian-stack. Thanks
BC
Bryan Cruse1:33 AMOpen in Slack
figured out the WhatsApp agent trigger for issue #4145 used Baileys, Postgres auth state, mirrors Slack/Teams pattern exactly...kinda cool but cant contribute bc im new. my fork is here: github.com/itsbryanman/archestra/tree/feat/whatsapp-agent-trigger-4145
2 replies
MH
M Hassaan Saleem6:05 PMOpen in Slack
Hey folks! I'm Hassaan, a developer with sharp skills in TS, Python, AI and devOps. Nice to meet you all. I'm looking forward to contribute meaningfully in archestra community and engage in meaningful discussions, Thanks!!
MB
Max Bachaud11:08 PMOpen in Slack
Hello everyone! I'm Max, excited to be interviewing for the SE role.
Looking forward to participating in the Archestra community regardless of interview outcome!
3 replies
S
sachinsharma1235:06 PMOpen in Slack
Hi Everyone,
How can I contribute to repository? I have gone through contributor's video and could see that PR to add me as an external contributor is also merged. But I am still not able to open PR.
D
dan.carlstedt8:30 PMOpen in Slack
👋 - We're evaluating Archestra for our enterprise and I've hit a wall with a pdf upload > 10 mb. I see that I can't submit an issue on the GH repo unless I've contributed before but this seems like a simple issue to address and it would really help out our assessment.
Problem: The Next.js middleware has a hardcoded 10MB limit that blocks file uploads, even though the backend supports 50MB by default.
Evidence:
• Uploading >10MB PDFs through the UI fails with "Request body exceeded 10MB" (413 error)
• Direct curl to the backend API successfully accepts 10.7MB files - The limit is purely in the frontend middleware (middlewareClientMaxBodySize)
Fix: Add to next.config.js:
   middlewareClientMaxBodySize: process.env.ARCHESTRA_MIDDLEWARE_BODY_LIMIT || '50mb'
}```
Can a contributor please open an issue for this please?
7 replies

Read-only live mirror of Archestra.AI Slack

👋Join the discussion withAI enthusiasts!