Skip to content

Conversation

rbren
Copy link
Collaborator

@rbren rbren commented Oct 8, 2025

This PR replaces all occurrences of 'All-Hands-AI' with 'OpenHands' or 'openhands' while preserving case patterns.

Changes made:

  • All-Hands-AIOpenHands
  • all-hands-aiopenhands
  • ALL-HANDS-AIOPENHANDS
  • Other case variations handled appropriately

This is part of the organization rebranding effort.

Files changed:

  • 94 files were modified

Review notes:

  • All changes are simple string replacements
  • Case patterns are preserved
  • No functional changes to code logic

To run this PR locally, use the following command:

GUI with Docker:

docker run -it --rm   -p 3000:3000   -v /var/run/docker.sock:/var/run/docker.sock   --add-host host.docker.internal:host-gateway   -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/openhands/runtime:06e462d-nikolaik   --name openhands-app-06e462d   docker.all-hands.dev/openhands/openhands:06e462d

CLI with uvx:

uvx --python 3.12 --from git+https://github.com/OpenHands/OpenHands@replace-all-hands-ai-with-openhands#subdirectory=openhands-cli openhands

This commit replaces all occurrences of 'All-Hands-AI' with 'OpenHands'
or 'openhands' while preserving case patterns as part of the organization
rebranding effort.

Co-authored-by: openhands <[email protected]>
Copy link
Contributor

github-actions bot commented Oct 8, 2025

🔧 VSCode Extension Built Successfully!

The VSCode extension has been built and is ready for testing.

📦 Download: openhands-vscode-0.0.1.vsix (23 KB)

🚀 To install:

  1. Download the artifact from the workflow run above
  2. In VSCode: Ctrl+Shift+P → "Extensions: Install from VSIX..."
  3. Select the downloaded .vsix file

✅ Tested with: Node.js 22
🔍 Validation: File structure and integrity verified


Built from commit fd16598

@amanape
Copy link
Member

amanape commented Oct 8, 2025

It seems to have missed

"BRANDING$ALL_HANDS_AI": {
"en": "All Hands AI",
"ja": "All Hands AI",
"zh-CN": "All Hands AI",
"zh-TW": "All Hands AI",
"ko-KR": "All Hands AI",
"de": "All Hands AI",
"no": "All Hands AI",
"it": "All Hands AI",
"pt": "All Hands AI",
"es": "All Hands AI",
"ar": "All Hands AI",
"fr": "All Hands AI",
"tr": "All Hands AI",
"uk": "All Hands AI"
},
This translation is shown in the tooltip of the OpenHands logo:
<TooltipButton
tooltip={t(I18nKey.BRANDING$ALL_HANDS_AI)}
ariaLabel={t(I18nKey.BRANDING$ALL_HANDS_LOGO)}
navLinkTo="/"
>
<AllHandsLogo width={46} height={30} />
</TooltipButton>

Other than that, frontend changes LGTM!

Copy link

openhands-ai bot commented Oct 8, 2025

Looks like there are a few issues preventing this PR from being merged!

  • GitHub Actions are failing:
    • CLI - Build and Test Binary
    • Run Python Tests
    • Docker

If you'd like me to help, just leave a comment, like

@OpenHands please fix the failing actions on PR #11287 at branch `replace-all-hands-ai-with-openhands`

Feel free to include any additional details that might help me get this PR into a better state.

You can manage your notification settings

Copy link
Contributor

@neubig neubig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can re-review when tests are passing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants