Skip to content

v0.4.1

Choose a tag to compare

@acreeger acreeger released this 15 Dec 06:08
· 431 commits to main since this release

Release Notes (v0.4.0 → v0.4.1)

🎉 New Features

Open Interactive Workspace Terminals (il shell)

  • Instantly open a shell inside any workspace with full environment setup
  • Automatically loads workspace environment variables when sourceEnvOnStart is enabled
  • Sets ILOOM_LOOM environment variable for PS1 customization so you always know which loom you're in
  • Works with issues, PRs, or branch identifiers with auto-detection
  • Integrates seamlessly with multi-terminal mode (#335)

Smart Editor Integration for Commit Messages

  • iloom now detects and uses your IDE's terminal to edit commit messages
  • Supports Antigravity, Cursor, and VS Code with automatic priority detection
  • Falls back gracefully when preferred editor isn't available (#333, #334)

Project Path Tracking

  • Looms now remember which project they belong to via projectPath metadata
  • Enables better project identification across multiple repositories (#340)

🐛 Bug Fixes

Branch Mode CLI Isolation

  • CLI isolation is now correctly skipped in branch mode environments (#338)

Quieter Environment File Handling

  • Missing .env files are now logged at debug level instead of showing warnings (#337)

Full Changelog: v0.4.0...v0.4.1