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: sourcebot-dev/sourcebot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.10.21
Choose a base ref
...
head repository: sourcebot-dev/sourcebot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.10.22
Choose a head ref
  • 7 commits
  • 13 files changed
  • 3 contributors

Commits on Feb 2, 2026

  1. feat(mcp): add automated release workflow (#839)

    * feat(mcp): add automated release workflow
    
    Add GitHub Actions workflow for releasing @sourcebot/mcp to npm.
    The workflow supports manual dispatch with version bump selection
    (patch, minor, major), updates CHANGELOG.md and package.json,
    builds and publishes to npm.
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    
    * chore: use npm trusted publishing with OIDC
    
    Replace NPM_TOKEN with OIDC-based trusted publishing.
    Requires Node.js 24 for npm >= 11.5.1 support.
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
    brendan-kellam and claude authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    3ab649e View commit details
    Browse the repository at this point in the history
  2. fix(mcp): use node to update package.json version

    npm version doesn't work in yarn workspaces due to workspace:*
    protocol in dependencies. Use node directly to update the version.
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    brendan-kellam and claude committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    798bc50 View commit details
    Browse the repository at this point in the history
  3. fix(mcp): fix git fetch into checked out branch error

    Can't fetch into a branch that's checked out. Instead, fetch
    origin/main and push HEAD directly to main.
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    brendan-kellam and claude committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    da11bf9 View commit details
    Browse the repository at this point in the history
  4. Release @sourcebot/mcp v1.0.15

    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    brendan-kellam and claude committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    faf26f0 View commit details
    Browse the repository at this point in the history
  5. fix(mcp): match release-prod.yml fast-forward pattern

    Checkout temp branch before fetching main:main to avoid
    "refusing to fetch into checked out branch" error.
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    brendan-kellam and claude committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    f30cd76 View commit details
    Browse the repository at this point in the history
  6. feat(backend): add configurable concurrency for permission sync jobs (#…

    …840)
    
    * feat
    
    * docs: add changelog entry for permission sync concurrency settings
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
    brendan-kellam and claude authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    421c078 View commit details
    Browse the repository at this point in the history
  7. Release v4.10.22

    github-actions[bot] committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    f2d2fa8 View commit details
    Browse the repository at this point in the history
Loading