@mindstudio-ai/remy 0.1.161 → 0.1.162

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
@@ -5725,7 +5725,11 @@ var patterns = [
5725
5725
  /HTTP 5\d\d/i,
5726
5726
  "The AI service is temporarily unavailable. Please try again."
5727
5727
  ],
5728
- [/Stream stalled/i, "The connection was interrupted. Please try again."]
5728
+ [/Stream stalled/i, "The connection was interrupted. Please try again."],
5729
+ [
5730
+ /content filter|Output blocked/i,
5731
+ "The AI model's content moderation filter blocked this response. These are usually false positives, we apologize for the interruption. Rephrasing your request typically fixes this."
5732
+ ]
5729
5733
  ];
5730
5734
  function friendlyError(raw) {
5731
5735
  for (const [pattern, message] of patterns) {
package/dist/index.js CHANGED
@@ -6056,7 +6056,11 @@ var init_errors = __esm({
6056
6056
  /HTTP 5\d\d/i,
6057
6057
  "The AI service is temporarily unavailable. Please try again."
6058
6058
  ],
6059
- [/Stream stalled/i, "The connection was interrupted. Please try again."]
6059
+ [/Stream stalled/i, "The connection was interrupted. Please try again."],
6060
+ [
6061
+ /content filter|Output blocked/i,
6062
+ "The AI model's content moderation filter blocked this response. These are usually false positives, we apologize for the interruption. Rephrasing your request typically fixes this."
6063
+ ]
6060
6064
  ];
6061
6065
  }
6062
6066
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindstudio-ai/remy",
3
- "version": "0.1.161",
3
+ "version": "0.1.162",
4
4
  "description": "MindStudio coding agent",
5
5
  "repository": {
6
6
  "type": "git",