@inetafrica/open-claudia 1.2.1 → 1.2.2

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 +3 -0
  2. package/package.json +1 -1
package/bot.js CHANGED
@@ -1248,3 +1248,6 @@ console.log(`Workspace: ${WORKSPACE}`);
1248
1248
  console.log(`Soul: ${SOUL_FILE}`);
1249
1249
  console.log(`Vault: ${VAULT_FILE} (${vault.exists() ? "exists" : "not created"})`);
1250
1250
  console.log(`Onboarded: ${isOnboarded()}`);
1251
+
1252
+ // Notify owner that bot is back online
1253
+ bot.sendMessage(CHAT_ID, `Open Claudia v${CURRENT_VERSION} is online.`).catch(() => {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inetafrica/open-claudia",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Your always-on AI coding assistant — Claude Code via Telegram",
5
5
  "main": "bot.js",
6
6
  "bin": {