-
Notifications
You must be signed in to change notification settings - Fork 220
Comparing changes
Open a pull request
base repository: sourcebot-dev/sourcebot
base: v4.10.21
head repository: sourcebot-dev/sourcebot
compare: v4.10.22
- 7 commits
- 13 files changed
- 3 contributors
Commits on Feb 2, 2026
-
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>
Configuration menu - View commit details
-
Copy full SHA for 3ab649e - Browse repository at this point
Copy the full SHA 3ab649eView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 798bc50 - Browse repository at this point
Copy the full SHA 798bc50View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for da11bf9 - Browse repository at this point
Copy the full SHA da11bf9View commit details -
Release @sourcebot/mcp v1.0.15
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for faf26f0 - Browse repository at this point
Copy the full SHA faf26f0View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f30cd76 - Browse repository at this point
Copy the full SHA f30cd76View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 421c078 - Browse repository at this point
Copy the full SHA 421c078View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2d2fa8 - Browse repository at this point
Copy the full SHA f2d2fa8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.10.21...v4.10.22