@mindstudio-ai/remy 0.1.340 → 0.1.341

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
@@ -4929,7 +4929,7 @@ Replay of this run: ![Browser test replay](replay:${context.toolCallId})`;
4929
4929
  const { sessionId, startTs, endTs } = result.replay;
4930
4930
  text += `
4931
4931
 
4932
- To render this replay as an mp4 (returns a public URL): \`remy-admin recordings export --session ${sessionId} --from ${startTs} --to ${endTs}\``;
4932
+ To render this replay as an mp4 (returns a public URL): \`remy-admin qa-recordings export --session ${sessionId} --from ${startTs} --to ${endTs}\``;
4933
4933
  }
4934
4934
  return text;
4935
4935
  }
package/dist/index.js CHANGED
@@ -6008,7 +6008,7 @@ Replay of this run: ![Browser test replay](replay:${context.toolCallId})`;
6008
6008
  const { sessionId, startTs, endTs } = result.replay;
6009
6009
  text += `
6010
6010
 
6011
- To render this replay as an mp4 (returns a public URL): \`remy-admin recordings export --session ${sessionId} --from ${startTs} --to ${endTs}\``;
6011
+ To render this replay as an mp4 (returns a public URL): \`remy-admin qa-recordings export --session ${sessionId} --from ${startTs} --to ${endTs}\``;
6012
6012
  }
6013
6013
  return text;
6014
6014
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindstudio-ai/remy",
3
- "version": "0.1.340",
3
+ "version": "0.1.341",
4
4
  "description": "Remy coding agent",
5
5
  "repository": {
6
6
  "type": "git",