replicas-engine 0.1.59 → 0.1.60

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
@@ -3040,6 +3040,7 @@ var ChatService = class {
3040
3040
  }
3041
3041
  const linearSessionId = ENGINE_ENV.LINEAR_SESSION_ID;
3042
3042
  const repoStatuses = await gitService.refreshRepos();
3043
+ console.log(`Repository Statuses Refreshed: `, repoStatuses);
3043
3044
  const payload = linearSessionId ? { linearSessionId, repoStatuses } : { repoStatuses };
3044
3045
  await monolithService.sendEvent({ type: "agent_turn_complete", payload });
3045
3046
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-engine",
3
- "version": "0.1.59",
3
+ "version": "0.1.60",
4
4
  "description": "Lightweight API server for Replicas workspaces",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",