Skip to content

🚨 Action Required: Git History Cleanup - Fork Owners Please Update #2

@markpollack

Description

@markpollack

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 main

Why 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:

  1. Run the commands above in your fork
  2. This will reset your fork to match the cleaned upstream history
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions