Skip to content

v0.5.4

Choose a tag to compare

@acreeger acreeger released this 24 Dec 17:58
· 38 commits to main since this release

Release Notes (v0.5.3 → v0.5.4)

🎉 Improvements

Clearer Assumption Documentation (#396)

  • Improved how agents distinguish between scanning for existing answers and documenting their own assumptions
  • Results in more transparent reasoning and better-documented decision-making in your issue comments

🐛 Bug Fixes

Accurate Loom Count Display (#399)

  • Fixed stale looms appearing in the active looms count
  • il list now correctly excludes looms where the worktree has been deleted externally

Proper Exit Code on Commit Abort (#398)

  • When you cancel a commit during il finish, iloom now exits with the standard Unix code 130 (SIGINT)
  • Scripts and automation can now correctly detect user-cancelled operations

VS Code Extension Setup Button Hidden After Configuration (#397)

  • The VS Code extension's "configure iloom" button no longer appears after you've successfully run il init
  • Projects are now properly marked as configured only when the configuration wizard completes successfully

Full Changelog: v0.5.3...v0.5.4