You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: observer command (#123)
* fix(observer): resolve -c flag conflict and crash
- Remove -c short flag from --cookie option on ps:observer
to fix conflict with -c for --ssh_cmd (Click silently
took the last -c definition, making --cookie unreachable)
- Add missing `auth` import in observer.py that caused a
NameError crash on 401 responses
- Fix sanitize_respone to handle multi-line Erlang/OTP
warnings by extracting only the last non-empty line
before stripping quotes
* chore: bump version