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: CodebuffAI/codebuff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: cvick32/codebuff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 21, 2025

  1. [npm-app] fix bun run build

    I was getting this error when running bun run build in /npm-app:
    
      ⎿  Error: $ bun run scripts/build-binary.js codebuff $(node -p "require('./release/package.json').version")
         error: Script not found "scripts/build-binary.js"
         error: script "build" exited with code 1
    
    This was caused by calling `bun run scripts/build-binary.js`. When you pass
    a javascript file directly to bun, you don't need the `run` keyword.
    cvick32 committed Sep 21, 2025
    Configuration menu
    Copy the full SHA
    dfe1723 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Configuration menu
    Copy the full SHA
    ff60949 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aba28e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. Configuration menu
    Copy the full SHA
    186cbce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4936362 View commit details
    Browse the repository at this point in the history
Loading