replicas-engine 0.1.233 → 0.1.235

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
@@ -1783,7 +1783,7 @@ function isClaudeAuthErrorText(text) {
1783
1783
  }
1784
1784
 
1785
1785
  // ../shared/src/engine/environment.ts
1786
- var DAYTONA_SNAPSHOT_ID = "29-05-2026-royal-york-v4";
1786
+ var DAYTONA_SNAPSHOT_ID = "29-05-2026-royal-york-v6";
1787
1787
  var DESKTOP_NOVNC_PORT = 6080;
1788
1788
 
1789
1789
  // ../shared/src/engine/types.ts
@@ -5391,6 +5391,7 @@ var ClaudeManager = class _ClaudeManager extends CodingAgentManager {
5391
5391
  this.activePromptStream?.close();
5392
5392
  throw new ClaudeAuthError(authErrorMessage);
5393
5393
  }
5394
+ this.setAuthRetrying(false);
5394
5395
  await this.handleMessage(msg);
5395
5396
  if (linearSessionId) {
5396
5397
  linearForwarder.sendPlan(extractPlanFromClaudeEvent(msg));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-engine",
3
- "version": "0.1.233",
3
+ "version": "0.1.235",
4
4
  "description": "Lightweight API server for Replicas workspaces",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",