@mindstudio-ai/remy 0.1.181 → 0.1.183

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
@@ -3802,7 +3802,8 @@ var ALLOWED_MODELS_BY_TYPE = {
3802
3802
  "gpt-5.5",
3803
3803
  "gemini-3-pro",
3804
3804
  "gemini-3.1-pro",
3805
- "gemini-3-flash"
3805
+ "gemini-3-flash",
3806
+ "gemini-3.5-flash"
3806
3807
  ]
3807
3808
  // vision: undefined — unconstrained
3808
3809
  // image_generation: undefined — unconstrained
package/dist/index.js CHANGED
@@ -2114,7 +2114,8 @@ var init_surfaces = __esm({
2114
2114
  "gpt-5.5",
2115
2115
  "gemini-3-pro",
2116
2116
  "gemini-3.1-pro",
2117
- "gemini-3-flash"
2117
+ "gemini-3-flash",
2118
+ "gemini-3.5-flash"
2118
2119
  ]
2119
2120
  // vision: undefined — unconstrained
2120
2121
  // image_generation: undefined — unconstrained
@@ -40,7 +40,7 @@ The platform builds and deploys automatically:
40
40
  5. **Compute effects** — roles diff, cron diff, bot command diffs, table DDL
41
41
  6. **Apply** — create/update roles, sync bot commands, apply DDL to a staging database copy, swap the live pointer
42
42
 
43
- All deployed apps are available on `<uuid>.msagent.ai` where uuid is their app ID. Apps can also be served on a custom platform subdomain (`<subdomain>.msagent.ai`) or on a fully custom domain the user owns (pointed at the platform via CNAME or A records). Configure either via the `mindstudio-prod` CLI.
43
+ All deployed apps are available on `<uuid>.madewithremy.com` where uuid is their app ID. Apps can also be served on a custom platform subdomain (`<subdomain>.madewithremy.com`) or on a fully custom domain the user owns (pointed at the platform via CNAME or A records). Configure either via the `mindstudio-prod` CLI.
44
44
 
45
45
  ### Preview Deployments
46
46
 
@@ -338,7 +338,7 @@ Inbound HTTP endpoints that invoke methods.
338
338
  }
339
339
  ```
340
340
 
341
- Endpoint URL: `https://{app-host}/_/webhook/{secret}` — `{app-host}` is any hostname the app is served on (default `<uuid>.msagent.ai`, a custom platform subdomain, or a custom domain).
341
+ Endpoint URL: `https://{app-host}/_/webhook/{secret}` — `{app-host}` is any hostname the app is served on (default `<uuid>.madewithremy.com`, a custom platform subdomain, or a custom domain).
342
342
 
343
343
  Accepts any HTTP method. The method receives `{ method, headers, query, body }` as input.
344
344
 
@@ -42,7 +42,11 @@ If the design calls for it, take risks and be bold. It might not always work out
42
42
 
43
43
  ### Backgrounds
44
44
 
45
- Backgrounds create atmosphere. Avoid boring solid-color backgrounds and instead layer subtle gradients, use warm or cool tints, add geometric patterns or contextual textures. The background sets the mood before the user reads a single word. Do not use images as backgrounds.
45
+ Backgrounds create atmosphere. Avoid boring solid-color backgrounds and instead layer subtle gradients, use warm or cool tints, or add geometric patterns. The background sets the mood before the user reads a single word.
46
+
47
+ **Never simulate physical media.** No paper, parchment, newsprint, canvas, kraft, or grain meant to imitate print. No torn edges, folds, deckled borders, halftone patterns, ink bleed, coffee stains, or other "physical artifact" effects. These read as cheap magazine cosplay and immediately date the interface — atmosphere comes from color, light, and gradient, not from faking a material surface.
48
+
49
+ Do not use images as backgrounds.
46
50
 
47
51
  ### Output
48
52
 
@@ -6,6 +6,12 @@ Use type to create a strong hierarchy that drives the rest of the design — cle
6
6
 
7
7
  Avoid generic Google Fonts fonts and aim to surprise and delight the user with creative and unexpected choices and pairings.
8
8
 
9
+ ### Sans-Serif by Default
10
+
11
+ Apps aren't magazines. Sans-serif is the right default for app interfaces — it reads cleanly at every size, doesn't carry editorial baggage, and matches how contemporary products (iOS, Stripe, Linear, Notion, Arc, Raycast) actually look. Reach for sans-serif first.
12
+
13
+ Treat a serif as a deliberate, rare choice that needs a real reason — a literary product, a luxury brand with a specific reference, or a considered counter-move when the rest of the design supports it. A serif headline is not shorthand for "sophistication" or "editorial feel." When reached for reflexively — especially paired with cream or parchment backgrounds, drop caps, or italic flourishes — the result reads as high-school newspaper, not a polished publication. If the user asks for "editorial" or similar style, assume they want something like i-D, ssense, etc. If a serif is the right call, choose one with a clear modern point of view and design the rest of the interface to support it, rather than letting the serif do all the work.
14
+
9
15
  ### Fonts to Avoid
10
16
  Even though these fonts look nice, they are unfortunately so overused that they will immediately ruin the impact of the rest of the design. Avoid them at all costs unless the user explicitly asks for them:
11
17
  - Avoid Playfair Display, Lora, Cormorant Garamond, Outfit, Raleway, Josefin Sans, Space Grotesk, Nunito, Poppins, Plus Jakarta Sans
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindstudio-ai/remy",
3
- "version": "0.1.181",
3
+ "version": "0.1.183",
4
4
  "description": "MindStudio coding agent",
5
5
  "repository": {
6
6
  "type": "git",