blun-king-cli 9.1.195 → 9.1.196

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/blun.mjs +1 -1
  2. package/package.json +1 -1
package/blun.mjs CHANGED
@@ -418315,7 +418315,7 @@ function bufferContext(state, chatId, tag) {
418315
418315
  function channelOrigin(envelope) {
418316
418316
  return `Telegram · ${envelope.meta.user ?? envelope.meta.chat_id}`;
418317
418317
  }
418318
- const TELEGRAM_REMOTE_COMMANDS = Object.freeze(["loop", "goal", "idea", "chancenradar", "curiosity", "scout", "befehle"]);
418318
+ const TELEGRAM_REMOTE_COMMANDS = Object.freeze(["loop", "goal", "idea", "chancenradar", "curiosity", "scout", "reload", "befehle"]);
418319
418319
  function telegramRemoteCommand(text) {
418320
418320
  const trimmed = text.trim();
418321
418321
  const parsed = parseSlashInput(trimmed);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blun-king-cli",
3
- "version": "9.1.195",
3
+ "version": "9.1.196",
4
4
  "description": "BLUN CLI - your own AI agent with a Telegram channel. Get it done. With BLUN.",
5
5
  "license": "MIT",
6
6
  "bin": {