replicas-engine 0.1.632 → 0.1.633

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.
@@ -5930,7 +5930,7 @@ var DEFAULT_CODEX_ARGS = [
5930
5930
  var MIN_CODEX_CLI_VERSION = "0.144.6";
5931
5931
  var CODEX_UPGRADE_TIMEOUT_MS = 12e4;
5932
5932
  var codexCliVersionEnsured = null;
5933
- var ENGINE_PACKAGE_VERSION = "0.1.632";
5933
+ var ENGINE_PACKAGE_VERSION = "0.1.633";
5934
5934
  var INITIALIZE_METHOD = "initialize";
5935
5935
  var INITIALIZED_NOTIFICATION = "initialized";
5936
5936
  var ACCOUNT_LOGIN_START_METHOD = "account/login/start";
@@ -3,7 +3,7 @@ import {
3
3
  AGENT,
4
4
  AppServerProcess,
5
5
  headlessAgentRequestSchema
6
- } from "./chunk-2WNJA3MT.js";
6
+ } from "./chunk-NPHY6LVR.js";
7
7
 
8
8
  // src/headless-agent.ts
9
9
  import { readFile, writeFile } from "fs/promises";
package/dist/src/index.js CHANGED
@@ -148,7 +148,7 @@ import {
148
148
  setAgentCredentialSnapshot,
149
149
  shellQuotePosix,
150
150
  stripAgentDiagnosticErrors
151
- } from "./chunk-2WNJA3MT.js";
151
+ } from "./chunk-NPHY6LVR.js";
152
152
 
153
153
  // src/index.ts
154
154
  import { serve } from "@hono/node-server";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-engine",
3
- "version": "0.1.632",
3
+ "version": "0.1.633",
4
4
  "description": "Lightweight API server for Replicas workspaces",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",