Skip to content

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 07:44

Changelog

  • 66c8760 chore(deps): add bwmarrin/discordgo for the control bot
  • 185b1b5 chore(deps): record discordgo module checksums
  • 94bd39e feat(bot): Bot core and Telegram dispatch loop
  • 1c3c797 feat(bot): BotConfig with Telegram/Discord tokens and allow-lists
  • 0be79fe feat(bot): Discord slash commands with deferred-ack interactions
  • 5f25e1a feat(bot): Telegram client (long-poll, HTML replies)
  • f1b25dc feat(bot): command model and text parser
  • 729679b feat(bot): in-memory job registry with per-job cancel
  • 16c71d8 feat(bot): shared command handlers (scan/monitor/diff/status/stop/report)
  • f4b5cbb feat(bot): strict domain validation as an exec-injection gate
  • 0a85eba feat(bot): transport-agnostic responder and formatter
  • 5be8968 feat(bot): wire the 'sondra bot' command
  • b1b3052 feat(report): Delta.Notable and LatestRunDir helpers for the bot
  • 7b1480b feat(runner): reusable Run executor for bot-driven scans
  • bda4db9 test(bot): Discord option mapping and slash-command schema
  • 5a88438 test(bot): command parsing coverage
  • 820ce35 test(bot): domain validation and injection cases