pg-update
Installation
SKILL.md
ProxyGate Update
Check for and install updates to ProxyGate CLI and SDK.
Process
1. Check current version
proxygate --version 2>/dev/null || echo "NOT_INSTALLED"
If not installed, direct to pg-setup.
2. Check latest version
npm view @proxygate/cli version 2>/dev/null || echo "UNAVAILABLE"