🎉 Major UX Overhaul
This release redesigns the entire setup experience to keep users in Claude Code without terminal context switching.
🚀 Key Features
Fast Provider Detection
- New
detect-providerscommand completes in <1 second - Clear status codes and smart guidance
- Cache support for performance
Simplified Requirements
- One provider needed (not both Codex AND Gemini!)
- Choose Codex OR Gemini based on your preference
- Graceful degradation with single provider
Conversational Documentation
- Replaced CLI commands with natural language examples
- Talk to Claude naturally: "Research OAuth patterns"
- Rich examples organized by category
New User Role
- Added "Researcher UX/UI Design" role
- Combined research + design workflow
- Renumbered existing roles for better organization
💥 Breaking Changes
- Interactive wizard deprecated (shows warning, will be removed in v5.0)
- Documentation now emphasizes conversational usage
📖 Full Changelog
See CHANGELOG.md for complete details.
🔧 Installation
/plugin marketplace add nyldn/claude-octopus
Then install ONE provider:
npm install -g @openai/codex
# OR
npm install -g @google/gemini-cliThat's it! Just start talking to Claude naturally.