Skip to content

NewsHub Skill v0.2.1

Choose a tag to compare

@RobinZorro86 RobinZorro86 released this 07 Jul 01:10
c19cce4

NewsHub v0.2.1

NewsHub v0.2.1 improves AI HOT behavior for regions where aihot.virxact.com is unreachable at the network layer.

Changes

  • Records failed source health in a local cache and applies a one-to-six-hour exponential cooldown.
  • Skips AI HOT immediately during cooldown, so later briefings do not repeatedly pay the four-second timeout.
  • Keeps all other sources available when AI HOT fails.
  • Adds --retry-degraded, --exclude-sources, sources health, and sources reset-health controls.
  • Never enables a proxy automatically; network routing remains an explicit operator choice.
  • Keeps internal health state out of Agent output to avoid unnecessary context tokens.

Python 3.10+ is required. Existing installations can upgrade with:

python3 scripts/install.py --target auto --upgrade

NewsHub v0.2.1 改进了 aihot.virxact.com 在区域网络不可达时的处理方式。

更新内容

  • 将失败来源状态记录到本地缓存,并应用 1–6 小时指数退避冷却。
  • AI HOT 处于冷却期时立即跳过,后续简报不再重复等待约 4 秒超时。
  • AI HOT 失败不会影响其他来源。
  • 新增 --retry-degraded--exclude-sourcessources healthsources reset-health
  • 不会自动启用代理;网络路由必须由使用者明确配置。
  • 内部健康状态不进入 Agent 输出,避免额外上下文 token。

需要 Python 3.10+。已有安装可执行以下命令升级:

python3 scripts/install.py --target auto --upgrade