@usecontextlayer/ctxs 0.5.22 → 0.5.23

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/cli.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="2f295656-1be3-5303-99f4-94866d41a610")}catch(e){}}();
3
+ !function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="5c792d56-554a-5d58-8c1b-518f322339f4")}catch(e){}}();
4
4
  import { createRequire } from "node:module";
5
5
  import * as Sentry from "@sentry/node";
6
6
  import * as fs$2 from "node:fs/promises";
@@ -4788,7 +4788,7 @@ function normalizedKey(event) {
4788
4788
 
4789
4789
  //#endregion
4790
4790
  //#region package.json
4791
- var version$1 = "0.5.22";
4791
+ var version$1 = "0.5.23";
4792
4792
 
4793
4793
  //#endregion
4794
4794
  //#region sentry.ts
@@ -58964,7 +58964,7 @@ function createScheduleApiClient(config) {
58964
58964
  })
58965
58965
  };
58966
58966
  }
58967
- const SERVER_VERSION = "0.5.22";
58967
+ const SERVER_VERSION = "0.5.23";
58968
58968
  /** The most operations one OperationSet will carry. The service's own ceiling. */
58969
58969
  const MAX_OPERATIONS = 200;
58970
58970
  /**
@@ -97934,7 +97934,7 @@ function osUsername() {
97934
97934
  }
97935
97935
 
97936
97936
  //#endregion
97937
- //#region ../slate-bridge/dist/goldens-CtdAL-3k.mjs
97937
+ //#region ../slate-bridge/dist/goldens-CkMPmJl8.mjs
97938
97938
  const nonEmptyStringSchema = string$5().trim().min(1);
97939
97939
  const portSchema = number$3().int().min(0).max(65535).default(7777);
97940
97940
  const envSchema = object$4({
@@ -97943,7 +97943,7 @@ const envSchema = object$4({
97943
97943
  CTX_PLATFORM_URL: url().default("http://127.0.0.1:3010").transform((url) => url.replace(/\/+$/, "")),
97944
97944
  CTX_WEB_URL: url().default("http://localhost:3000").transform((url) => url.replace(/\/+$/, "")),
97945
97945
  CTXS_BRIDGE_PORT: portSchema,
97946
- CTXS_CLAUDE_IMAGE: nonEmptyStringSchema.default("ghcr.io/usecontextlayer/ctx-sandbox:0.5.22"),
97946
+ CTXS_CLAUDE_IMAGE: nonEmptyStringSchema.default("ghcr.io/usecontextlayer/ctx-sandbox:0.5.23"),
97947
97947
  CTXS_CLAUDE_MODEL: nonEmptyStringSchema.default("opus"),
97948
97948
  CTXS_HOST_CLAUDE_JSON_PATH: nonEmptyStringSchema.default(() => path.join(os.homedir(), ".claude.json")),
97949
97949
  NODE_ENV: _enum$1([
@@ -103203,4 +103203,4 @@ runCli().catch((error) => {
103203
103203
  //#endregion
103204
103204
  export { createProgram, runCli };
103205
103205
  //# sourceMappingURL=cli.mjs.map
103206
- //# debugId=2f295656-1be3-5303-99f4-94866d41a610
103206
+ //# debugId=5c792d56-554a-5d58-8c1b-518f322339f4