Skip to content

[NOTICE] Github Org transfer: All-Hands-AI -> OpenHands #11376

@raymyers

Description

@raymyers

We’re transferring the OpenHands repo to a new GitHub org also called "OpenHands" on Mon Oct 23th 16:00 UTC

Update: This has been executed.

  • Before: All-Hands-AI/OpenHands
  • After: OpenHands/OpenHands

For local development, GitHub should automatically redirect but it is still recommended to update your remote configuration as shown below.

If you pull our GHCR images/Helm charts, future versions will be available at ghcr.io/openhands/..., while the previous versions are still at ghcr.io/all-hands-ai/....
.

Updating Git Remotes

If you have OpenHands checked out locally, you can do the following after the rename:

Check your current remote URL:

git remote get-url origin

It you are using git with SSH: git@github.com:All-Hands-AI/OpenHands.git

git remote set-url origin git@github.com:OpenHands/OpenHands.git

It you are using git with HTTPS: https://github.com/OpenHands/OpenHands.git

git remote set-url origin https://github.com/OpenHands/OpenHands.git

Finding docker image references

git grep -i "ghcr.io/all-hands-ai"

You can also case a wider net, in case the url is being assembled.

git grep -i "ghcr.io"

git grep -i "all-hands-ai"

Links

GitHub Docs - Renaming an Organization

Metadata

Metadata

Assignees

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