@usecontextlayer/ctxs 0.5.12 → 0.5.13
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 -6
- 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]="3bef12c8-5e95-55af-bf2c-4128cd2ba6bd")}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";
|
|
@@ -65,7 +65,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
|
65
65
|
|
|
66
66
|
//#endregion
|
|
67
67
|
//#region package.json
|
|
68
|
-
var version$2 = "0.5.
|
|
68
|
+
var version$2 = "0.5.13";
|
|
69
69
|
|
|
70
70
|
//#endregion
|
|
71
71
|
//#region sentry.ts
|
|
@@ -56249,7 +56249,7 @@ function createScheduleApiClient(config) {
|
|
|
56249
56249
|
}
|
|
56250
56250
|
};
|
|
56251
56251
|
}
|
|
56252
|
-
const SERVER_VERSION = "0.5.
|
|
56252
|
+
const SERVER_VERSION = "0.5.13";
|
|
56253
56253
|
const guidDescription = "GUID from the synced Postgres tables";
|
|
56254
56254
|
const labelDescription = "Human-readable label rendered on the approval card";
|
|
56255
56255
|
function scheduleApiFromRequest(requestInfo) {
|
|
@@ -83715,7 +83715,7 @@ function osUsername() {
|
|
|
83715
83715
|
}
|
|
83716
83716
|
|
|
83717
83717
|
//#endregion
|
|
83718
|
-
//#region ../slate-bridge/dist/goldens-
|
|
83718
|
+
//#region ../slate-bridge/dist/goldens-SrvTf3P6.mjs
|
|
83719
83719
|
const nonEmptyStringSchema = string$1().trim().min(1);
|
|
83720
83720
|
const portSchema = number$1().int().min(0).max(65535).default(7777);
|
|
83721
83721
|
const envSchema = object$2({
|
|
@@ -83724,7 +83724,7 @@ const envSchema = object$2({
|
|
|
83724
83724
|
CTX_PLATFORM_URL: url().default("http://127.0.0.1:3010").transform((url) => url.replace(/\/+$/, "")),
|
|
83725
83725
|
CTX_WEB_URL: url().default("http://localhost:3000").transform((url) => url.replace(/\/+$/, "")),
|
|
83726
83726
|
CTXS_BRIDGE_PORT: portSchema,
|
|
83727
|
-
CTXS_CLAUDE_IMAGE: nonEmptyStringSchema.default("ghcr.io/usecontextlayer/ctx-sandbox:0.5.
|
|
83727
|
+
CTXS_CLAUDE_IMAGE: nonEmptyStringSchema.default("ghcr.io/usecontextlayer/ctx-sandbox:0.5.13"),
|
|
83728
83728
|
CTXS_CLAUDE_MODEL: nonEmptyStringSchema.default("opus"),
|
|
83729
83729
|
CTXS_HOST_CLAUDE_JSON_PATH: nonEmptyStringSchema.default(() => path.join(os.homedir(), ".claude.json")),
|
|
83730
83730
|
NODE_ENV: _enum([
|
|
@@ -88761,4 +88761,4 @@ runCli().catch((error) => {
|
|
|
88761
88761
|
//#endregion
|
|
88762
88762
|
export { createProgram, runCli };
|
|
88763
88763
|
//# sourceMappingURL=cli.mjs.map
|
|
88764
|
-
//# debugId=
|
|
88764
|
+
//# debugId=3bef12c8-5e95-55af-bf2c-4128cd2ba6bd
|