Skip to content

Releases: imsus/pi-extension-minimax-coding-plan-mcp

v1.0.0

29 Jan 14:39
91e01da

Choose a tag to compare

Changelog

Initial Release (v1.0.0)

Core Features:

  • ✨ Initial release with web_search and understand_image tools
  • 🔄 Reverse-engineered from official MiniMax MCP Python package
  • 📦 Updated API endpoints to match official implementation (/v1/coding_plan/*)
  • 🖼️ Added image-to-base64 conversion for understand_image
  • 🔐 Added MM-API-Source header for authentication
  • 🛡️ Enhanced error handling with MiniMax-specific status codes (1004, 2038)
  • 🏷️ Added Trace-Id tracking for debugging

Package Structure:

  • 📁 Restructured to use pi conventional directories
  • 📁 Moved source to extensions/ directory
  • 🎯 Renamed to scoped package @imsus/pi-extension-minimax-coding-plan-mcp
  • 🚀 Simplified to ESM-only (no CommonJS)
  • 📝 Added TSDoc comments for better IDE support

Configuration:

  • ✅ Fixed to use correct pi auth pattern (~/.pi/agent/auth.json)
  • ✅ Support for both MINIMAX_API_KEY and MINIMAX_CN_API_KEY
  • ✅ Interactive /minimax-configure command
  • ✅ Secure file permissions (0600) for auth.json

Skills:

  • 📖 Added Agent Skills format compliant SKILL.md files
  • 🎓 Guidance on when to use each tool
  • 💡 Examples and best practices

Bug Fixes:

  • 🐛 Removed image analysis confirmation dialog
  • 🔧 Clarified tool usage in skills
  • 🧹 Removed unused imports
  • 🔄 Updated dependencies to fix deprecation warnings

Documentation:

  • 📚 Comprehensive README with installation and usage guides
  • 📖 REVERSE_ENGINEERING.md documenting the reverse engineering process
  • 🔧 Updated installation instructions per pi packages documentation

Dependencies

  • @sinclair/typebox - Type validation
  • @mariozechner/pi-coding-agent - pi SDK (peer)
  • @mariozechner/pi-tui - TUI components (peer)

Requirements

  • pi coding agent
  • MiniMax Coding Plan subscription
  • Node.js >= 18.0.0

License

MIT License - see LICENSE file for details.

Support

See Also