✨ New Features
Force Multi-Provider Execution (/octo:multi)
- New command to explicitly force multi-AI orchestration for any task
- Bypasses auto-detection and guarantees parallel provider execution
- Useful when you want diverse perspectives regardless of task complexity
- Example:
/octo:multi analyze this codebase
Comprehensive Plugin Safeguards
- 4-layer protection system for plugin integrity
- Prevents common installation and configuration errors
- Validates command and skill registration
- Ensures version synchronization across configuration files
🧪 Testing
- Added comprehensive test suite (53 tests total)
- Validates plugin structure, commands, skills, and safeguards
- Run with:
make test
🔄 Updated
- Added explicit Skill tool usage instructions to all command files
- Improved .gitignore to exclude *.bak files
- Version synchronized across plugin.json, marketplace.json, package.json, README.md