Features
- feat(slack): assistant thread ops, paginated history/replies, and permalink (#4934)
- feat(integrations): add AWS AppConfig integration with tools, block, and docs (#4928)
- feat(integrations): expand tool coverage, audit integrations, regen docs (#4920)
- feat(models): add Claude Fable 5 (#4921)
- feat(tables): stable column ids for metadata-only rename (#4898)
- feat(emcn/toast): toast redesign — intent variants, stacking, hover reveal, dismiss-all (#4909)
- feat(sendblue): add Sendblue iMessage/SMS integration with tools and triggers (#4917)
- feat(auth): dynamic signup/login ban lists via AWS AppConfig (#4911)
- feat(integrations): suggest curated skills per integration with one-click add (#4912)
- feat(enrichment): add ZeroBounce, NeverBounce, and MillionVerifier email verification (#4854)
- feat(tables): row-gutter drag-select, Cmd+F find, and select-all polish (#4901)
Improvements
- improvement(tools): validate integrations, add Gong activity tools, regenerate docs (#4937)
- improvement(emcn): consolidate chip chrome, enforce ChipModalField, paint real chrome in loading fallbacks (#4935)
- improvement(mothership): v0.2 (#4923)
- refactor(emcn): make ChipModal footer/header props-driven and migrate all consumers (#4905)
- improvement(metrics): emit hosted-key metrics to CloudWatch instead of OTel (#4914)
- refactor(mothership-chats): rename task feature to chat, move route, add redirect (#4910)
- improvement(perms): member removal reassignment policies (#4906)
- improvement(platform): remove tour, simplify sidebar/header, drop loading skeletons (#4354)
Bug Fixes
- fix(mothership): clear chat input after sending a message mid-conversation (#4936)
- fix(agent): unique tool ids for multi-instance tools + icon updates (#4933)
- fix(tables): key filter UI by stable column id; show column name in delete confirm (#4930)
- fix(modal): preserve spacing in workspace delete confirmation label (#4929)
- fix(tables): route large CSV imports to the background job instead of 413 (#4927)
- fix(terminal): truncate console values by size and cycles, not nesting depth (#4924)
- fix(tables): stop insert-row flicker and return order_key from rows list (#4918)
- fix(home,integrations): optical-center home input + integrations page render fix (#4916)
- fix(user-input): atomic chip selection, modifier-key handling, and stale overlay ghost (#4902)
- fix(tables): compare order_key bytewise (COLLATE "C") to stop insert collation errors (#4908)
- fix(security): SSRF pinning, Twilio webhook auth, copilot token leak, audit-log tenant scoping (#4899)
Other Changes
- chore(tables): own fractional-indexing in-house, drop runtime dep (#4900)