Skip to content

v1.9.0 - Zero Dependency Publish Support

Choose a tag to compare

@binggg binggg released this 07 Nov 10:02
· 134 commits to main since this release

πŸš€ Major Features

Zero Dependency Publish Support

  • ✨ Add zero-dependency publish support for @cloudbase/cloudbase-mcp
  • πŸ“¦ Automatically remove dependencies from published package.json
  • πŸ”§ Add publish scripts (prepare-publish.cjs, restore-deps.cjs, emergency-restore.cjs)
  • ⚑ Improve installation speed and npx experience
  • πŸ›‘οΈ Enhanced error handling and automatic recovery mechanisms

Documentation

  • πŸ“ Add comprehensive requirements spec for zero-dependency publish
  • πŸ“š Add custom command definitions for Cursor IDE
  • πŸ”— Standardize AI assistant workflows

πŸ“‹ Changes Since v1.8.40

Features

  • feat(mcp): add zero-dependency publish support
  • docs(cursor): add custom command definitions
  • docs: update readme
  • feat(config): add deployPrompt workflow for CloudBase deployment automation
  • feat(docs): update README to English version and simplify OpenAI Codex CLI setup

Technical Details

  • All dependencies are bundled via webpack
  • Published packages have zero dependencies for faster installation
  • Comprehensive test coverage for bundle quality
  • Reference implementations from @anthropic-ai/claude-code and @tencent-ai/codebuddy-code

πŸ”— Links