replicas-engine 0.1.737 → 0.1.738

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.
@@ -272,7 +272,7 @@ var DEFAULT_CODEX_ARGS = [
272
272
  var MIN_CODEX_CLI_VERSION = "0.144.6";
273
273
  var CODEX_UPGRADE_TIMEOUT_MS = 12e4;
274
274
  var codexCliVersionEnsured = null;
275
- var ENGINE_PACKAGE_VERSION = "0.1.737";
275
+ var ENGINE_PACKAGE_VERSION = "0.1.738";
276
276
  var INITIALIZE_METHOD = "initialize";
277
277
  var INITIALIZED_NOTIFICATION = "initialized";
278
278
  var ACCOUNT_LOGIN_START_METHOD = "account/login/start";
@@ -4,7 +4,7 @@ import {
4
4
  buildCodexAgentEnv,
5
5
  putPresignedFile,
6
6
  recoverCompletedTurn
7
- } from "./chunk-DB7JRLLN.js";
7
+ } from "./chunk-7L7NSSH7.js";
8
8
  import {
9
9
  AGENT,
10
10
  getMemoryOutputSafetyViolation,
package/dist/src/index.js CHANGED
@@ -36,7 +36,7 @@ import {
36
36
  execFileAsync,
37
37
  putPresignedFile,
38
38
  recoverCompletedTurn
39
- } from "./chunk-DB7JRLLN.js";
39
+ } from "./chunk-7L7NSSH7.js";
40
40
  import {
41
41
  isRecord as isRecord2
42
42
  } from "./chunk-2RB7SIP3.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-engine",
3
- "version": "0.1.737",
3
+ "version": "0.1.738",
4
4
  "description": "Lightweight API server for Replicas workspaces",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",