Skip to content

v0.7.6

Choose a tag to compare

@acreeger acreeger released this 25 Jan 19:34
· 305 commits to main since this release

Release Notes (v0.7.0 → v0.7.6)

🎉 New Features

Session Summaries Posted to Your PRs (#468)

  • When using github-pr or github-draft-pr merge mode, session summaries are now posted directly to your PR instead of the issue
  • Keeps implementation context right where reviewers need it

Images from Issues Download Automatically (#469)

  • Images referenced in GitHub and Linear issues are now downloaded and cached locally
  • Claude can see screenshots, mockups, and diagrams directly from your issues
  • Supports both markdown and HTML image formats with automatic credential handling

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-pr or github-draft-pr merge modes with Linear issues
  • Start work on existing GitHub PRs with il start #42 even 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.json file 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

Development Port Now Available in Agent Context (#463)

  • Claude now sees the development server port (e.g., PORT=3025) for web-capable looms
  • Port is calculated from the issue number for consistent workspace isolation

🐛 Bug Fixes

--no-code Flag Now Correctly Skips IDE Validation (#459)

  • Fixed issue where il start --no-code still 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 --json output could be corrupted by version update notifications

Active Looms Count Now Includes Child Looms (#467)

  • Fixed il projects to correctly count child looms in active loom totals
  • Added cross-platform path handling for Windows compatibility

Claude Interactive Sessions Work Correctly (#458)

  • Fixed error when Claude tried to help with merge conflicts or validation errors
  • The --no-session-persistence flag is now only used in headless mode where it's valid

📚 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.6