v0.4.1
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
sourceEnvOnStartis enabled - Sets
ILOOM_LOOMenvironment 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
projectPathmetadata - 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
.envfiles are now logged at debug level instead of showing warnings (#337)
Full Changelog: v0.4.0...v0.4.1