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.2.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.3.0
Choose a head ref
  • 4 commits
  • 10 files changed
  • 1 contributor

Commits on Mar 26, 2026

  1. feat: per-request deployment switching via pre_option filters

    - Add active_deployment_id and active_api_version properties to Router
    - Use pre_option filters to override Azure connector settings per-request
    - Prevent metadata cache poisoning when switching between capabilities
    - Add after_generate hook to clear deployment overrides
    - Split sync_connector_option to only persist api_key and endpoint
    - Add sync_request_options method for deployment_id and api_version
    - 54 tests passing with 170 assertions
    soderlind committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    8cd2e1a View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. Configuration menu
    Copy the full SHA
    12bc63c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f60ef66 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from soderlind/gpt/image

    Refactor
    soderlind authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    fbf369d View commit details
    Browse the repository at this point in the history
Loading