@mindstudio-ai/remy 0.1.220 → 0.1.222

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
@@ -3635,7 +3635,8 @@ var ALLOWED_MODELS_BY_TYPE = {
3635
3635
  "grok-4.5",
3636
3636
  "glm-5.2",
3637
3637
  "muse-spark-1.1",
3638
- "kimi-k2-7-code"
3638
+ "kimi-k2-7-code",
3639
+ "kimi-k3"
3639
3640
  ]
3640
3641
  // vision: undefined — unconstrained
3641
3642
  // image_generation: undefined — unconstrained
@@ -8275,6 +8276,7 @@ var HeadlessSession = class {
8275
8276
  return;
8276
8277
  }
8277
8278
  if (action === "clear") {
8279
+ this.emit("status", { message: "" });
8278
8280
  this.dispatchSimple(
8279
8281
  requestId,
8280
8282
  "session_cleared",
package/dist/index.js CHANGED
@@ -2254,7 +2254,8 @@ var init_surfaces = __esm({
2254
2254
  "grok-4.5",
2255
2255
  "glm-5.2",
2256
2256
  "muse-spark-1.1",
2257
- "kimi-k2-7-code"
2257
+ "kimi-k2-7-code",
2258
+ "kimi-k3"
2258
2259
  ]
2259
2260
  // vision: undefined — unconstrained
2260
2261
  // image_generation: undefined — unconstrained
@@ -9114,6 +9115,7 @@ var init_headless = __esm({
9114
9115
  return;
9115
9116
  }
9116
9117
  if (action === "clear") {
9118
+ this.emit("status", { message: "" });
9117
9119
  this.dispatchSimple(
9118
9120
  requestId,
9119
9121
  "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.222",
4
4
  "description": "Remy coding agent",
5
5
  "repository": {
6
6
  "type": "git",