@mindstudio-ai/remy 0.1.241 → 0.1.242

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
@@ -3035,7 +3035,7 @@ function startStatusWatcher(config) {
3035
3035
  if (!data.label) {
3036
3036
  return;
3037
3037
  }
3038
- if (pauseCount > 0) {
3038
+ if (pauseCount > 0 || stopped || signal?.aborted) {
3039
3039
  return;
3040
3040
  }
3041
3041
  onStatus(data.label);
package/dist/index.js CHANGED
@@ -3774,7 +3774,7 @@ function startStatusWatcher(config) {
3774
3774
  if (!data.label) {
3775
3775
  return;
3776
3776
  }
3777
- if (pauseCount > 0) {
3777
+ if (pauseCount > 0 || stopped || signal?.aborted) {
3778
3778
  return;
3779
3779
  }
3780
3780
  onStatus(data.label);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindstudio-ai/remy",
3
- "version": "0.1.241",
3
+ "version": "0.1.242",
4
4
  "description": "Remy coding agent",
5
5
  "repository": {
6
6
  "type": "git",