Skip to content

Releases: HazAT/glimpse

v0.8.0

19 Apr 09:02

Choose a tag to compare

Install:

npm install glimpseui@0.8.0

Pi agent package:

pi install npm:glimpseui@0.8.0

The companion extension is no longer bundled as a default pi extension. It's moved to examples/companion/ — if you liked it, add it manually to your pi extensions config. Glimpse itself is unchanged.

♻️ Refactoring

  • Move pi companion extension to examples/companion/ — no longer auto-registered on install

🐛 Bug Fixes

  • Swift strict concurrency error in startStdinReader — thanks @jfanals! (#13)

v0.7.0

16 Apr 12:32

Choose a tag to compare

Install:

npm install glimpseui@0.7.0

Pi agent package:

pi install npm:glimpseui@0.7.0

✨ Features

  • --no-dock flag / noDock option — hide the dock icon and app switcher entry on macOS. The window still works normally (focus, keyboard input, etc.) but the app stays invisible in the dock. Useful for embedded/subprocess usage where no dock presence is desired.