Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: soderlind/ai-router
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.0
Choose a base ref
...
head repository: soderlind/ai-router
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.0
Choose a head ref
  • 9 commits
  • 16 files changed
  • 1 contributor

Commits on Mar 27, 2026

  1. chore: update CHANGELOG and README for version 0.3.0 release

    - Added new features to CHANGELOG:
      - Per-request deployment switching via `pre_option` filters for Azure OpenAI
      - Capabilities `pre_option` filter for correct image model discovery
      - Support for image generation routing (gpt-image-1, DALL-E)
    
    - Updated README to reflect testing with Azure OpenAI deployments for both text and image generation.
    soderlind committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    9be0fc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6eef640 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    499d7dd View commit details
    Browse the repository at this point in the history
  4. Update README with screenshot and AI Router details

    Added a screenshot and clarified AI Router's capabilities.
    soderlind authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    ff78b56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61567e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37034a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8bfb377 View commit details
    Browse the repository at this point in the history
  8. v0.4.0: Rewrite admin UI with WP7 Connectors API

    Changed:
    - Complete admin UI rewrite using WordPress 7 Connectors API and wp.components
    - Capability routing uses config's own capabilities instead of provider metadata
    - ConfigRow uses CSS Grid layout, inline Notice + ConfirmDialog
    
    Fixed:
    - Provider type normalization (azure_openai ↔ azure-openai) at REST boundary
    - Default configuration read (default_id contract)
    - Secret fields use sentinel to prevent accidental overwrites on edit
    - Capability routing dropdowns correctly list eligible configs
    
    Added:
    - Vitest test suite for connectors.js (6 tests)
    - @wordpress/connectors mock for test environment
    soderlind committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    65ea78f View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4 from soderlind/ui/ux

    v0.4.0: Rewrite admin UI with WP7 Connectors API
    soderlind authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    d4f99aa View commit details
    Browse the repository at this point in the history
Loading