Skip to content

Release v1.7.0

Choose a tag to compare

@steipete steipete released this 09 Aug 03:32
· 391 commits to main since this release

πŸŽ‰ Poltergeist v1.7.0

Highlights

  • 🎯 Clear differentiation between polter and poltergeist help messages
  • ⚑ Watchman incremental updates - only changed files detected, not full file lists
  • πŸ“¦ Bun binary compilation - resolved import.meta.url issues
  • πŸš€ Improved performance for large projects (e.g., VibeTunnel with 489+ Swift files)
  • πŸ”§ Enhanced IPC communication for both Node.js and Bun runtimes
  • ⏱️ Startup timeout increased to 60s for complex projects

Installation

npm

npm install -g @steipete/poltergeist

Homebrew

brew tap steipete/poltergeist
brew install poltergeist

Direct Binary (macOS)

Download the tarball from the release assets and extract:

tar -xzf poltergeist-macos-universal-v1.7.0.tar.gz
sudo mv poltergeist polter /usr/local/bin/

Full Changelog: v1.6.3...v1.7.0