Skip to content

Releases: open-devhub/quillbot

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 21:54
5235502

v1.2.0 - 2026-07-20

Added

  • Added bot info and statistics display when the bot is mentioned (#46)
  • scan command now resolves a URL's full redirect chain and checks each hop against a local blocklist of known IP logger/grabber domains before running external scans (#44)

Changed

  • Replaced the previous complexity estimator with a more accurate analyzeComplexity utility (#41)
  • Migrated all bot responses from embeds to Discord Components V2 containers (#45)

Fixed

  • scan command's urlscan.io polling now runs 5 attempts at 3s intervals instead of a 10s wait plus 8x5s polls (#44)

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 13 Jul 14:44

v1.1.1 - 2026-07-13

Fixed

  • Normalize git:// repository URLs for Discord links in npm command
  • Optimize run command and expand its judge0 language alias map
  • Harden http command against SSRF and DoS

Contributors

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 10:46

v1.1.0 - 02/07/2026

Added

  • Full interaction handler system with file-based routing
  • New man command for viewing Unix/Linux manual pages for command documentation
  • New crate command to search Rust crates
  • New gem command to search Ruby gems
  • New base64 command encode or decode Base64 strings

Changed

  • Updated the changelog command to use a StringSelectMenuBuilder instead of just showing the latest version
  • Both the command and interaction handler now parse CHANGELOG.md dynamically
  • Updated profile command to include a visual GitHub contribution activity graph in the embed response

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Jul 16:08

v1.0.0 - 01/07/2026

Added

  • Initial Release: Launched Quill, an advanced TypeScript and Bun-powered developer assistant bot for Discord.
  • Code Execution Sandbox: Integrated an isolated runtime environment to compile and execute snippets in dozens of programming languages directly within text channels.
  • AI Coding Intelligence: Added AI-driven features for calculating algorithmic complexity, generating code optimizations, and analyzing syntax errors.
  • Documentation & Package Search: Implemented direct reference lookups for web documentation, encyclopedia summaries, and major software package registries.
  • GitHub Integrations: Added capabilities to fetch user profiles, review repository metadata, and generate visual directory trees.
  • Developer Utility Suite: Introduced a robust collection of tools for code formatting, HTTP response parsing, regex testing, cryptographic ID generation, color validation, and metadata decoding.
  • Security Auditing: Embedded a URL inspection utility to evaluate links for potential safety risks.
  • Community-Tier Access: Implemented a server-membership verification system to seamlessly unlock premium commands for community supporters.