@gonzih/cc-tg 0.9.3 → 0.9.4

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/dist/bot.js +1 -1
  2. package/package.json +1 -1
package/dist/bot.js CHANGED
@@ -533,7 +533,7 @@ export class CcTgBot {
533
533
  continue;
534
534
  const name = block.name;
535
535
  const input = block.input;
536
- this.writeChatMessage("tool", "cc-tg", `[tool] ${name}: ${JSON.stringify(input ?? {}).slice(0, 120)}`, chatId);
536
+ this.writeChatMessage("tool", "cc-tg", `[tool] ${name}: ${JSON.stringify(input ?? {})}`, chatId);
537
537
  }
538
538
  }
539
539
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gonzih/cc-tg",
3
- "version": "0.9.3",
3
+ "version": "0.9.4",
4
4
  "description": "Claude Code Telegram bot \u2014 chat with Claude Code via Telegram",
5
5
  "type": "module",
6
6
  "bin": {