replicas-engine 0.1.138 → 0.1.139
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 +2 -1
- package/package.json +1 -1
package/dist/src/index.js
CHANGED
|
@@ -1170,7 +1170,7 @@ function parseReplicasConfigString(content, filename) {
|
|
|
1170
1170
|
}
|
|
1171
1171
|
|
|
1172
1172
|
// ../shared/src/engine/environment.ts
|
|
1173
|
-
var DAYTONA_SNAPSHOT_ID = "
|
|
1173
|
+
var DAYTONA_SNAPSHOT_ID = "04-05-2026-royal-york-v1";
|
|
1174
1174
|
|
|
1175
1175
|
// ../shared/src/engine/types.ts
|
|
1176
1176
|
var DEFAULT_CHAT_TITLES = {
|
|
@@ -2749,6 +2749,7 @@ var ClaudeManager = class _ClaudeManager extends CodingAgentManager {
|
|
|
2749
2749
|
}
|
|
2750
2750
|
if (msg.type === "result") {
|
|
2751
2751
|
this.activePromptStream?.close();
|
|
2752
|
+
break;
|
|
2752
2753
|
}
|
|
2753
2754
|
}
|
|
2754
2755
|
if (linearSessionId && latestThoughtEvent) {
|