What's Changed
Bug Fixes
Proxy API Key & Management Key Config Binding (#89)
- Fixed hardcoded proxy API key - Health check was using hardcoded
"proxypal-local"instead of readingproxyApiKeyfrom config. Now reads from config properly. - Management key auto-restart - Added 500ms delay before proxy restart to ensure config file is fully flushed
- Both keys now work correctly - Changing either Proxy API Key or Management API Key in settings will properly update the running proxy
How It Works Now
- Change Proxy API Key or Management API Key in Settings
- Config is saved to disk
- Proxy automatically restarts (with 500ms delay for file flush)
- New key is applied - providers stay online
Full Changelog: v0.3.41...v0.3.42