@usecontextlayer/ctxs 0.5.0 → 0.5.2
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]="049f2ed9-67ad-5c78-8fd0-fdb55761902f")}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.2";
|
|
64
64
|
|
|
65
65
|
//#endregion
|
|
66
66
|
//#region sentry.ts
|
|
@@ -42905,7 +42905,7 @@ const envSchema = object({
|
|
|
42905
42905
|
CTX_PLATFORM_URL: nonEmptyStringSchema.default("http://127.0.0.1:3010"),
|
|
42906
42906
|
CTX_WEB_URL: nonEmptyStringSchema.default("http://localhost:3000").transform((url) => url.replace(/\/+$/, "")),
|
|
42907
42907
|
CTXS_BRIDGE_PORT: portSchema,
|
|
42908
|
-
CTXS_CLAUDE_IMAGE: nonEmptyStringSchema.default("ghcr.io/usecontextlayer/ctx-sandbox:0.5.
|
|
42908
|
+
CTXS_CLAUDE_IMAGE: nonEmptyStringSchema.default("ghcr.io/usecontextlayer/ctx-sandbox:0.5.2"),
|
|
42909
42909
|
CTXS_CLAUDE_MODEL: nonEmptyStringSchema.default("opus"),
|
|
42910
42910
|
CTXS_HOST_CLAUDE_JSON_PATH: nonEmptyStringSchema.default(() => path.join(os.homedir(), ".claude.json")),
|
|
42911
42911
|
NODE_ENV: _enum([
|
|
@@ -47657,4 +47657,4 @@ runCli().catch((error) => {
|
|
|
47657
47657
|
//#endregion
|
|
47658
47658
|
export { createProgram, runCli };
|
|
47659
47659
|
//# sourceMappingURL=cli.mjs.map
|
|
47660
|
-
//# debugId=
|
|
47660
|
+
//# debugId=049f2ed9-67ad-5c78-8fd0-fdb55761902f
|