Download Latest Version Version 3.0.0 source code.tar.gz (32.8 kB)
Email in envelope

Get an email when there's a new version of ChatGPT Discord Bot

Home / v3.0.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-07-26 2.2 kB
Version 3.0.0 source code.tar.gz 2025-07-26 32.8 kB
Version 3.0.0 source code.zip 2025-07-26 41.9 kB
Totals: 3 Items   76.9 kB 0

🚀 New Features

  • Provider System Architecture: Completely redesigned provider management system with enhanced reliability and flexibility
    • New modular provider framework supporting multiple AI backends
    • Intelligent automatic fallback mechanism between providers
    • Support for both authenticated and free providers
    • Real-time provider health monitoring
  • Enhanced Security Controls:
    • Implemented comprehensive security measures for jailbreak personas
    • Added safeguards against potentially harmful prompt injections
    • Improved user permission management
  • Comprehensive Test Suite:
    • Added extensive unit tests for core components
    • Test coverage for providers, personas, and client functionality
    • Continuous integration ready

🔧 Improvements

  • Docker Security Hardening:
    • Non-root user implementation
    • Read-only filesystem support
    • Reduced attack surface with minimal base image
    • Security best practices applied throughout
  • Dependency Updates:
    • All dependencies updated to latest stable versions
    • Security vulnerabilities patched
    • Performance improvements from newer library versions
  • Bot Command System:
    • Refactored command handling with provider system integration
    • Improved error handling and user feedback
    • More intuitive command responses

🐛 Bug Fixes

  • Docker Logging: Resolved read-only filesystem issues preventing proper logging in containerized environments
  • Free Provider Authentication: Fixed authentication errors with free AI providers
  • Provider Reliability: Completely rewrote FreeProvider to use only working auth-free providers

📚 Documentation

  • Improved setup instructions

⚠️ Breaking Changes

  • New provider configuration system requires updating .env file
  • Some deprecated commands have been removed

🔄 Migration Guide

Users upgrading from 2.x should: 1. Update their .env file with new configuration options 2. Review the updated provider settings 3. Test persona configurations with new security controls 4. Update any custom integrations to use the new provider system

Source: README.md, updated 2025-07-26