@usecontextlayer/ctxs 0.5.17 → 0.5.19

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 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]="4f036f85-8276-510c-9182-ecd5dda2e860")}catch(e){}}();
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]="0754644f-54bd-56a7-9982-f7d23c77f345")}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.17";
4791
+ var version$1 = "0.5.19";
4792
4792
 
4793
4793
  //#endregion
4794
4794
  //#region sentry.ts
@@ -9811,12 +9811,14 @@ function superRefine(fn, params) {
9811
9811
  {
9812
9812
  key: "client",
9813
9813
  label: "Client",
9814
- variant: "strong"
9814
+ variant: "strong",
9815
+ width: 15
9815
9816
  },
9816
9817
  {
9817
9818
  key: "title",
9818
9819
  label: "Update",
9819
- width: "wide"
9820
+ truncate: true,
9821
+ width: 35
9820
9822
  },
9821
9823
  {
9822
9824
  component: "badge",
@@ -9826,20 +9828,23 @@ function superRefine(fn, params) {
9826
9828
  call: "outline",
9827
9829
  followup: "warning",
9828
9830
  release: "success"
9829
- }
9831
+ },
9832
+ width: 12
9830
9833
  },
9831
9834
  {
9832
9835
  component: "badge",
9833
9836
  key: "lane",
9834
9837
  label: "Lane",
9835
- variantOverride: { "Needs a lane": "warning" }
9838
+ truncate: true,
9839
+ variantOverride: { "Needs a lane": "warning" },
9840
+ width: 25
9836
9841
  },
9837
9842
  {
9838
9843
  key: "occurred_on",
9839
9844
  label: "Activity",
9840
9845
  type: "date",
9841
9846
  variant: "muted",
9842
- width: "narrow"
9847
+ width: 13
9843
9848
  }
9844
9849
  ],
9845
9850
  emptyText: "No updates match",
@@ -14776,12 +14781,14 @@ export default async ({ docs }) => {
14776
14781
  {
14777
14782
  key: "client",
14778
14783
  label: "Client",
14779
- variant: "strong"
14784
+ variant: "strong",
14785
+ width: 15
14780
14786
  },
14781
14787
  {
14782
14788
  key: "title",
14783
14789
  label: "Update",
14784
- width: "wide"
14790
+ truncate: true,
14791
+ width: 35
14785
14792
  },
14786
14793
  {
14787
14794
  component: "badge",
@@ -14791,20 +14798,23 @@ export default async ({ docs }) => {
14791
14798
  call: "outline",
14792
14799
  followup: "warning",
14793
14800
  release: "success"
14794
- }
14801
+ },
14802
+ width: 12
14795
14803
  },
14796
14804
  {
14797
14805
  component: "badge",
14798
14806
  key: "lane",
14799
14807
  label: "Lane",
14800
- variantOverride: { "Needs a lane": "warning" }
14808
+ truncate: true,
14809
+ variantOverride: { "Needs a lane": "warning" },
14810
+ width: 25
14801
14811
  },
14802
14812
  {
14803
14813
  key: "occurred_on",
14804
14814
  label: "Activity",
14805
14815
  type: "date",
14806
14816
  variant: "muted",
14807
- width: "narrow"
14817
+ width: 13
14808
14818
  }
14809
14819
  ],
14810
14820
  emptyText: "No updates match",
@@ -58891,7 +58901,7 @@ function createScheduleApiClient(config) {
58891
58901
  })
58892
58902
  };
58893
58903
  }
58894
- const SERVER_VERSION = "0.5.17";
58904
+ const SERVER_VERSION = "0.5.19";
58895
58905
  /** The most operations one OperationSet will carry. The service's own ceiling. */
58896
58906
  const MAX_OPERATIONS = 200;
58897
58907
  /**
@@ -97861,7 +97871,7 @@ function osUsername() {
97861
97871
  }
97862
97872
 
97863
97873
  //#endregion
97864
- //#region ../slate-bridge/dist/goldens-BaYp4h_3.mjs
97874
+ //#region ../slate-bridge/dist/goldens-BXSCnOsM.mjs
97865
97875
  const nonEmptyStringSchema = string$5().trim().min(1);
97866
97876
  const portSchema = number$3().int().min(0).max(65535).default(7777);
97867
97877
  const envSchema = object$4({
@@ -97870,7 +97880,7 @@ const envSchema = object$4({
97870
97880
  CTX_PLATFORM_URL: url().default("http://127.0.0.1:3010").transform((url) => url.replace(/\/+$/, "")),
97871
97881
  CTX_WEB_URL: url().default("http://localhost:3000").transform((url) => url.replace(/\/+$/, "")),
97872
97882
  CTXS_BRIDGE_PORT: portSchema,
97873
- CTXS_CLAUDE_IMAGE: nonEmptyStringSchema.default("ghcr.io/usecontextlayer/ctx-sandbox:0.5.17"),
97883
+ CTXS_CLAUDE_IMAGE: nonEmptyStringSchema.default("ghcr.io/usecontextlayer/ctx-sandbox:0.5.19"),
97874
97884
  CTXS_CLAUDE_MODEL: nonEmptyStringSchema.default("opus"),
97875
97885
  CTXS_HOST_CLAUDE_JSON_PATH: nonEmptyStringSchema.default(() => path.join(os.homedir(), ".claude.json")),
97876
97886
  NODE_ENV: _enum$1([
@@ -103132,4 +103142,4 @@ runCli().catch((error) => {
103132
103142
  //#endregion
103133
103143
  export { createProgram, runCli };
103134
103144
  //# sourceMappingURL=cli.mjs.map
103135
- //# debugId=4f036f85-8276-510c-9182-ecd5dda2e860
103145
+ //# debugId=0754644f-54bd-56a7-9982-f7d23c77f345