@mindstudio-ai/remy 0.1.153 → 0.1.154

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
@@ -6057,21 +6057,7 @@ function resolveUniqueFilename(name) {
6057
6057
  }
6058
6058
  return `${base}-${counter}${ext}`;
6059
6059
  }
6060
- var IMAGE_EXTENSIONS = /* @__PURE__ */ new Set([
6061
- ".png",
6062
- ".jpg",
6063
- ".jpeg",
6064
- ".gif",
6065
- ".webp",
6066
- ".svg",
6067
- ".bmp",
6068
- ".ico",
6069
- ".tiff",
6070
- ".tif",
6071
- ".avif",
6072
- ".heic",
6073
- ".heif"
6074
- ]);
6060
+ var IMAGE_EXTENSIONS = /* @__PURE__ */ new Set([".png", ".jpg", ".jpeg", ".gif", ".webp"]);
6075
6061
  function isImageAttachment(att) {
6076
6062
  const name = att.filename || filenameFromUrl(att.url);
6077
6063
  return IMAGE_EXTENSIONS.has(extname(name).toLowerCase());
package/dist/index.js CHANGED
@@ -6822,21 +6822,7 @@ var init_attachments = __esm({
6822
6822
  init_logger();
6823
6823
  log11 = createLogger("headless:attachments");
6824
6824
  UPLOADS_DIR = "src/.user-uploads";
6825
- IMAGE_EXTENSIONS = /* @__PURE__ */ new Set([
6826
- ".png",
6827
- ".jpg",
6828
- ".jpeg",
6829
- ".gif",
6830
- ".webp",
6831
- ".svg",
6832
- ".bmp",
6833
- ".ico",
6834
- ".tiff",
6835
- ".tif",
6836
- ".avif",
6837
- ".heic",
6838
- ".heif"
6839
- ]);
6825
+ IMAGE_EXTENSIONS = /* @__PURE__ */ new Set([".png", ".jpg", ".jpeg", ".gif", ".webp"]);
6840
6826
  }
6841
6827
  });
6842
6828
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindstudio-ai/remy",
3
- "version": "0.1.153",
3
+ "version": "0.1.154",
4
4
  "description": "MindStudio coding agent",
5
5
  "repository": {
6
6
  "type": "git",