Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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: v0.5.9
Choose a base ref
Loading
...
head repository: ericc-ch/copilot-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.10
Choose a head ref
Loading
  • 4 commits
  • 3 files changed
  • 4 contributors

Commits on Aug 1, 2025

  1. fix: Remove bun.lock from .dockerignore to fix docker build error

    fix: Remove bun.lock from .dockerignore to fix docker build error
     => ERROR [builder 3/6] COPY ./package.json ./bun.lock ./                                                         0.0s
    ------
     > [builder 3/6] COPY ./package.json ./bun.lock ./:
    ------
    Dockerfile:4
    --------------------
       2 |     WORKDIR /app
       3 |
       4 | >>> COPY ./package.json ./bun.lock ./
       5 |     RUN bun install --frozen-lockfile
       6 |
    --------------------
    Dockerfile:13
    --------------------
      11 |     WORKDIR /app
      12 |
      13 | >>> COPY ./package.json ./bun.lock ./
      14 |     RUN bun install --frozen-lockfile --production --ignore-scripts --no-cache
      15 |
    longnz authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    072b406 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #76 from longnz/patch-1

    fix: Remove bun.lock from .dockerignore to fix docker build error
    ericc-ch authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    72c19ed View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. fix: ensure tool results precede user content to comply with Anthropi…

    …c protocol
    
    Reordered message processing in handleUserMessage to place tool_result blocks before user content blocks. This prevents 400 errors when clients send messages containing both tool results and additional user content.
    
    🤖 Generated with [opencode](https://opencode.ai)
    
    Co-Authored-By: opencode <noreply@opencode.ai>
    ericc-ch and opencode committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    7776a8f View commit details
    Browse the repository at this point in the history
  2. chore: release v0.5.10

    ericc-ch committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    941c190 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.