New
v0.1.3 - Directory Safety & Model Compatibility
🛡️ Stability Improvements
This release fixes critical issues that prevented the swarm from starting properly.
Fixed
- Directory Safety: Only create swarm agents for directories that actually exist
- No more failures when app/services, app/jobs, etc. don't exist
- Generator checks each directory before including the agent
- Model Compatibility: Fixed model names to work with claude-swarm
- Changed from
claude-3-5-haiku-20250110tohaiku - Default model is now
opusfor better capabilities
- Changed from
- Dynamic Connections: Controllers only connect to services if the directory exists
Improved
- Generator now shows which agents will be created during analysis
- Better error prevention through proactive directory checking
- Cleaner generated YAML with only relevant agents
Example Output
Analyzing Rails project structure...
Project type: Full-stack Rails
Test framework: RSpec
Agents to be created:
- architect
- models
- controllers
- views
- tests
- devops
Upgrade Instructions
bundle update claude-on-rails
rm -f claude-swarm.yml CLAUDE.md && rm -rf .claude-on-rails/
rails generate claude_on_rails:swarm
Note: This is still an experimental release. We're rapidly improving based on user feedback!