Product update 8 May 2026, mobile application.
Swatch agent updated. Users can create studio shot images in the same style from any uploaded swatch. Now users can select the studio shot style from previously-created memories, so they can apply the same studio style across their catalog.
Studio style memory agent introduced. Users can select a product and our agent analyses the product and sets a studio style per image with background, shadow, lighting, depth and focus, product finish state, product placement angle and aspect ratio.
We introduced a memory section in the main agent, where users can select any previously-created memory easily by tapping. The associated skill file embeds into the context, so users can use that memory style easily. Also users can click to manage link to see all their memory styles, delete and edit them.
Memory structure updated adding reference images stored as well.
Device id users who didnt update their emails are are now shown update email CTA with explanation that they can access web app.
The Folio AI general information file changed to an md file, added to main agent context for users asking questions about Folio.
Swatch agent - added an option where the uploaded image can be used as base image without editing it as studio shot.
Reference style memory agent introduced. a new agent introduced to create a memory from a reference image. Also from conversation, users can create a reference memory from existing created or edited images.
Tighter analytics across Folio AI: tracking which image/video tools users actually pick, and how often saved memories get created and re-used.
Catalog store terminology cleanup. Duplicate functions eliminated.
Spent a few hours auditing the API graph in our iOS app. Same endpoints were being fetched multiple times. Fix: TTL gate shared in-flight Task kind-aware notifications.
Refactored and cleaned up all catalog api’s now 45% smaller. Highly recommended for vibe-coded apps, that has a history coded with several generations of llms.
Hardened device-ID login: stronger account recovery, fewer spurious sign-outs, and no raw device identifiers leaving the app in plaintext. We started to store the device id in keychain which survives reinstalls. Before it was not on keychain that created some problems for some of our users.
Performance audit on auth: consolidated repeated auth endpoint fetches across onboarding, post-purchase, and profile-edit flows behind a single debounced path. Smaller network footprint, faster app load, cleaner state.
Replaced image icon with plus icon in main agent, in bottom input field for attachment. When clicked it opens image, camera and select from products.
Xcode version upgraded to 26