github daodao97/chatmcp v0.0.73

latest releases: v0.0.76, v0.0.75, v0.0.74...
4 months ago

ChatMCP v0.0.73 🚀

🆕 New Features

GitHub Copilot Integration

  • Added GitHub Copilot as LLM Provider (#179)
    • Full integration with GitHub Copilot API
    • Support for Copilot Pro subscription features
    • OAuth device flow authentication
    • New provider option in LLM settings

🐛 Bug Fixes & Improvements

Linux Compatibility Enhancements

  • Improved Linux AppImage Compatibility (#185)
    • Enhanced compatibility with Ubuntu 22.04 and Pop!_OS 22.04
    • Fixed GLIBC compatibility issues (prevents bundling newer GLIBC symbols)
    • Added automated CI checks to prevent incompatible library bundling
    • Comprehensive documentation for Linux runtime requirements

Build System Updates

  • Build Configuration Improvements (#184)
    • Updated CI to use ubuntu-22.04 for better compatibility
    • Enhanced YAML configuration comments for clarity
    • Improved build process documentation

📋 System Requirements

Linux Requirements (Ubuntu 22.04 and 24.04)

For running ChatMCP AppImage/DEB, install the following runtime packages:

Ubuntu 22.04:

sudo apt install -y libfuse2 libgtk-3-0 libegl1-mesa libgles2 libgl1-mesa-dri libglx-mesa0 libx11-6 xdg-utils libsqlite3-0

Ubuntu 24.04:

sudo apt install -y libfuse2 libgtk-3-0 libegl1 libgles2 libgl1-mesa-dri libglx-mesa0 libx11-6 xdg-utils libsqlite3-0

🔧 Technical Changes

  • Added comprehensive Linux runtime dependency documentation
  • Improved AppImage packaging to exclude problematic system libraries
  • Enhanced CI/CD pipeline with compatibility verification
  • Updated build configurations for better cross-platform support

📱 Download Links

🙏 Contributors

Special thanks to:

  • @KaiserWu for implementing GitHub Copilot integration
  • @cevheri for Linux compatibility improvements and build system enhancements

Full Changelog: v0.0.72...v0.0.73

Don't miss a new chatmcp release

NewReleases is sending notifications on new releases.