@mindstudio-ai/remy 0.1.71 → 0.1.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/headless.js CHANGED
@@ -5916,6 +5916,7 @@ ${xmlParts}
5916
5916
  return;
5917
5917
  }
5918
5918
  if (action === "get_history") {
5919
+ applyPendingBlockUpdates();
5919
5920
  dispatchSimple(requestId, "history", () => handleGetHistory(state));
5920
5921
  return;
5921
5922
  }
package/dist/index.js CHANGED
@@ -6531,6 +6531,7 @@ ${xmlParts}
6531
6531
  return;
6532
6532
  }
6533
6533
  if (action === "get_history") {
6534
+ applyPendingBlockUpdates();
6534
6535
  dispatchSimple(requestId, "history", () => handleGetHistory(state));
6535
6536
  return;
6536
6537
  }
@@ -61,6 +61,9 @@ Remember: It's 2026. Everything is lifestyle and editorial these days. Even a la
61
61
 
62
62
  Default to photography with real subjects — people, scenes, moments, environments. Use editorial and fashion photography vocabulary in your prompts. When abstract art is the right call (textures, editorial collages, gradient art), make it bold and intentional, not generic gradient blobs.
63
63
 
64
+ #### Match style to context
65
+ Editorial photography is the right call for hero images, landing pages, marketing sites, and branding. But when generating images for scenario seed data — sample posts, user uploads, profile content, anything that's supposed to look like a real user created it — the target is authentic user-generated content, not a photographer's portfolio. A social app's seed photos should look like they came from someone's phone camera roll in 2026: well-lit because the phone's computational photography is good, but casually framed, slightly imperfect, real-life backgrounds. Think "my friend posted this on Instagram" not "Unsplash top pick." The difference between a compelling demo and a fake-feeling one is whether the seed content feels like real people made it.
66
+
64
67
  The developer should never need to source their own imagery. Always provide URLs.
65
68
 
66
69
  ### When to use images
@@ -44,6 +44,8 @@ For photorealistic images, be specific about:
44
44
  - Camera: close-up, wide angle, shallow depth of field, slightly grainy, film texture
45
45
  - Mood: the emotional quality — intimate, dramatic, serene, energetic
46
46
 
47
+ **Casual / phone photography:** When the brief calls for candid, user-generated, or social-media-style photos, steer away from professional photography language. Instead describe the qualities of a good 2026 smartphone photo: sharp subject with computational HDR, natural ambient lighting, slightly busy or imperfect backgrounds, centered or off-center casual framing, no deliberate composition or artistic bokeh. The subject should look like someone pointed their phone and tapped — not posed, not art-directed. Describe it as "phone photo" or "iPhone photo" style, not "digital photography with shallow depth of field." Real people's photos are well-lit (phones are good now) but unpolished — a messy kitchen counter in frame, a friend mid-laugh with eyes half-closed, a dog blurry because it moved. That imperfection is what makes them feel authentic.
48
+
47
49
  ## Output
48
50
 
49
51
  Respond with ONLY the enhanced prompt. 3-5 sentences maximum. Be specific and visual, not abstract or conceptual.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindstudio-ai/remy",
3
- "version": "0.1.71",
3
+ "version": "0.1.72",
4
4
  "description": "MindStudio coding agent",
5
5
  "repository": {
6
6
  "type": "git",