@inetafrica/open-claudia 1.2.5 → 1.2.6

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.
Files changed (2) hide show
  1. package/bot.js +0 -1
  2. package/package.json +1 -1
package/bot.js CHANGED
@@ -819,7 +819,6 @@ bot.onText(/\/upgrade$/, async (msg) => {
819
819
  await send(`Upgrade failed: ${e.message}`);
820
820
  return;
821
821
  }
822
- releaseLock();
823
822
  // Give Telegram time to deliver the message, then exit for launchd to restart
824
823
  setTimeout(() => process.exit(0), 2000);
825
824
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inetafrica/open-claudia",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "Your always-on AI coding assistant — Claude Code via Telegram",
5
5
  "main": "bot.js",
6
6
  "bin": {