Skip to content

v0.1.1

Choose a tag to compare

@happysnaker happysnaker released this 02 Jul 17:11

Highlights

  • add lightweight inbound replay dedupe before command handling and ACP dispatch
  • expose qq_ai_bot_inbound_duplicates_total in Prometheus-style metrics
  • add config knobs for inbound dedupe window and cache size
  • sharpen README / configuration docs around replay protection and the next observability contribution path
  • close the first replay-dedupe issue and hand off the next engineering task as issue #13

Why this release matters

This patch release pushes qq-ai-bot a bit further away from a happy-path bot demo and a bit closer to message infrastructure:

  • duplicate OneBot deliveries are less likely to become duplicate ACP calls
  • operators get a runtime signal for replay drops
  • the public roadmap now points to correlation IDs as the clearest next production-minded contribution