v2026.8.18.0
macro-inc/macrov2026.8.18.0Aug 19, 2026by synoet
AI Summary
Identical to the previous release, this update continues to integrate MCP Pipedream, enhance calendar AI tools, and improve security.
Key Highlights
- Added MCP Pipedream integration and calendar event CRUD AI tools
- Improved security by preventing SSRF and sanitizing HTML
- Introduced reminders AI toolset and calendar event mentions with previews
New Features
- Hydrate inbound events, cleanup bot channel sending
- Prevent ssrf
- Add in original url validation to oauth2 callback
- MCP pipedream integration
- Offer turn-off wherever calendar data exists
- Address RUSTSEC-2026-0258 (h2 empty DATA frames)
- Sanitize locally-authored html bodies before storage
- Turso backed cache
- Default link share
- Refactor calendar: reorganize, clean, and split files
- Safer optimistic task creation (backend-first)
- Calendar event CRUD AI tools
- Reminders AI toolset
- Add reminders/notifications add and edit
- Filter + sort by touched by me
- Mark the entity done when a reminder is set
- Proxy pipedream catalog icons through image proxy
- New mobile nav ui
- Occurrence scoping for AI-tool and API event updates
- Calendar event mentions with previews
- AI auto feedback ai editing improvements
Full Release Notes
## What's Changed * chore(sdk): hydrate inbound events, cleanup bot channel sending by @404Wolf in https://github.com/macro-inc/macro/pull/5689 * Update star history data through 2026-08-18 with 3608 stars by @jbecke in https://github.com/macro-inc/macro/pull/5706 * fix(unfurl): prevent ssrf by @whutchinson98 in https://github.com/macro-inc/macro/pull/5708 * fix(auth): add in original url validation to oauth2 callback by @whutchinson98 in https://github.com/macro-inc/macro/pull/5707 * feat: mcp pipedream integration by @ehayes2000 in https://github.com/macro-inc/macro/pull/5578 * fix(calendar): offer turn-off wherever calendar data exists by @gbirman in https://github.com/macro-inc/macro/pull/5702 * fix(deps): address RUSTSEC-2026-0258 (h2 empty DATA frames) by @synoet in https://github.com/macro-inc/macro/pull/5712 * fix(email): sanitize locally-authored html bodies before storage by @evanhutnik in https://github.com/macro-inc/macro/pull/5711 * Seanaye/feat/turso backed cache by @seanaye in https://github.com/macro-inc/macro/pull/5686 * feat(team): default link share by @whutchinson98 in https://github.com/macro-inc/macro/pull/5709 * refactor(calendar): reorganize, clean, and split files by @dev-rb in https://github.com/macro-inc/macro/pull/5713 * fix: safer optimistic task creation (backend-first) by @404Wolf in https://github.com/macro-inc/macro/pull/5717 * feat(calendar): calendar event CRUD AI tools by @gbirman in https://github.com/macro-inc/macro/pull/5721 * fix(docs): repair MCP tool page generator and gate it in CI by @ehayes2000 in https://github.com/macro-inc/macro/pull/5710 * feat(reminders): reminders AI toolset by @evanhutnik in https://github.com/macro-inc/macro/pull/5620 * feat(calendar): add reminders/notifications add and edit by @dev-rb in https://github.com/macro-inc/macro/pull/5725 * feat(soup): filter + sort by touched by me by @synoet in https://github.com/macro-inc/macro/pull/5655 * feat(reminders): mark the entity done when a reminder is set by @evanhutnik in https://github.com/macro-inc/macro/pull/5723 * fix(integrations): proxy pipedream catalog icons through image proxy by @ehayes2000 in https://github.com/macro-inc/macro/pull/5727 * fix(web): build error by @synoet in https://github.com/macro-inc/macro/pull/5729 * feat: new mobile nav ui by @peterchinman in https://github.com/macro-inc/macro/pull/5726 * fix(calendar): occurrence scoping for AI-tool and API event updates by @gbirman in https://github.com/macro-inc/macro/pull/5728 * feat(calendar): calendar event mentions with previews by @gbirman in https://github.com/macro-inc/macro/pull/5731 * wip: ai auto feedback ai editing improvements by @404Wolf in https://github.com/macro-inc/macro/pull/5511 **Full Changelog**: https://github.com/macro-inc/macro/compare/v2026.8.17.0...v2026.8.18.0