What's Changed
Bug Fixes
- Fix amp model-mappings: Changed YAML output from
name/aliastofrom/toto match CLIProxyAPI's expected format - Fix YAML editor loading: Editor no longer stuck on "Loading..." when proxy isn't running
- Fix config settings not mapping to YAML: Several UI settings were not being written to the generated config
Improvements
- Added missing config fields to YAML generation:
routing.strategy- Now properly reflects Sequential/Random selectioncommercial-mode- Disable request logging for lower memory usagerequest-log- Log all API requests for debuggingws-auth- WebSocket authentication settingmax-retry-interval- Maximum retry interval settingforce-model-mappings- Force model mappings setting
- Simplified YAML config to use single file instead of dual-file override system
Technical
- Added
ws_authfield to Rust config and TypeScript types - YAML editor now shows helpful messages when proxy isn't running or config is empty
Full Changelog: v0.3.33...v0.3.34