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
"Reset Config" button in Settings (with a confirmation dialog explaining the consequences) that rebuilds merged-config.yaml from the bundled defaults, your config.yaml, enabled providers, and stored API keys. Restarts the server if running.
Fixed
Stop/start the server or quit/reopen the app no longer overwrites merged-config.yaml. After the first run the existing file is treated as the source of truth and only the app-managed sections (openai-compatibility, oauth-excluded-models) are overlaid from provider toggles and stored keys, so all custom settings, secrets, and edits made directly or via the management dashboard are preserved across restarts.
The local scripts/fetch-cliproxy-plus.sh now always targets the latest upstream CLIProxyAPIPlus release (including prereleases) and re-downloads when a newer version is available, keeping cli-proxy-api-plus.version in sync.