Released 2026-05-24. Consolidates v1.0.1 through v1.0.3 — three releases that shipped together. AI Assistance gains a setup wizard plus mid-chat tool lookup; the data export gets a rate-limit + audit trail; users can object to AI processing and AI audit rows pick up per-plan retention.
AI Assistance — wizard + mid-chat tools
- Setup wizard — a 4-step intro under AI Assistance for new chats: pick what you're building (workflow, playground, form, or visualizer), pick the platform integrations and AI providers you want in scope (up to 10 integrations and 3 AI providers), describe your goal, then land in the chat with your brief already sent. Forms and visualizers skip the tool step.
- Mid-chat tool lookup. Mention a tool the assistant doesn't already know about in this chat and it looks the tool up in the FlowFn catalogue and uses it on the same turn — no confirmation step. A short status above the chat shows what it's looking up ("Looking up 'whatsapp'…").
- Auto-added integrations. Any integration or AI provider the assistant ends up using in the workflow / playground it produces is automatically added to your selection.
- Quick "add more tools" buttons in the chat header — click + Integrations or + AI providers to widen the selection without leaving the conversation.
- Inline previews of what the assistant builds. When the assistant produces a workflow / playground / form / visualizer, a preview card appears at the bottom of the chat with Create and Refine buttons.
- Notes alongside the selection submission — add free-text context with your choices ("use channel #ops", "name it differently") when the assistant asks for selections.
- Faster, cheaper turns. Pre-selecting the artifact kind + tools (via the wizard or mid-chat buttons) lets the assistant focus on what's in scope.
- Cleaner generated workflow layouts — branches, loops, and parallel paths sit on separate rows; no overlapping boxes on the canvas.
Self-service data export — rate limit + audit
- Once every 24 hours. If a new request lands inside the cooldown and your previous download is still available, we re-send the existing link without consuming the quota. The Privacy Rights panel surfaces the next-available time and a link to the formal DSR form for urgent cases.
- Admin export override — admins can force a fresh export for any user from the user edit page (bypasses the cooldown). Each override is recorded with the admin's user id.
- Export audit log — every export attempt (completed, regenerated, refused, failed, admin-override) is persisted for regulator audits under GDPR Art. 12(5).
- Signed export URLs — at most one valid signed download URL exists per user at any time; uploading a new export deletes the previous object.
Referral cookie — consent-gated
- The
ff_refcookie set from?ref=<code>URLs now requires functional-cookie consent before it is written, per ePrivacy. If consent is granted later on the same page load the cookie is set retroactively.
AI assistance — privacy hardening
- Object to AI processing — under My Account → Privacy Rights you can now object specifically to AI assistance (GDPR Art. 21). When set, the AI chat, code-generation, and playground assistant endpoints return a forbidden response until the objection is lifted.
- AI audit row retention windows — the nightly purge now applies a default retention to AI assistance request audit rows on every plan. Defaults: Free 2 months, Student 2 months, Starter 3 months (monthly) / 6 months (annual), Pro 6 months (monthly) / 12 months (annual), Business 12 months (monthly) / 24 months (annual). Previously unlimited.
- Plan schema default —
settings.ai_assistance_request_retention_monthsnow defaults to 24 months for newly created plans. Set to -1 to opt out of the purge.
Account & security
- Login history shows the real browser — sign-in events record your actual browser and OS instead of a generic "node".
- Login history pagination — My Account → Security paginates with selectable page sizes (10 / 25 / 50 / 100).
Fixed
- Announcements detail pane no longer shows a stuck loading skeleton when there are no announcements.
- Referrals copy-link state is now per-card (was shared between the two link cards).
- Credit widget Top-up button jumps straight to the top-up card on the credits page.
- AI Assistance tool picker layout no longer overflows its card when long integration names appear.