v2026.8.20.0
macro-inc/macrov2026.8.20.0Aug 20, 2026by synoet
AI Summary
A substantial release featuring CRM enhancements, improved agent tool rendering, and fixes for mobile drawer navigation.
Key Highlights
- Added CRM features allowing users to open contacts from hover cards
- Implemented tool calls rendering using AI chat component patterns in agent-fold
- Fixed mobile drawer navigation and updated markdown error messages to be platform-aware
New Features
- Allow bot to post
- Open contact from user hover card
- Hide Open contact unless the team has CRM enabled
- Hide Open contact when unavailable
- Dispatch recurring reminders
- Render tool calls with the AI chat's component patterns
- Lazy websockets for arbitrary harnesses
- Fix user icon fallback
Full Release Notes
## What's Changed * fix: allow bot to post by @synoet in https://github.com/macro-inc/macro/pull/5763 * feat(crm): open contact from user hover card by @synoet in https://github.com/macro-inc/macro/pull/5766 * fix(crm): hide Open contact unless the team has CRM enabled by @synoet in https://github.com/macro-inc/macro/pull/5767 * fix(crm): hide Open contact when unavailable by @synoet in https://github.com/macro-inc/macro/pull/5771 * feat(reminders): dispatch recurring reminders by @evanhutnik in https://github.com/macro-inc/macro/pull/5700 * feat(agent-fold): render tool calls with the AI chat's component patterns by @ehayes2000 in https://github.com/macro-inc/macro/pull/5583 * chore: set up pulumi for agent_harness_service by @404Wolf in https://github.com/macro-inc/macro/pull/5747 * fix(mobile): broken drawers by @peterchinman in https://github.com/macro-inc/macro/pull/5779 * fix(share): require cmd+enter to submit the share menu by @peterchinman in https://github.com/macro-inc/macro/pull/5776 * Make markdown error messages platform-aware by @peterchinman in https://github.com/macro-inc/macro/pull/5773 * feat: lazy websockets for arbitrary harnesses by @404Wolf in https://github.com/macro-inc/macro/pull/5701 * fix(contact): fix user icon fallback by @synoet in https://github.com/macro-inc/macro/pull/5785 **Full Changelog**: https://github.com/macro-inc/macro/compare/v2026.8.19.0...v2026.8.20.0