claudemesh-cli 1.35.0 → 1.35.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.
@@ -104,7 +104,7 @@ __export(exports_urls, {
104
104
  VERSION: () => VERSION,
105
105
  URLS: () => URLS
106
106
  });
107
- var URLS, VERSION = "1.35.0", env;
107
+ var URLS, VERSION = "1.35.1", env;
108
108
  var init_urls = __esm(() => {
109
109
  URLS = {
110
110
  BROKER: process.env.CLAUDEMESH_BROKER_URL ?? "wss://ic.claudemesh.com/ws",
@@ -4891,7 +4891,7 @@ async function runLaunch(flags, rawArgs) {
4891
4891
  messageMode
4892
4892
  };
4893
4893
  writeFileSync8(join6(tmpDir, "config.json"), JSON.stringify(sessionConfig, null, 2) + `
4894
- `, "utf-8");
4894
+ `, { encoding: "utf-8", mode: 384 });
4895
4895
  const isResume = args.resume !== null || args.continueSession;
4896
4896
  let claudeSessionId;
4897
4897
  if (args.resume) {
@@ -21504,4 +21504,4 @@ main().catch((err) => {
21504
21504
  process.exit(EXIT.INTERNAL_ERROR);
21505
21505
  });
21506
21506
 
21507
- //# debugId=8E61E2D1C10135BF64756E2164756E21
21507
+ //# debugId=A7ECB4BF81F2B4CE64756E2164756E21