What's New
Features
- API Key Configuration UI: Added settings to configure both Proxy API Key and Management API Key
- Proxy API Key: For client authentication (
api-keysin config YAML) - Management API Key: For internal management API (
secret-keyin config YAML) - Both keys have show/hide toggle buttons, hidden by default for security
- Essential for users exposing proxy publicly
- Proxy API Key: For client authentication (
Bug Fixes
- Fixed copilot-api detection on macOS/Windows: Changed priority from
bunxtonpxfor downloading packagesnpxis more reliable for package downloads thanbunx- Users with bun installed but bunx failing can now fall back to npx automatically
Technical Changes
- Added
proxyApiKeyandmanagementKeyfields to AppConfig - Added
get_management_key()helper function for dynamic key loading - Changed copilot start priority: globally installed binary > npx > bunx