claudemesh-cli 1.21.0 → 1.21.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.
@@ -88,7 +88,7 @@ __export(exports_urls, {
88
88
  VERSION: () => VERSION,
89
89
  URLS: () => URLS
90
90
  });
91
- var URLS, VERSION = "1.21.0", env;
91
+ var URLS, VERSION = "1.21.1", env;
92
92
  var init_urls = __esm(() => {
93
93
  URLS = {
94
94
  BROKER: process.env.CLAUDEMESH_BROKER_URL ?? "wss://ic.claudemesh.com/ws",
@@ -5180,6 +5180,8 @@ async function rename(oldSlug, newSlug) {
5180
5180
  return EXIT.PERMISSION_DENIED;
5181
5181
  if (err.status === 404)
5182
5182
  return EXIT.NOT_FOUND;
5183
+ if (err.status === 409)
5184
+ return EXIT.ALREADY_EXISTS;
5183
5185
  if (err.status === 400)
5184
5186
  return EXIT.INVALID_ARGS;
5185
5187
  return EXIT.INTERNAL_ERROR;
@@ -16129,4 +16131,4 @@ main().catch((err) => {
16129
16131
  process.exit(EXIT.INTERNAL_ERROR);
16130
16132
  });
16131
16133
 
16132
- //# debugId=D2E0E354A78D4E1B64756E2164756E21
16134
+ //# debugId=5139AEA096A0916B64756E2164756E21