@usecontextlayer/ctxs 0.4.0 → 0.4.1
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 -3
- package/dist/cli.mjs.map +1 -1
- package/dist/prompt-CHIvwqcZ.mjs +4 -1
- package/dist/prompt-CHIvwqcZ.mjs.map +1 -1
- package/package.json +3 -3
package/dist/cli.mjs
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
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]="7d553c81-4ef4-538c-9faa-a5747d408ea5")}catch(e){}}();
|
|
2
4
|
import { createRequire } from "node:module";
|
|
3
5
|
import * as Sentry from "@sentry/node";
|
|
4
6
|
import * as xi from "node:fs";
|
|
@@ -56,7 +58,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
|
56
58
|
|
|
57
59
|
//#endregion
|
|
58
60
|
//#region package.json
|
|
59
|
-
var version$1 = "0.4.
|
|
61
|
+
var version$1 = "0.4.1";
|
|
60
62
|
|
|
61
63
|
//#endregion
|
|
62
64
|
//#region sentry.ts
|
|
@@ -7585,7 +7587,7 @@ const envSchema = object({
|
|
|
7585
7587
|
CLAUDE_CODE_OAUTH_TOKEN: nonEmptyStringSchema.optional(),
|
|
7586
7588
|
CTXS_BRIDGE_PORT: portSchema,
|
|
7587
7589
|
CTXS_BRIDGE_WORKSPACE_LIST_FILE: nonEmptyStringSchema.optional(),
|
|
7588
|
-
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.1"),
|
|
7589
7591
|
CTXS_CLAUDE_MODEL: nonEmptyStringSchema.default("claude-opus-4-7"),
|
|
7590
7592
|
CTXS_HOST_CLAUDE_CONFIG_DIR: nonEmptyStringSchema.default(() => path.join(os.homedir(), ".claude")),
|
|
7591
7593
|
CTXS_HOST_CLAUDE_JSON_PATH: nonEmptyStringSchema.default(() => path.join(os.homedir(), ".claude.json"))
|
|
@@ -12342,4 +12344,5 @@ runCli().catch((error) => {
|
|
|
12342
12344
|
|
|
12343
12345
|
//#endregion
|
|
12344
12346
|
export { createProgram, runCli };
|
|
12345
|
-
//# sourceMappingURL=cli.mjs.map
|
|
12347
|
+
//# sourceMappingURL=cli.mjs.map
|
|
12348
|
+
//# debugId=7d553c81-4ef4-538c-9faa-a5747d408ea5
|