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: kylehuan/copilot-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: blackflag0623/copilot-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 7 files changed
  • 4 contributors

Commits on May 1, 2026

  1. Support Anthropic adaptive thinking and update model mappings

    - Accept thinking.type "adaptive" from Anthropic clients and normalize
      to "enabled" before forwarding to Copilot, which only allows
      "enabled" / "disabled". Fixes runtime error from upstream rejection.
    - Forward thinking config in non-stream translation.
    - Add tests for adaptive normalization in both translation and
      Copilot fetch layers.
    - Update MODEL_MAPPINGS and settings.json to include claude-opus-4-7
      and claude-sonnet-4-6.
    
    Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
    2 people authored and 一介書生 committed May 1, 2026
    Configuration menu
    Copy the full SHA
    2fc188b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from blackflag0623/fix/thinking-adaptive-and-mo…

    …dels
    
    Support Anthropic adaptive thinking and update model mappings
    blackflag0623 authored May 1, 2026
    Configuration menu
    Copy the full SHA
    407524a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2026

  1. Configuration menu
    Copy the full SHA
    129ad57 View commit details
    Browse the repository at this point in the history
Loading