replicas-engine 0.1.677 → 0.1.678

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.
@@ -1444,6 +1444,7 @@ var WEB_APP_PATHS = {
1444
1444
  automations: `${HOME_PATH}/automations`,
1445
1445
  environment: `${HOME_PATH}/environment`,
1446
1446
  analytics: `${HOME_PATH}/analytics`,
1447
+ memory: `${HOME_PATH}/memory`,
1447
1448
  dashboard: DASHBOARD_PATH,
1448
1449
  agents: `${DASHBOARD_PATH}/agents`,
1449
1450
  integrations: `${DASHBOARD_PATH}/integrations`,
@@ -6403,7 +6404,7 @@ var DEFAULT_CODEX_ARGS = [
6403
6404
  var MIN_CODEX_CLI_VERSION = "0.144.6";
6404
6405
  var CODEX_UPGRADE_TIMEOUT_MS = 12e4;
6405
6406
  var codexCliVersionEnsured = null;
6406
- var ENGINE_PACKAGE_VERSION = "0.1.677";
6407
+ var ENGINE_PACKAGE_VERSION = "0.1.678";
6407
6408
  var INITIALIZE_METHOD = "initialize";
6408
6409
  var INITIALIZED_NOTIFICATION = "initialized";
6409
6410
  var ACCOUNT_LOGIN_START_METHOD = "account/login/start";
@@ -7,7 +7,7 @@ import {
7
7
  headlessAgentRequestSchema,
8
8
  putPresignedFile,
9
9
  recoverCompletedTurn
10
- } from "./chunk-F3OWV2O4.js";
10
+ } from "./chunk-G2NKXO3H.js";
11
11
 
12
12
  // src/headless-agent.ts
13
13
  import { createHash } from "crypto";
package/dist/src/index.js CHANGED
@@ -190,7 +190,7 @@ import {
190
190
  serializeCanvasContentResponse,
191
191
  shellQuotePosix,
192
192
  stripAgentDiagnosticErrors
193
- } from "./chunk-F3OWV2O4.js";
193
+ } from "./chunk-G2NKXO3H.js";
194
194
 
195
195
  // src/index.ts
196
196
  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.677",
3
+ "version": "0.1.678",
4
4
  "description": "Lightweight API server for Replicas workspaces",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",