- Added support for multiple sponsor protocols (OpenAI, Codex, Claude) with new SponsorKeyEntryInput type.
- Introduced grouped key management in the UI, allowing users to add, remove, and configure keys for different protocols.
- Updated styles for better layout and spacing in the sponsor key management section.
- Enhanced localization for new features in English, Russian, Chinese (Simplified and Traditional).
- Refactored code to build model aliases and handle sponsor key entries more efficiently.
- Introduced new provider 'apikeyFun' with support for API key entries, protocols, and configurations.
- Implemented UI components for displaying and managing APIKEY.FUN resources, including a dedicated form for input.
- Enhanced the ProviderResourcePanel and ProviderResourceTable to accommodate the new provider, including sponsor links and protocol summaries.
- Updated localization files to include translations for the new provider and its features.
- Refactored provider management logic to handle APIKEY.FUN entries alongside existing providers.
Field-search jumps used a single scrollIntoView that fought the full-mode sections' horizontal scroll-snap (scroll-snap-type: x mandatory + scroll-snap-align: start), so jumping from one section to a field in another landed on the wrong place. Switch the snap container to the target section instantly first, then scroll the field vertically with inline:'nearest' on the next frame so it can't re-trigger horizontal snapping.
- Introduced a new search index for the visual config editor to facilitate "jump to field" functionality.
- Added a `searchConfigFields` function to perform searches over labels, hints, YAML keys, and keywords.
- Updated English, Russian, Simplified Chinese, and Traditional Chinese translations to include search-related strings.
- Drop the inner Collapsible in the advanced section; surface Plugins and Antigravity Signature as labeled sub-groups instead of a nested disclosure
- Wrap bare simple-mode inputs in .simpleField cards for visual consistency with toggle rows and API-key blocks
Default to a compact simple mode that surfaces only high-frequency fields (port, API keys, proxy, debug, log-to-file, quota fallbacks). Full mode reorganizes the visual editor into 7 task-oriented sections (connectivity, network, logging, quota, streaming, advanced, payload), promoting network to top level and collapsing TLS/remote, the advanced group, and each payload rule group by default. Mode choice persists in localStorage. Presentation-only: field semantics, onChange, and YAML sync are unchanged.
- Updated BaseProviderForm to accept all ProviderBrand types.
- Removed Ampcode references from ProviderResource and related types.
- Deleted ampcode API service and its associated methods.
- Cleaned up transformers by removing Ampcode normalization functions.
- Updated configuration store to eliminate Ampcode section.
- Adjusted DashboardPage to remove Ampcode-related statistics.
- Removed Ampcode localization strings from all language files.