replicas-engine 0.1.204 → 0.1.205

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/src/index.js CHANGED
@@ -396,7 +396,7 @@ function parseReplicasConfigString(content, filename) {
396
396
  }
397
397
 
398
398
  // ../shared/src/engine/environment.ts
399
- var DAYTONA_SNAPSHOT_ID = "23-05-2026-royal-york-v3";
399
+ var DAYTONA_SNAPSHOT_ID = "23-05-2026-royal-york-v4";
400
400
 
401
401
  // ../shared/src/engine/types.ts
402
402
  var DEFAULT_CHAT_TITLES = {
@@ -5006,6 +5006,8 @@ var ChatService = class {
5006
5006
  }
5007
5007
  }).catch(() => {
5008
5008
  });
5009
+ monolithService.sendEvent({ type: "agent_response_complete", payload: {} }).catch(() => {
5010
+ });
5009
5011
  await this.publishAgentTurnCompleteWebhook(chat);
5010
5012
  }
5011
5013
  getRuntimeChat(chatId) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-engine",
3
- "version": "0.1.204",
3
+ "version": "0.1.205",
4
4
  "description": "Lightweight API server for Replicas workspaces",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",