agent-afk 5.69.0 → 5.71.0

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.
@@ -74,6 +74,7 @@ export declare const env: {
74
74
  readonly TELEGRAM_BOT_TOKEN: string | undefined;
75
75
  readonly AFK_TELEGRAM_BOT_TOKEN: string | undefined;
76
76
  readonly AFK_TELEGRAM_ALLOWED_CHAT_IDS: string | undefined;
77
+ readonly AFK_TELEGRAM_TAG_ONLY_CHAT_IDS: string | undefined;
77
78
  readonly AFK_TELEGRAM_PRIMARY_CHAT_ID: string | undefined;
78
79
  readonly AFK_TELEGRAM_NOTIFY_MODE: string | undefined;
79
80
  readonly TELEGRAM_DATA_DIR: string | undefined;