@inetafrica/open-claudia 1.2.6 → 1.2.7

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 +1 -1
  2. package/package.json +1 -1
package/bot.js CHANGED
@@ -1219,4 +1219,4 @@ console.log(`Vault: ${VAULT_FILE} (${vault.exists() ? "exists" : "not created"})
1219
1219
  console.log(`Onboarded: ${isOnboarded()}`);
1220
1220
 
1221
1221
  // Notify owner that bot is back online
1222
- bot.sendMessage(CHAT_ID, `I'm back online! Running v${CURRENT_VERSION}.`).catch(() => {});
1222
+ bot.sendMessage(CHAT_ID, `Back online and ready! Running v${CURRENT_VERSION}.`).catch(() => {});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inetafrica/open-claudia",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "Your always-on AI coding assistant — Claude Code via Telegram",
5
5
  "main": "bot.js",
6
6
  "bin": {