@usecontextlayer/ctxs 0.4.3 → 0.4.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]="1b05d6f2-60a4-51f4-b1ca-48a410dc5bf6")}catch(e){}}();
|
|
4
4
|
import { createRequire } from "node:module";
|
|
5
5
|
import * as Sentry from "@sentry/node";
|
|
6
6
|
import * as xi from "node:fs";
|
|
@@ -58,7 +58,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
|
58
58
|
|
|
59
59
|
//#endregion
|
|
60
60
|
//#region package.json
|
|
61
|
-
var version$1 = "0.4.
|
|
61
|
+
var version$1 = "0.4.5";
|
|
62
62
|
|
|
63
63
|
//#endregion
|
|
64
64
|
//#region sentry.ts
|
|
@@ -7587,7 +7587,7 @@ const envSchema = object({
|
|
|
7587
7587
|
CLAUDE_CODE_OAUTH_TOKEN: nonEmptyStringSchema.optional(),
|
|
7588
7588
|
CTXS_BRIDGE_PORT: portSchema,
|
|
7589
7589
|
CTXS_BRIDGE_WORKSPACE_LIST_FILE: nonEmptyStringSchema.optional(),
|
|
7590
|
-
CTXS_CLAUDE_IMAGE: nonEmptyStringSchema.default("ghcr.io/usecontextlayer/ctx-sandbox:0.4.
|
|
7590
|
+
CTXS_CLAUDE_IMAGE: nonEmptyStringSchema.default("ghcr.io/usecontextlayer/ctx-sandbox:0.4.5"),
|
|
7591
7591
|
CTXS_CLAUDE_MODEL: nonEmptyStringSchema.default("claude-opus-4-7"),
|
|
7592
7592
|
CTXS_HOST_CLAUDE_CONFIG_DIR: nonEmptyStringSchema.default(() => path.join(os.homedir(), ".claude")),
|
|
7593
7593
|
CTXS_HOST_CLAUDE_JSON_PATH: nonEmptyStringSchema.default(() => path.join(os.homedir(), ".claude.json"))
|
|
@@ -12345,4 +12345,4 @@ runCli().catch((error) => {
|
|
|
12345
12345
|
//#endregion
|
|
12346
12346
|
export { createProgram, runCli };
|
|
12347
12347
|
//# sourceMappingURL=cli.mjs.map
|
|
12348
|
-
//# debugId=
|
|
12348
|
+
//# debugId=1b05d6f2-60a4-51f4-b1ca-48a410dc5bf6
|