Skip to content

v0.5.0

Choose a tag to compare

@acreeger acreeger released this 19 Dec 17:59
· 411 commits to main since this release

🎉 New Features

Loom Recap: Track Decisions and Progress in Real-Time

  • New il recap command provides instant access to your current loom's context: the goal, key decisions made, and artifacts created
  • iloom agents now log important insights, assumptions, and risks as they work, building a persistent record of "why" alongside "what"
  • Artifacts like comments, issues, and PRs are automatically tracked and displayed
  • Use il recap [identifier] to check any loom's status from anywhere
  • Complexity assessments (trivial/simple/complex) are captured at routing points to inform future planning

Draft PR Mode for Collaborative Workflows

  • New github-draft-pr merge behavior creates a draft PR immediately when you start a loom
  • Session summaries and agent analysis are posted directly to the PR, keeping everything in one place
  • On il finish, the draft is automatically marked ready for review
  • Ideal for fork contributions and teams requiring PR-based workflows (#360, #367)

Improved Post-Workflow Assistance

  • After completing their primary task, agents can now route you to specialized help for common next steps
  • Clear guidance for navigating between looms, finishing work, and getting additional help (#355)

🐛 Bug Fixes

Rebase Before Validation

  • Looms now rebase onto main before running validation, ensuring tests run against the latest code (#344)

PR-to-Issue Linking

  • When starting a loom from a PR that references an issue (via branch naming), the issue is now properly linked in loom metadata (#349)

✨ Improvements

Environment Variable Loading for Dev Servers

  • New sourceEnvOnStart setting automatically loads .env files when starting dev servers
  • Ensures your workspace-specific environment is applied without manual configuration (#339)

Issue and PR Link Tracking

  • Loom metadata now tracks all related GitHub issue and PR URLs
  • JSON output includes these links for integration with external tools (#342)

Configurable Attribution

  • Control when iloom attribution appears in session summaries: never, only for forks, or always (#341)

Deprecated Shell Autocomplete

  • Removed shell autocomplete setup from il init (#343)

Full Changelog: v0.4.1...v0.5.0