@usecontextlayer/ctxs 0.5.21 → 0.5.22
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 +8 -8
- 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]="2f295656-1be3-5303-99f4-94866d41a610")}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";
|
|
@@ -4788,7 +4788,7 @@ function normalizedKey(event) {
|
|
|
4788
4788
|
|
|
4789
4789
|
//#endregion
|
|
4790
4790
|
//#region package.json
|
|
4791
|
-
var version$1 = "0.5.
|
|
4791
|
+
var version$1 = "0.5.22";
|
|
4792
4792
|
|
|
4793
4793
|
//#endregion
|
|
4794
4794
|
//#region sentry.ts
|
|
@@ -9830,7 +9830,7 @@ function superRefine(fn, params) {
|
|
|
9830
9830
|
elements: {
|
|
9831
9831
|
freshness: {
|
|
9832
9832
|
props: {
|
|
9833
|
-
text: { $concat: ["Updated ", { $
|
|
9833
|
+
text: { $concat: ["Updated ", { $relativeDay: {
|
|
9834
9834
|
now: { $state: "/now" },
|
|
9835
9835
|
value: { $maxBy: {
|
|
9836
9836
|
field: "last_updated",
|
|
@@ -14807,7 +14807,7 @@ export default async ({ docs }) => {
|
|
|
14807
14807
|
elements: {
|
|
14808
14808
|
freshness: {
|
|
14809
14809
|
props: {
|
|
14810
|
-
text: { $concat: ["Updated ", { $
|
|
14810
|
+
text: { $concat: ["Updated ", { $relativeDay: {
|
|
14811
14811
|
now: { $state: "/now" },
|
|
14812
14812
|
value: { $maxBy: {
|
|
14813
14813
|
field: "last_updated",
|
|
@@ -58964,7 +58964,7 @@ function createScheduleApiClient(config) {
|
|
|
58964
58964
|
})
|
|
58965
58965
|
};
|
|
58966
58966
|
}
|
|
58967
|
-
const SERVER_VERSION = "0.5.
|
|
58967
|
+
const SERVER_VERSION = "0.5.22";
|
|
58968
58968
|
/** The most operations one OperationSet will carry. The service's own ceiling. */
|
|
58969
58969
|
const MAX_OPERATIONS = 200;
|
|
58970
58970
|
/**
|
|
@@ -97934,7 +97934,7 @@ function osUsername() {
|
|
|
97934
97934
|
}
|
|
97935
97935
|
|
|
97936
97936
|
//#endregion
|
|
97937
|
-
//#region ../slate-bridge/dist/goldens-
|
|
97937
|
+
//#region ../slate-bridge/dist/goldens-CtdAL-3k.mjs
|
|
97938
97938
|
const nonEmptyStringSchema = string$5().trim().min(1);
|
|
97939
97939
|
const portSchema = number$3().int().min(0).max(65535).default(7777);
|
|
97940
97940
|
const envSchema = object$4({
|
|
@@ -97943,7 +97943,7 @@ const envSchema = object$4({
|
|
|
97943
97943
|
CTX_PLATFORM_URL: url().default("http://127.0.0.1:3010").transform((url) => url.replace(/\/+$/, "")),
|
|
97944
97944
|
CTX_WEB_URL: url().default("http://localhost:3000").transform((url) => url.replace(/\/+$/, "")),
|
|
97945
97945
|
CTXS_BRIDGE_PORT: portSchema,
|
|
97946
|
-
CTXS_CLAUDE_IMAGE: nonEmptyStringSchema.default("ghcr.io/usecontextlayer/ctx-sandbox:0.5.
|
|
97946
|
+
CTXS_CLAUDE_IMAGE: nonEmptyStringSchema.default("ghcr.io/usecontextlayer/ctx-sandbox:0.5.22"),
|
|
97947
97947
|
CTXS_CLAUDE_MODEL: nonEmptyStringSchema.default("opus"),
|
|
97948
97948
|
CTXS_HOST_CLAUDE_JSON_PATH: nonEmptyStringSchema.default(() => path.join(os.homedir(), ".claude.json")),
|
|
97949
97949
|
NODE_ENV: _enum$1([
|
|
@@ -103203,4 +103203,4 @@ runCli().catch((error) => {
|
|
|
103203
103203
|
//#endregion
|
|
103204
103204
|
export { createProgram, runCli };
|
|
103205
103205
|
//# sourceMappingURL=cli.mjs.map
|
|
103206
|
-
//# debugId=
|
|
103206
|
+
//# debugId=2f295656-1be3-5303-99f4-94866d41a610
|