Releases: open-devhub/quillbot
Releases · open-devhub/quillbot
Release list
v1.2.0
v1.2.0 - 2026-07-20
Added
- Added bot info and statistics display when the bot is mentioned (#46)
scancommand 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
analyzeComplexityutility (#41) - Migrated all bot responses from embeds to Discord Components V2 containers (#45)
Fixed
scancommand's urlscan.io polling now runs 5 attempts at 3s intervals instead of a 10s wait plus 8x5s polls (#44)
v1.1.1
v1.1.1 - 2026-07-13
Fixed
- Normalize
git://repository URLs for Discord links innpmcommand - Optimize
runcommand and expand its judge0 language alias map - Harden
httpcommand against SSRF and DoS
Contributors
v1.1.0
v1.1.0 - 02/07/2026
Added
- Full interaction handler system with file-based routing
- New
mancommand for viewing Unix/Linux manual pages for command documentation - New
cratecommand to search Rust crates - New
gemcommand to search Ruby gems - New
base64command encode or decode Base64 strings
Changed
- Updated the
changelogcommand to use aStringSelectMenuBuilderinstead of just showing the latest version - Both the command and interaction handler now parse
CHANGELOG.mddynamically - Updated
profilecommand to include a visual GitHub contribution activity graph in the embed response
v1.0.0
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.