v0.7.5
Release Notes (v0.7.0 → v0.7.5)
🎉 New Features
Use GitHub PRs with Linear as Your Issue Tracker (#464, #465)
- iloom now fully supports using Linear for issue tracking while managing GitHub Pull Requests
- Create PRs via
github-prorgithub-draft-prmerge modes with Linear issues - Start work on existing GitHub PRs with
il start #42even when Linear is your issue tracker - Perfect for teams using Linear for project management but GitHub for code review
Fork Contributors Get Isolated Configuration (#456)
- New
package.iloom.local.jsonfile for fork-specific settings that don't affect upstream - Automatically gitignored so your local config stays local
- The configuration wizard now detects forks and suggests local configuration by default
🐛 Bug Fixes
--no-code Flag Now Correctly Skips IDE Validation (#459)
- Fixed issue where
il start --no-codestill required a valid IDE command - Analysis-only workflows now work without VS Code or other IDE installed
JSON Output No Longer Corrupted by Update Notifications (#457)
- Fixed issue where
--jsonoutput could be corrupted by version update notifications
Active Looms Count Now Includes Child Looms (#467)
- Fixed
il projectsto correctly count child looms in active loom totals - Added cross-platform path handling for Windows compatibility
Claude Interactive Sessions Work Correctly
- Fixed error when Claude tried to help with merge conflicts or validation errors
- The
--no-session-persistenceflag is now only used in headless mode where it's valid
PORT Now Injected for Web-Capable Looms
- Claude now sees the development server port in prompts for looms with web capability
- Port is calculated from the issue number, not environment variables
📚 Documentation
New Getting Started Guide (#462)
- Comprehensive setup guide with provider-specific instructions
- Step-by-step workflow examples for new users
Terms of Service (#461)
- Added Terms of Service link to README and CLI help
Full Changelog: v0.7.0...v0.7.5