@usecontextlayer/ctxs 0.4.6 → 0.4.7
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]="51c8c596-45b2-5cdb-8da5-21c831f853cc")}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";
|
|
@@ -64,7 +64,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
|
64
64
|
|
|
65
65
|
//#endregion
|
|
66
66
|
//#region package.json
|
|
67
|
-
var version$1 = "0.4.
|
|
67
|
+
var version$1 = "0.4.7";
|
|
68
68
|
|
|
69
69
|
//#endregion
|
|
70
70
|
//#region sentry.ts
|
|
@@ -35019,7 +35019,7 @@ const envSchema = object({
|
|
|
35019
35019
|
CTXB_DATABASE_URL: nonEmptyStringSchema.optional(),
|
|
35020
35020
|
CTXS_BRIDGE_PORT: portSchema,
|
|
35021
35021
|
CTXS_BRIDGE_WORKSPACE_LIST_FILE: nonEmptyStringSchema.optional(),
|
|
35022
|
-
CTXS_CLAUDE_IMAGE: nonEmptyStringSchema.default("ghcr.io/usecontextlayer/ctx-sandbox:0.4.
|
|
35022
|
+
CTXS_CLAUDE_IMAGE: nonEmptyStringSchema.default("ghcr.io/usecontextlayer/ctx-sandbox:0.4.7"),
|
|
35023
35023
|
CTXS_CLAUDE_MODEL: nonEmptyStringSchema.default("claude-opus-4-7"),
|
|
35024
35024
|
CTXS_HOST_CLAUDE_CONFIG_DIR: nonEmptyStringSchema.default(() => path.join(os.homedir(), ".claude")),
|
|
35025
35025
|
CTXS_HOST_CLAUDE_JSON_PATH: nonEmptyStringSchema.default(() => path.join(os.homedir(), ".claude.json"))
|
|
@@ -39938,4 +39938,4 @@ runCli().catch((error) => {
|
|
|
39938
39938
|
//#endregion
|
|
39939
39939
|
export { createProgram, runCli };
|
|
39940
39940
|
//# sourceMappingURL=cli.mjs.map
|
|
39941
|
-
//# debugId=
|
|
39941
|
+
//# debugId=51c8c596-45b2-5cdb-8da5-21c831f853cc
|