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: ericc-ch/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: MrLYC/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.
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Jan 15, 2026

  1. feat: add Bearer token authentication support

    - Add --api-key command line option to enable authentication
    - Create auth middleware for Bearer token validation
    - Apply authentication to all API endpoints
    - Maintain backward compatibility when no API key is provided
    MrLYC committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    74a9e5c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2026

  1. feat: add API key support and Docker Hub CI

    - Add API_KEY environment variable support in entrypoint.sh
    - Add --api-key option documentation in README
    - Update release-docker.yml to push to Docker Hub
    - Add latest tag for main branch builds
    - Add pre-built image usage instructions
    
    Amp-Thread-ID: https://ampcode.com/threads/T-019c17d4-16ea-744f-9a9b-41a93568c802
    Co-authored-by: Amp <amp@ampcode.com>
    MrLYC and ampcode-com committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    9292ebb View commit details
    Browse the repository at this point in the history
  2. fix: trigger docker build on master branch

    Amp-Thread-ID: https://ampcode.com/threads/T-019c17d4-16ea-744f-9a9b-41a93568c802
    Co-authored-by: Amp <amp@ampcode.com>
    MrLYC and ampcode-com committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    8f5e8a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8378a68 View commit details
    Browse the repository at this point in the history
  4. chore: trigger docker build

    Amp-Thread-ID: https://ampcode.com/threads/T-019c17d4-16ea-744f-9a9b-41a93568c802
    Co-authored-by: Amp <amp@ampcode.com>
    MrLYC and ampcode-com committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    8a39d31 View commit details
    Browse the repository at this point in the history
Loading