v0.6.93: schedules/mcp performance improvements, integration bugfixes#4767
Conversation
* v0.6.29: login improvements, posthog telemetry (#4026) * feat(posthog): Add tracking on mothership abort (#4023) Co-authored-by: Theodore Li <theo@sim.ai> * fix(login): fix captcha headers for manual login (#4025) * fix(signup): fix turnstile key loading * fix(login): fix captcha header passing * Catch user already exists, remove login form captcha * Update AgentPhone logo and block background color Replace the old green phone icon with the current AgentPhone logomark and change bgColor to #000000. --------- Co-authored-by: Waleed <walif6@gmail.com> Co-authored-by: Theodore Li <theodoreqili@gmail.com> Co-authored-by: Siddharth Ganesan <33737564+Sg312@users.noreply.github.com> Co-authored-by: Vikhyath Mondreti <vikhyathvikku@gmail.com> Co-authored-by: Theodore Li <theo@sim.ai>
* improvement(schedu les): retries, concurrency limits * improvement(schedules): remove stale generated migration Drop the pre-merge generated 0213 migration so it can be regenerated after syncing with staging. Co-authored-by: Cursor <cursoragent@cursor.com> * address comments * fix pinned version for lru cache * retryable errs cleanup --------- Co-authored-by: Cursor <cursoragent@cursor.com>
* fix(rate-limiter): hosted-key queue follow-ups from #4756 review * chore(rate-limiter): trim verbose comments
* improvement(mcp): bound MCP memory and lifecycle concurrency * update db mock * address comments * address comments
…iling (#4761) * fix(tables): coerce row values to column types on write instead of failing * fix(tables): persist coerced values in upsert match + bulk update, normalize Date to ISO * fix(tables): guard date coercion against out-of-range values
…utputs (#4765) * improvement(integrations): tighten sixtyfour, agentmail, agentphone outputs * fix(agentphone): expose mediaUrls in block outputs * fix(sixtyfour): remove invalid `properties` field from block outputs * chore(skills): clarify validate-integration block vs tool outputs
* feat(instantly): block, trigger * change bg color for icon * address comments * cleanup code * search param missplaced
* improvement(cron): fire-and-forget for cron-invoked endpoints * fix(cron): add staleness takeover to single-flight guard * improvement(cron): drop single-flight guard, rely on DB row claiming
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryHigh Risk Overview MCP changes harden the workflow MCP serve path and admin APIs: bounded request/response sizes, paginated Schedules gain a much larger execution tick with Cron routes for Teams subscription renewal and inactivity-alert polling now return 202 quickly, use Redis locks, and run work in the background via Reviewed by Cursor Bugbot for commit 7ddd90b. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 7ddd90b. Configure here.

improvement(agentphone): update logo and background color (#4753)
improvement(schedules): retries and concurrency limits (#4755)
fix(rate-limiter): hosted-key queue follow-up fixes (#4762)
improvement(mcp): bound MCP memory and lifecycle concurrency (#4751)
fix(tables): coerce row values to column types on write instead of failing; persist coerced values; normalize dates to ISO; guard invalid date coercion (#4761)
improvement(integrations): tighten sixtyfour, agentmail, and agentphone outputs; expose mediaUrls; remove invalid output properties (#4765)
feat(instantly): add block and trigger (#4763)
improvement(cron): fire-and-forget for cron-invoked endpoints (#4764)