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: SlushEE0/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.
  • 10 commits
  • 11 files changed
  • 2 contributors

Commits on Apr 21, 2026

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

Commits on Apr 22, 2026

  1. Merge pull request #1 from SlushEE0/copilot/migrate-to-openai-respons…

    …es-api
    
    feat: add OpenAI Responses API endpoint (/responses)
    SlushEE0 authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    94d3474 View commit details
    Browse the repository at this point in the history
  2. feat: add better error logging for debugging

    - In forwardError: log HTTP status+URL for HTTPError, log stack trace for unexpected errors
    - In service files: log status code, status text, and URL on fetch failures
    - Add consola logging to create-embeddings.ts and get-copilot-token.ts (previously silent)
    - Add debug request logging to embeddings route; fix typo (paylod -> payload)
    
    Agent-Logs-Url: https://github.com/SlushEE0/copilot-api/sessions/7dc859ce-2373-4a74-bfca-df6bf8a5587a
    
    Co-authored-by: SlushEE0 <101753528+SlushEE0@users.noreply.github.com>
    Copilot and SlushEE0 authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    fe293d2 View commit details
    Browse the repository at this point in the history
  3. refine: use clearer error prefix in forwardError

    Agent-Logs-Url: https://github.com/SlushEE0/copilot-api/sessions/7dc859ce-2373-4a74-bfca-df6bf8a5587a
    
    Co-authored-by: SlushEE0 <101753528+SlushEE0@users.noreply.github.com>
    Copilot and SlushEE0 authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    de2cc2f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from SlushEE0/copilot/add-better-logging

    feat: improve error logging across API services
    SlushEE0 authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    d718196 View commit details
    Browse the repository at this point in the history
  5. fix: replace Hono logger with consola-based middleware to fix Docker …

    …logging
    
    Agent-Logs-Url: https://github.com/SlushEE0/copilot-api/sessions/f73d813e-8b48-4d60-9b0d-ecb92412f572
    
    Co-authored-by: SlushEE0 <101753528+SlushEE0@users.noreply.github.com>
    Copilot and SlushEE0 authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    030d81c View commit details
    Browse the repository at this point in the history
  6. refactor: clean up custom logger middleware per code review

    Agent-Logs-Url: https://github.com/SlushEE0/copilot-api/sessions/f73d813e-8b48-4d60-9b0d-ecb92412f572
    
    Co-authored-by: SlushEE0 <101753528+SlushEE0@users.noreply.github.com>
    Copilot and SlushEE0 authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    b579206 View commit details
    Browse the repository at this point in the history
  7. fix: configure consola to write through console.log for Docker/Bun co…

    …mpatibility
    
    Agent-Logs-Url: https://github.com/SlushEE0/copilot-api/sessions/a39b06f5-f170-403b-81cd-e2cdd4f6d95d
    
    Co-authored-by: SlushEE0 <101753528+SlushEE0@users.noreply.github.com>
    Copilot and SlushEE0 authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    8b06094 View commit details
    Browse the repository at this point in the history
  8. refactor: apply code review cleanups to logging changes

    Agent-Logs-Url: https://github.com/SlushEE0/copilot-api/sessions/a39b06f5-f170-403b-81cd-e2cdd4f6d95d
    
    Co-authored-by: SlushEE0 <101753528+SlushEE0@users.noreply.github.com>
    Copilot and SlushEE0 authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    a65cea5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3 from SlushEE0/copilot/fix-logging-issues

    fix: logging completely silent in Docker due to Bun buffering process.stdout.write
    SlushEE0 authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    d36f9dc View commit details
    Browse the repository at this point in the history
Loading