@usecontextlayer/ctxs 0.0.0-alpha-1 → 0.0.0-alpha-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 +6 -6
- package/dist/cli.mjs.map +1 -1
- package/package.json +4 -4
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]="f20da0ea-9a03-5aee-8f26-c2eb4e49f61a")}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";
|
|
@@ -4913,7 +4913,7 @@ function normalizedKey(event) {
|
|
|
4913
4913
|
|
|
4914
4914
|
//#endregion
|
|
4915
4915
|
//#region package.json
|
|
4916
|
-
var version$1 = "0.0.0-alpha-
|
|
4916
|
+
var version$1 = "0.0.0-alpha-2";
|
|
4917
4917
|
|
|
4918
4918
|
//#endregion
|
|
4919
4919
|
//#region sentry.ts
|
|
@@ -60147,7 +60147,7 @@ function createScheduleApiClient(config) {
|
|
|
60147
60147
|
})
|
|
60148
60148
|
};
|
|
60149
60149
|
}
|
|
60150
|
-
const SERVER_VERSION = "0.0.0-alpha-
|
|
60150
|
+
const SERVER_VERSION = "0.0.0-alpha-2";
|
|
60151
60151
|
/** The most operations one OperationSet will carry. The service's own ceiling. */
|
|
60152
60152
|
const MAX_OPERATIONS = 200;
|
|
60153
60153
|
/**
|
|
@@ -99846,7 +99846,7 @@ async function provisionEphemeralDatabases(opts) {
|
|
|
99846
99846
|
}
|
|
99847
99847
|
|
|
99848
99848
|
//#endregion
|
|
99849
|
-
//#region ../slate-bridge/dist/platform-harness-
|
|
99849
|
+
//#region ../slate-bridge/dist/platform-harness-D_4IYMvJ.mjs
|
|
99850
99850
|
const nonEmptyStringSchema = string$5().trim().min(1);
|
|
99851
99851
|
const portSchema = number$3().int().min(0).max(65535).default(7777);
|
|
99852
99852
|
const envSchema = object$4({
|
|
@@ -99855,7 +99855,7 @@ const envSchema = object$4({
|
|
|
99855
99855
|
CTX_PLATFORM_URL: url().default("http://127.0.0.1:3010").transform((url) => url.replace(/\/+$/, "")),
|
|
99856
99856
|
CTX_WEB_URL: url().default("http://localhost:3000").transform((url) => url.replace(/\/+$/, "")),
|
|
99857
99857
|
CTXS_BRIDGE_PORT: portSchema,
|
|
99858
|
-
CTXS_CLAUDE_IMAGE: nonEmptyStringSchema.default("ghcr.io/usecontextlayer/ctx-sandbox:0.0.0-alpha-
|
|
99858
|
+
CTXS_CLAUDE_IMAGE: nonEmptyStringSchema.default("ghcr.io/usecontextlayer/ctx-sandbox:0.0.0-alpha-2"),
|
|
99859
99859
|
CTXS_CLAUDE_MODEL: nonEmptyStringSchema.default("opus"),
|
|
99860
99860
|
CTXS_HOST_CLAUDE_JSON_PATH: nonEmptyStringSchema.default(() => path.join(os.homedir(), ".claude.json")),
|
|
99861
99861
|
NODE_ENV: _enum$1([
|
|
@@ -105674,4 +105674,4 @@ runCli().catch((error) => {
|
|
|
105674
105674
|
//#endregion
|
|
105675
105675
|
export { createProgram, runCli };
|
|
105676
105676
|
//# sourceMappingURL=cli.mjs.map
|
|
105677
|
-
//# debugId=
|
|
105677
|
+
//# debugId=f20da0ea-9a03-5aee-8f26-c2eb4e49f61a
|