github TencentCloudBase/CloudBase-AI-ToolKit v2.3.0
๐Ÿš€ CloudBase AI Toolkit v2.3.0

5 hours ago

๐Ÿš€ CloudBase AI Toolkit v2.3.0

๐ŸŽ‰ What's New

โœจ Features

  • New IDE Support:

    • Google Antigravity: Add full support for Google Antigravity IDE with workspace rules integration
    • Qoder: Add complete Qoder IDE support with MCP configuration and rules directory sync
  • Enhanced Rules Directory Sync:

    • Support rules directory synchronization for multiple IDEs (Antigravity, Qoder, Cursor, Trae, WindSurf, Cline)
    • Automatic .md to .mdc conversion for Cursor and Antigravity
    • Maintain directory structure and file relationships via hard links
  • Documentation UI Enhancements:

    • Add card-style layout for templates and tutorials pages
    • Enhance IDE icon grid with better visual presentation
    • Improve user experience with modern UI components
  • VSCode Integration:

    • Add one-click install support for VSCode
    • Rename Visual Studio Code to VSCode for consistency
  • CodeBuddy Improvements:

    • Add CodeBuddy Code support
    • Fix CodeBuddy skills linking issues
    • Improve CodeBuddy manual configuration

๐Ÿ› Bug Fixes

  • Fix IDE detection from environment variables
  • Fix CodeBuddy skills linking
  • Remove default test configurations
  • Improve IDE selector documentation

๐Ÿ”ง Improvements

  • Update CloudBase Manager Node to latest version
  • Enhance setup tool with directory-based file mappings
  • Improve hardlink script for better rules synchronization
  • Refactor IDE selector component for better maintainability

๐Ÿ“š Documentation

  • Add comprehensive setup guides for Antigravity and Qoder IDEs
  • Update IDE configuration documentation
  • Enhance user guides with better examples

๐Ÿ“‹ Full Changelog

Full Changelog: v2.1.0...v2.3.0


๐Ÿš€ Upgrade Guide

Update MCP Tool

Method 1: Auto Update (Recommended)
In your AI development tool's MCP list, find cloudbase and re-enable or refresh the MCP list to automatically install the latest version.

Method 2: Manual Update
If auto-update doesn't work, disable and re-enable cloudbase, or restart your AI IDE.

Method 3: Use Latest Version

{
  "mcpServers": {
    "cloudbase": {
      "command": "npx",
      "args": ["@cloudbase/cloudbase-mcp@latest"],
      "env": {
        "INTEGRATION_IDE": "YourIDE"
      }
    }
  }
}

Update Project Rules

In your project, tell AI:

ๅœจๅฝ“ๅ‰้กน็›ฎไธญไธ‹่ฝฝไบ‘ๅผ€ๅ‘ AI ่ง„ๅˆ™๏ผŒๅนถๅผบๅˆถ่ฆ†็›–

Or specify a specific IDE:

ๅœจๅฝ“ๅ‰้กน็›ฎไธญไธ‹่ฝฝไบ‘ๅผ€ๅ‘ AI ่ง„ๅˆ™๏ผŒๅชๅŒ…ๅซ Cursor ้…็ฝฎ๏ผŒๅนถๅผบๅˆถ่ฆ†็›–

๐Ÿ™ Acknowledgments

Thanks to all contributors who made this release possible!

Special thanks to the community for feedback and suggestions that help us continuously improve the toolkit.


๐Ÿ“ž Get Help


โญ If this project helps you, please give us a Star!

Don't miss a new CloudBase-AI-ToolKit release

NewReleases is sending notifications on new releases.