v2026.8.19.0
macro-inc/macrov2026.8.19.0Aug 20, 2026by synoet
AI Summary
This major update launches the 'chat v3' AI agents and introduces new calendar features like meeting links and click-to-create functionality.
Key Highlights
- Launched major work on new AI agents 'chat v3'
- Added meeting link options and improved date selection UI for calendar events
- Implemented 'click to create event' functionality and moved reminders from sidebar to inbox
New Features
- Fix screen tearing on terminal resize
- Aim deep links at the event in the URL query
- Pass allowed_origins on pipedream connect tokens
- Turso cache search
- Replace tauri cache
- Store outlook refresh token in db
- Hydration policy
- Sidebar calendar hover card
- Recents view
- Add meeting link option and update date selection ui
- Advertise Macro web app favicon as MCP server icon
- Unified split file menu
- Move reminders from sidebar to inbox
- Fix mobile layout for channel participants list scrolling
- Remove call duration tracking from active call widget
- Click to create event
- Add Cursor Cloud dev environment setup notes
Full Release Notes
## What's Changed * fix(local): fix screen tearing on terminal resize by @synoet in https://github.com/macro-inc/macro/pull/5734 * fix(calendar): aim deep links at the event in the URL query by @gbirman in https://github.com/macro-inc/macro/pull/5736 * fix(integrations): pass allowed_origins on pipedream connect tokens by @ehayes2000 in https://github.com/macro-inc/macro/pull/5730 * Seanaye/chore/update gql flags by @seanaye in https://github.com/macro-inc/macro/pull/5718 * Seanaye/feat/turso cache search by @seanaye in https://github.com/macro-inc/macro/pull/5719 * Seanaye/feat/replace tauri cache by @seanaye in https://github.com/macro-inc/macro/pull/5724 * chore: fix sync service again by @404Wolf in https://github.com/macro-inc/macro/pull/5740 * feat(email): store outlook refresh token in db by @whutchinson98 in https://github.com/macro-inc/macro/pull/5739 * Seanaye/feat/hydration policy by @seanaye in https://github.com/macro-inc/macro/pull/5735 * mega WIP: new ai agents "chat v3" by @404Wolf in https://github.com/macro-inc/macro/pull/5333 * feat(sidebar): calendar hover card by @dev-rb in https://github.com/macro-inc/macro/pull/5722 * chore(fusionauth): bump passwordless ttl by @whutchinson98 in https://github.com/macro-inc/macro/pull/5743 * feat(soup): recents view by @synoet in https://github.com/macro-inc/macro/pull/5671 * Seanaye/feat/avoid read to register deps by @seanaye in https://github.com/macro-inc/macro/pull/5742 * feat(calendar): add meeting link option and update date selection ui by @dev-rb in https://github.com/macro-inc/macro/pull/5752 * feat(mcp_service): advertise the Macro web app favicon as the MCP server icon by @ehayes2000 in https://github.com/macro-inc/macro/pull/5753 * fix(calendar): re-aim the calendar when a mention repeats its target by @gbirman in https://github.com/macro-inc/macro/pull/5754 * chore: remove stupid snapshot by @404Wolf in https://github.com/macro-inc/macro/pull/5746 * fix(notifications): use endpoints to mark entity notifications read and done by @dev-rb in https://github.com/macro-inc/macro/pull/5741 * feat: unified split file menu by @peterchinman in https://github.com/macro-inc/macro/pull/5751 * fix: move reminders from sidebar to inbox by @peterchinman in https://github.com/macro-inc/macro/pull/5758 * chore: add contributor cla by @synoet in https://github.com/macro-inc/macro/pull/5745 * Fix mobile layout for channel participants list scrolling by @peterchinman in https://github.com/macro-inc/macro/pull/5759 * Remove call duration tracking from active call widget by @peterchinman in https://github.com/macro-inc/macro/pull/5760 * chg: cla followup by @synoet in https://github.com/macro-inc/macro/pull/5762 * feat(calendar): click to create event by @dev-rb in https://github.com/macro-inc/macro/pull/5761 * docs: add Cursor Cloud dev environment setup notes by @synoet in https://github.com/macro-inc/macro/pull/5764 **Full Changelog**: https://github.com/macro-inc/macro/compare/v2026.8.18.2...v2026.8.19.0