@usecontextlayer/ctxs 0.3.0 → 0.3.1
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 +2 -2
- package/package.json +3 -3
package/dist/cli.mjs
CHANGED
|
@@ -4304,7 +4304,7 @@ const portSchema = number().int().min(0).max(65535).default(7777);
|
|
|
4304
4304
|
const envSchema = object({
|
|
4305
4305
|
CLAUDE_CODE_OAUTH_TOKEN: nonEmptyStringSchema.optional(),
|
|
4306
4306
|
CTXS_BRIDGE_PORT: portSchema,
|
|
4307
|
-
CTXS_CLAUDE_IMAGE: nonEmptyStringSchema.default("ghcr.io/usecontextlayer/ctx-sandbox:0.3.
|
|
4307
|
+
CTXS_CLAUDE_IMAGE: nonEmptyStringSchema.default("ghcr.io/usecontextlayer/ctx-sandbox:0.3.1"),
|
|
4308
4308
|
CTXS_CLAUDE_MODEL: nonEmptyStringSchema.default("claude-opus-4-7"),
|
|
4309
4309
|
CTXS_HOST_CLAUDE_CONFIG_DIR: nonEmptyStringSchema.default(() => path.join(os.homedir(), ".claude")),
|
|
4310
4310
|
CTXS_HOST_CLAUDE_JSON_PATH: nonEmptyStringSchema.default(() => path.join(os.homedir(), ".claude.json"))
|
|
@@ -18586,7 +18586,7 @@ async function runBridgeUninstall() {
|
|
|
18586
18586
|
|
|
18587
18587
|
//#endregion
|
|
18588
18588
|
//#region package.json
|
|
18589
|
-
var version = "0.3.
|
|
18589
|
+
var version = "0.3.1";
|
|
18590
18590
|
|
|
18591
18591
|
//#endregion
|
|
18592
18592
|
//#region cli.ts
|
package/package.json
CHANGED
|
@@ -14,15 +14,15 @@
|
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"commander": "^14.0.3",
|
|
16
16
|
"consola": "^3.4.2",
|
|
17
|
-
"@usecontextlayer/shared": "0.3.
|
|
18
|
-
"@usecontextlayer/slate-bridge": "0.3.
|
|
17
|
+
"@usecontextlayer/shared": "0.3.1",
|
|
18
|
+
"@usecontextlayer/slate-bridge": "0.3.1"
|
|
19
19
|
},
|
|
20
20
|
"files": [
|
|
21
21
|
"dist"
|
|
22
22
|
],
|
|
23
23
|
"name": "@usecontextlayer/ctxs",
|
|
24
24
|
"type": "module",
|
|
25
|
-
"version": "0.3.
|
|
25
|
+
"version": "0.3.1",
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build": "npx tsdown",
|
|
28
28
|
"clean": "rm -rf dist *.tsbuildinfo",
|