@usecontextlayer/ctxs 0.5.18 → 0.5.19
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 +6 -6
- package/dist/cli.mjs.map +1 -1
- package/package.json +4 -4
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]="
|
|
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]="0754644f-54bd-56a7-9982-f7d23c77f345")}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.
|
|
4791
|
+
var version$1 = "0.5.19";
|
|
4792
4792
|
|
|
4793
4793
|
//#endregion
|
|
4794
4794
|
//#region sentry.ts
|
|
@@ -58901,7 +58901,7 @@ function createScheduleApiClient(config) {
|
|
|
58901
58901
|
})
|
|
58902
58902
|
};
|
|
58903
58903
|
}
|
|
58904
|
-
const SERVER_VERSION = "0.5.
|
|
58904
|
+
const SERVER_VERSION = "0.5.19";
|
|
58905
58905
|
/** The most operations one OperationSet will carry. The service's own ceiling. */
|
|
58906
58906
|
const MAX_OPERATIONS = 200;
|
|
58907
58907
|
/**
|
|
@@ -97871,7 +97871,7 @@ function osUsername() {
|
|
|
97871
97871
|
}
|
|
97872
97872
|
|
|
97873
97873
|
//#endregion
|
|
97874
|
-
//#region ../slate-bridge/dist/goldens-
|
|
97874
|
+
//#region ../slate-bridge/dist/goldens-BXSCnOsM.mjs
|
|
97875
97875
|
const nonEmptyStringSchema = string$5().trim().min(1);
|
|
97876
97876
|
const portSchema = number$3().int().min(0).max(65535).default(7777);
|
|
97877
97877
|
const envSchema = object$4({
|
|
@@ -97880,7 +97880,7 @@ const envSchema = object$4({
|
|
|
97880
97880
|
CTX_PLATFORM_URL: url().default("http://127.0.0.1:3010").transform((url) => url.replace(/\/+$/, "")),
|
|
97881
97881
|
CTX_WEB_URL: url().default("http://localhost:3000").transform((url) => url.replace(/\/+$/, "")),
|
|
97882
97882
|
CTXS_BRIDGE_PORT: portSchema,
|
|
97883
|
-
CTXS_CLAUDE_IMAGE: nonEmptyStringSchema.default("ghcr.io/usecontextlayer/ctx-sandbox:0.5.
|
|
97883
|
+
CTXS_CLAUDE_IMAGE: nonEmptyStringSchema.default("ghcr.io/usecontextlayer/ctx-sandbox:0.5.19"),
|
|
97884
97884
|
CTXS_CLAUDE_MODEL: nonEmptyStringSchema.default("opus"),
|
|
97885
97885
|
CTXS_HOST_CLAUDE_JSON_PATH: nonEmptyStringSchema.default(() => path.join(os.homedir(), ".claude.json")),
|
|
97886
97886
|
NODE_ENV: _enum$1([
|
|
@@ -103142,4 +103142,4 @@ runCli().catch((error) => {
|
|
|
103142
103142
|
//#endregion
|
|
103143
103143
|
export { createProgram, runCli };
|
|
103144
103144
|
//# sourceMappingURL=cli.mjs.map
|
|
103145
|
-
//# debugId=
|
|
103145
|
+
//# debugId=0754644f-54bd-56a7-9982-f7d23c77f345
|