-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Important Notice for Fork Owners
On September 28, 2025, we performed a git history cleanup to remove AI attribution from commit messages. This means the commit SHAs have changed for the entire repository history.
If you have a fork of this repository, you need to update it to avoid conflicts:
git remote add upstream https://github.com/spring-ai-community/spring-ai-agents.git
git fetch upstream
git reset --hard upstream/main
git push --force origin mainWhy this happened: We cleaned up commit messages to remove AI attribution lines like "🤖 Generated with [Claude Code]" and "Co-Authored-By: Claude" to maintain professional commit history.
What you need to do:
- Run the commands above in your fork
- This will reset your fork to match the cleaned upstream history
- Any local branches based on old commits will need to be rebased
Questions? Please comment on this issue if you need help updating your fork.
This issue will remain pinned until we're confident all active forks have been updated.
Metadata
Metadata
Assignees
Labels
No labels