replicas-engine 0.1.69 → 0.1.71

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
@@ -89,6 +89,8 @@ var BaseRefreshManager = class {
89
89
  lastErrorMessage: null
90
90
  };
91
91
  }
92
+ managerName;
93
+ intervalMs;
92
94
  intervalHandle = null;
93
95
  health;
94
96
  async start() {
@@ -1080,7 +1082,7 @@ function parseReplicasConfigString(content, filename) {
1080
1082
  }
1081
1083
 
1082
1084
  // ../shared/src/engine/environment.ts
1083
- var DAYTONA_SNAPSHOT_ID = "01-04-2026-kipling-v10";
1085
+ var DAYTONA_SNAPSHOT_ID = "01-04-2026-kipling-v12";
1084
1086
 
1085
1087
  // ../shared/src/engine/types.ts
1086
1088
  var DEFAULT_CHAT_TITLES = {
@@ -3010,6 +3012,7 @@ var ChatService = class {
3010
3012
  constructor(workingDirectory) {
3011
3013
  this.workingDirectory = workingDirectory;
3012
3014
  }
3015
+ workingDirectory;
3013
3016
  chats = /* @__PURE__ */ new Map();
3014
3017
  writeChain = Promise.resolve();
3015
3018
  async initialize() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-engine",
3
- "version": "0.1.69",
3
+ "version": "0.1.71",
4
4
  "description": "Lightweight API server for Replicas workspaces",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -27,7 +27,7 @@
27
27
  "author": "Replicas",
28
28
  "license": "MIT",
29
29
  "dependencies": {
30
- "@anthropic-ai/claude-agent-sdk": "^0.2.41",
30
+ "@anthropic-ai/claude-agent-sdk": "0.2.85",
31
31
  "@hono/node-server": "^1.19.5",
32
32
  "@openai/codex-sdk": "^0.111.0",
33
33
  "hono": "^4.10.3",