Collie v0.15.0
Added
- Pane conversation history read from the agent's own transcript β scroll back past the live mirror (77dff7c)
- Windows support for the bridge: dials herdr's named pipe through
node:net, one code path for both platforms (#25, #27) β thanks @mikebenner and @bwright2810 (dd6610d) COLLIE_HERDR_DIAL=auto|net|bunforces the dialer;netexercises the Windows path on Linux/macOS (f662834)
Changed
- Breaking, only if
COLLIE_DEVICE_HEADERis set: a request arriving without the device header is now read-only. It previously got full write access, which let any tailnet client reach the bridge's own URL and skip the proxy that injects the header. Front doors that inject it on every request are unaffected; direct loopback/MagicDNS access now needs the header sent by hand (#28) β thanks @Optic00 (8ed715d)
Fixed
- A 401/403 no longer renders as an endless "reconnecting" banner β an access refusal now says so and offers Reload (#30) β thanks @Optic00 (7bdcbfb)
Update
Update the plugin β pulls, rebuilds, restarts, and re-links (runs from any directory):
herdr plugin action invoke update --plugin herdr.collie
Or just restart the bridge to pick up an already-built change:
herdr plugin action invoke restart --plugin herdr.collie