@mindstudio-ai/remy 0.1.220 → 0.1.221

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
@@ -8275,6 +8275,7 @@ var HeadlessSession = class {
8275
8275
  return;
8276
8276
  }
8277
8277
  if (action === "clear") {
8278
+ this.emit("status", { message: "" });
8278
8279
  this.dispatchSimple(
8279
8280
  requestId,
8280
8281
  "session_cleared",
package/dist/index.js CHANGED
@@ -9114,6 +9114,7 @@ var init_headless = __esm({
9114
9114
  return;
9115
9115
  }
9116
9116
  if (action === "clear") {
9117
+ this.emit("status", { message: "" });
9117
9118
  this.dispatchSimple(
9118
9119
  requestId,
9119
9120
  "session_cleared",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindstudio-ai/remy",
3
- "version": "0.1.220",
3
+ "version": "0.1.221",
4
4
  "description": "Remy coding agent",
5
5
  "repository": {
6
6
  "type": "git",