@usecontextlayer/ctxs 0.5.4 → 0.5.5
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 +4 -4
- package/dist/cli.mjs.map +1 -1
- package/package.json +3 -3
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]="5e70b90f-e938-570a-b3e3-d35af180a822")}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";
|
|
@@ -60,7 +60,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
|
60
60
|
|
|
61
61
|
//#endregion
|
|
62
62
|
//#region package.json
|
|
63
|
-
var version$2 = "0.5.
|
|
63
|
+
var version$2 = "0.5.5";
|
|
64
64
|
|
|
65
65
|
//#endregion
|
|
66
66
|
//#region sentry.ts
|
|
@@ -42909,7 +42909,7 @@ const envSchema = object({
|
|
|
42909
42909
|
CTX_PLATFORM_URL: nonEmptyStringSchema.default("http://127.0.0.1:3010"),
|
|
42910
42910
|
CTX_WEB_URL: nonEmptyStringSchema.default("http://localhost:3000").transform((url) => url.replace(/\/+$/, "")),
|
|
42911
42911
|
CTXS_BRIDGE_PORT: portSchema,
|
|
42912
|
-
CTXS_CLAUDE_IMAGE: nonEmptyStringSchema.default("ghcr.io/usecontextlayer/ctx-sandbox:0.5.
|
|
42912
|
+
CTXS_CLAUDE_IMAGE: nonEmptyStringSchema.default("ghcr.io/usecontextlayer/ctx-sandbox:0.5.5"),
|
|
42913
42913
|
CTXS_CLAUDE_MODEL: nonEmptyStringSchema.default("opus"),
|
|
42914
42914
|
CTXS_HOST_CLAUDE_JSON_PATH: nonEmptyStringSchema.default(() => path.join(os.homedir(), ".claude.json")),
|
|
42915
42915
|
NODE_ENV: _enum([
|
|
@@ -47661,4 +47661,4 @@ runCli().catch((error) => {
|
|
|
47661
47661
|
//#endregion
|
|
47662
47662
|
export { createProgram, runCli };
|
|
47663
47663
|
//# sourceMappingURL=cli.mjs.map
|
|
47664
|
-
//# debugId=
|
|
47664
|
+
//# debugId=5e70b90f-e938-570a-b3e3-d35af180a822
|