What's New
✨ Fork Option for Model Mappings
Added the ability to fork requests to model mappings in AMP CLI Integration. When enabled, requests are sent to both the original model and the mapped model simultaneously.
Changes
- Fork toggle in Settings UI - New "Fork" button appears next to each model mapping when enabled
- Auto-restart proxy - Proxy automatically restarts when saving mapping changes to apply configuration immediately
- Improved serialization - Fixed serde serialization for model mapping fields
Technical Details
- Added
forkfield toAmpModelMappingin both Rust and TypeScript types - Config YAML now includes
fork: truefor mappings with fork enabled - Proxy restart ensures config regeneration after mapping changes
Full Changelog: v0.3.46...v0.3.47